Saltar al contenido principal

Hosting & Deployment

Every project built on Prompt To App is automatically hosted for free on our infrastructure.

Free Hosting (Default)

When you publish your project, it's instantly available at:

your-project.prompttoapp.dev

No configuration needed — hosting is included for all plans.

Custom Domain

You can connect your own domain from your project settings:

  1. Open your project on prompttoapp.dev
  2. Go to SettingsDomains
  3. Add your custom domain
  4. Update your DNS records as instructed (CNAME pointing to our infrastructure)

Your project will then be accessible at your own domain with HTTPS automatically configured.

Export to GitHub

You can export your project code to GitHub at any time:

  1. Click ExportGitHub in your project
  2. Authenticate with your GitHub account
  3. Choose a repository name
  4. Your code is pushed — you own it fully

From there you can also self-host on any platform (Vercel, Netlify, Railway, etc.) if you prefer.

Environment Variables

If your app uses integrations, make sure to set your API keys in the project settings before publishing:

  • VITE_SUPABASE_URL / VITE_SUPABASE_ANON_KEY
  • STRIPE_PUBLISHABLE_KEY
  • Any other keys your integrations require