Publish Options
Deploy your projects directly from the chat interface.
Website Publishing
Free Hosting
Every website is automatically hosted for free on our infrastructure at your-project.prompttoapp.dev. No configuration needed — just click Publish.
Custom Domain
You can connect your own domain from your project settings:
- Go to Settings → Domains
- Enter your domain name
- Update your DNS records as instructed
- SSL is provisioned automatically
GitHub Export
Export your full source code to GitHub at any time:
- Click Publish → GitHub
- Authorize GitHub access (first time only)
- Choose a repository name and visibility
- Click Create Repository
Mobile App Publishing
When your app is ready to ship:
- Click Publish in the chat interface
- Click Get Project Files to download your complete project
- Then submit to the stores:
iOS — App Store
- Requires an Apple Developer Account ($99/year)
- Build with EAS:
eas build --platform ios - Submit via
eas submit --platform ios
Android — Google Play
- Requires a Google Play Developer Account ($25 one-time)
- Build with EAS:
eas build --platform android - Submit via
eas submit --platform android
Chrome Extension Publishing
- Click Publish in the chat interface
- Click Get Project Files to download your extension ZIP
- Go to the Chrome Web Store Developer Dashboard
- Upload the ZIP, fill in your store listing, and submit for review (1–3 days)
Requirements:
- Google account with a developer account ($5 one-time)
- Valid
manifest.json - Privacy policy (if collecting user data)
Environment Variables
Make sure your API keys are configured before publishing.
Websites
Add in your project settings or .env:
VITE_SUPABASE_URL=https://xxx.supabase.co
VITE_SUPABASE_ANON_KEY=eyJxxx
VITE_STRIPE_PUBLISHABLE_KEY=pk_live_xxx
Mobile Apps
Add in eas.json or your .env:
EXPO_PUBLIC_SUPABASE_URL=https://xxx.supabase.co
EXPO_PUBLIC_SUPABASE_ANON_KEY=eyJxxx