Documentation
PushToApp User Guide
Everything you need to build, customize, and publish professional apps. From first download to sharing your finished product with the world.
Getting Started
PushToApp is a desktop application for macOS (Windows coming soon) that lets you build professional mobile and web apps using AI-powered templates. Here is how to get up and running in under five minutes.
Installation
- Download PushToApp from the Download page. The macOS installer is a universal DMG that works on both Intel and Apple Silicon Macs.
- Open the DMG file and drag PushToApp into your Applications folder.
- Launch PushToApp from your Applications folder. The app is signed and notarized by Apple, so it will open without security warnings.
- Create your account or sign in. You can start with the Free plan, which includes access to demo templates and basic AI generation.
Tip: PushToApp includes a bundled Node.js runtime, so you do not need to install any developer tools or command-line utilities. Everything you need is included in the app.
Interface Overview
When you first open PushToApp, you will see the main workspace with these key areas:
Home Dashboard
Your central hub showing recent projects, account status, available credits, and quick-start options for creating new apps.
Template Browser
Browse 59+ professional templates across 7 industry categories. Preview demos, read descriptions, and select a starting point for your app.
AI Editor
The core workspace where you customize your app. Describe changes in plain English and watch PushToApp's AI implement them in real time.
Export & Publish
When your app is ready, export it as a PWA, native iOS/Android app, or desktop application. Or publish it instantly with a shareable link.
Building Your First App
The fastest way to build an app with PushToApp is to start from a template and customize it with AI. Here is a step-by-step walkthrough.
- Choose a template from the Template Browser. Each template is a complete, working app with professional UI, navigation, data management, and more. Pick one that matches your industry or use case.
- Preview the demo to see the template in action. Every template includes sample data so you can explore all the features before customizing.
- Load the template into the AI Editor. PushToApp downloads the full template and sets up your project workspace.
- Describe your changes in the AI chat panel. For example: "Change the color scheme to green and gold" or "Add a booking calendar to the home screen" or "Replace the demo data with a real estate listing format."
- Review the AI's changes in the live preview panel. Each iteration shows you exactly what changed and lets you accept, refine, or undo.
- Iterate until satisfied. Most apps take 5 to 15 iterations to fully customize. Each one takes seconds.
- Export or publish your finished app to share it with the world.
Pro tip: Be specific in your AI prompts. Instead of "make it look better," try "increase the font size of headings to 24px, add a subtle shadow to the cards, and use a navy blue header." The more detail you provide, the better the results.
Template Library
PushToApp includes 84 professionally designed templates organized into 5 industry packs. Each template is a complete, production-ready app.
Trade & Service Business
Apps for plumbers, electricians, landscapers, cleaners, and more. Includes scheduling, invoicing, client management, and job tracking.
Social Media Starter Pack
Build your own social platform. Facebook-style feeds, Instagram-style galleries, TikTok-style video scrolling, Spotify-style music streaming, and more.
Healthcare & Wellness
HIPAA-friendly templates for clinics, therapists, fitness trainers, and wellness practitioners. Patient portals, appointment booking, health tracking.
Entertainment & Gaming
Game companions, streaming dashboards, event management, and entertainment platforms. Rich animations and interactive UI.
Government & Defense
Secure, air-gap ready apps for government agencies, defense contractors, and regulated industries. Full offline operation, no cloud dependency.
Template Tiers
| Tier | Included With | Description |
|---|---|---|
| Demo Templates | Free Plan | Preview and explore all 59+ templates with sample data. Great for evaluating PushToApp before subscribing. |
| Standard Templates | Starter Plan and above | Full editable versions with all features unlocked. Customize with AI and export for production use. |
| Premium Templates | Standard Plan and above | Advanced templates with extra features like real-time sync, advanced analytics, and multi-user support. |
Browse the complete collection on the Templates page.
AI-Powered Editing
PushToApp's AI editor is the heart of the application. It lets you describe changes in plain English and see them applied to your app in real time. No coding required.
How It Works
- Describe your change in the chat panel. Use natural language: "Add a contact form with name, email, and message fields" or "Change the background to a gradient from dark blue to black."
- AI analyzes your app and generates the appropriate code changes. PushToApp uses advanced AI models (Claude, Gemini, or DeepSeek) to understand your intent and modify the correct files.
- Live preview updates instantly so you can see the result. The preview panel shows your app exactly as users would see it.
- Accept or iterate. If the change is exactly right, move on. If you want to refine it, describe what to adjust: "Make the form wider" or "Change the button color to green."
Supported AI Providers
| Provider | Best For | API Key |
|---|---|---|
| Claude (Anthropic) | Complex layouts, nuanced design changes, detailed instructions | Included with paid plans, or bring your own |
| Gemini (Google) | Fast iterations, broad changes, quick prototyping | Included with paid plans, or bring your own |
| DeepSeek | Cost-effective iterations, code-focused changes | Bring your own API key |
Bring Your Own Key: All paid plans allow you to use your own AI API keys. This means unlimited AI iterations at your own API cost, with no credit usage from your PushToApp plan.
Tips for Better AI Results
Be Specific
"Change the header to 48px bold navy text with 20px bottom margin" works better than "make the header bigger."
One Change at a Time
Break complex changes into smaller steps. "Add a sidebar" then "Add navigation links to the sidebar" gives better results than combining everything.
Iterate and Refine
The AI learns from context. If the first result is close but not perfect, describe what to adjust. Each iteration builds on the last.
Publishing & Sharing
Once your app is ready, PushToApp makes it easy to share it with anyone. Publish instantly and get a shareable link and QR code.
How to Publish
- Click the Publish button in the Export & Publish panel. PushToApp uploads your app to a secure cloud hosting environment.
-
Get your shareable link. Every published app gets a unique URL (e.g.,
pushtoapp-95557.web.app/app/?id=your-app-id) that works on any device with a browser. - Share the QR code. PushToApp automatically generates a QR code for your app. Print it on business cards, flyers, or display it in your shop.
- Track analytics. See how many people visit your app, when they visit, and which devices they use.
Instant URL
Share a link via text, email, or social media. Your app loads instantly in any mobile or desktop browser.
QR Code
Perfect for physical marketing. Customers scan the code with their phone camera and your app opens immediately.
Seamless Updates
Update your published app anytime. Changes go live instantly and existing users see the new version automatically.
Exporting Your App
PushToApp can export your finished app in multiple formats, from Progressive Web Apps to native iOS and Android builds.
| Export Format | Best For | Requirements |
|---|---|---|
| PWA (Progressive Web App) | Quick deployment, works on any device with a browser, installable on home screen | None - works everywhere |
| iOS (Capacitor) | Native iOS app for the Apple App Store | macOS with Xcode installed |
| Android (Capacitor) | Native Android app for Google Play Store | Android Studio installed |
| Desktop (Electron) | Standalone desktop application for macOS or Windows | None - PushToApp handles the build |
PWA Export (Recommended for Most Users)
A Progressive Web App is the fastest way to get your app into users' hands. PWAs work in any browser, can be installed on home screens like native apps, and support offline functionality. No app store approval required.
Native App Export
For app store distribution, PushToApp uses Capacitor to wrap your app in a native container. The export process generates a complete Xcode or Android Studio project that you can build, sign, and submit to the App Store or Google Play.
Note: Native app exports require developer tools (Xcode for iOS, Android Studio for Android) installed on your computer. PushToApp generates the project files; you handle the final build and store submission.
Plans & Billing
PushToApp offers flexible pricing to match your needs. Start free and upgrade when you are ready.
| Plan | Price | Key Features |
|---|---|---|
| Free | $0/month | 14-day trial of all features, 10 credits/month, 1 premium template trial, app preview |
| Starter | $12.99/month | 80 credits/month, standard templates, all export formats, bring your own API key |
| Standard | $19.99/month | 150 credits/month, all templates (Standard + Premium), all export formats, priority support |
| Pro | $39.99/month | 400 credits/month, everything in Standard plus early access to new templates, dedicated support |
| Studio | $79.99/month | 1,000 credits/month, unlimited premium templates, priority queue, dedicated support ($64.99/mo annual) |
Save 20% with annual billing on any paid plan. Visit the Pricing page for full details and to subscribe.
AI Credits
Each paid plan includes a monthly allocation of AI credits. One credit equals one AI editing iteration. If you bring your own API key from Anthropic, Google, or DeepSeek, AI iterations use your API key instead of your PushToApp credits, effectively giving you unlimited iterations.
Managing Your Subscription
Your subscription is managed through Shopify. You can upgrade, downgrade, or cancel anytime from your Account Dashboard. Changes take effect at the start of your next billing cycle.
Troubleshooting
Running into an issue? Here are solutions to the most common problems.
App Will Not Open on macOS
PushToApp is signed and notarized by Apple. If you see a security warning, make sure you downloaded the app from our official download page. If you downloaded from an older link, re-download the latest version which includes full Apple notarization.
AI Iterations Are Slow
AI response time depends on the AI provider and the complexity of your request. Tips to speed things up:
- Use shorter, more focused prompts (one change at a time)
- Try a different AI provider (Gemini is often fastest)
- Check your internet connection
- If using your own API key, verify it has not expired or hit rate limits
Template Download Failed
Templates are downloaded from PushToApp's cloud servers. If a download fails, check your internet connection and try again. If the problem persists, your firewall or VPN may be blocking the connection. Try temporarily disabling them.
Export Not Working
For PWA exports, make sure you have saved all changes before exporting. For native iOS/Android exports, verify that Xcode or Android Studio is installed and up to date. The export log in PushToApp will show detailed error messages if something goes wrong.
Credits Not Appearing After Purchase
Credits are added to your account automatically after successful payment. If they do not appear within a few minutes, try signing out and back in. If the issue persists, contact our support team with your account email and order number.
Still Need Help?
Check the FAQ page for more answers, or contact support and we will get back to you within 24 hours.
System Requirements
| Requirement | macOS | Windows (Coming Soon) |
|---|---|---|
| Operating System | macOS 11 (Big Sur) or later | Windows 10 or later |
| Processor | Intel or Apple Silicon (Universal Binary) | x64 processor |
| RAM | 4 GB minimum, 8 GB recommended | 4 GB minimum, 8 GB recommended |
| Disk Space | 600 MB for app + space for projects | 600 MB for app + space for projects |
| Internet | Required for AI features, templates, and publishing | Required for AI features, templates, and publishing |
| Node.js | Bundled (no installation needed) | Bundled (no installation needed) |
Offline Capabilities
PushToApp requires an internet connection for AI-powered editing, template downloads, and publishing. However, you can work on existing projects offline. Apps exported as PWAs can also function offline with service worker support.
For Native App Development
If you plan to export native iOS or Android apps, you will additionally need:
- iOS: Xcode 15+ (free from Mac App Store) and an Apple Developer account ($99/year for App Store distribution)
- Android: Android Studio (free) and a Google Play Developer account ($25 one-time fee for Play Store distribution)
Ready to Build Your App?
Download PushToApp for free and start building today. No credit card required.