Ship
Deploy — live URL with a real backend
Full-stack apps ship to production with a database and secrets.
Full-stack builds (real Next.js apps with a database) can deploy to a live production URL in one click from the builder.
What a deploy provisions
- A production host for your app with a permanent URL
- A dedicated Postgres database, created for your app and kept on re-deploys
- Your connected service keys (Stripe, Resend, and other connectors) injected as server-side environment variables — secrets never appear in client code
Re-deploys keep your data
Deploying again reuses the same project and database — your users and data survive every update. The builder shows the live URL and deploy status on the project.
Real payments
If your app sells something and your Stripe connector is set up, the deployed app charges real money through Stripe Checkout — wired server-side during the build. See Connectors.
Note
Deploy applies to full-stack (database-backed) projects. Static apps, games, and sites ship instantly via Publish & share.
