Zum Hauptinhalt springen

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:

  1. Go to SettingsDomains
  2. Enter your domain name
  3. Update your DNS records as instructed
  4. SSL is provisioned automatically

GitHub Export

Export your full source code to GitHub at any time:

  1. Click PublishGitHub
  2. Authorize GitHub access (first time only)
  3. Choose a repository name and visibility
  4. Click Create Repository

Mobile App Publishing

When your app is ready to ship:

  1. Click Publish in the chat interface
  2. Click Get Project Files to download your complete project
  3. 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


Chrome Extension Publishing

  1. Click Publish in the chat interface
  2. Click Get Project Files to download your extension ZIP
  3. Go to the Chrome Web Store Developer Dashboard
  4. 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

Support