Deployment Options

Deploy websites instantly, and export apps for self-hosting (for now).

Steps

  1. Websites (landing pages, websites): publish to our hosting with one click (CloudFront CDN + SSL).
  2. Apps: exporting is supported today; platform-hosted apps are not enabled yet.
  3. To self-host an exported app, deploy it to a provider like Vercel or Render.
  4. Add environment variables in your host (e.g., DATABASE_URL, API keys).
  5. If you use Supabase, create a project and connect via env vars.
  6. Use preview links to test before pointing a custom domain.

Copy/paste prompts

Use these in the editor chat after you’ve gotten the required link/key/embed code.

Deploy static site

/guides/deployment
Deploy this website to production. Use my custom domain: [DOMAIN.COM]

Export app for Vercel

/guides/deployment
Export this app as a zip with a README that includes: install steps, build steps, required env vars, and how to deploy on Vercel.

Supabase env vars

/guides/deployment
I am deploying on Vercel and using Supabase. Tell me exactly which environment variables I need (DATABASE_URL, NEXT_PUBLIC_*, etc) and where to set them.

Links