Builder

Exporting & Deploying

Once a project is ready, Builder gives you more than one way to take it live or take it with you.

Deploy to Vercel

The fastest path: click Deploy from the generate workspace to publish your project to Vercel in one step. Builder handles the build and hosting — you get back a live URL.

Download as ZIP

Prefer to host it yourself? Download the full generated project as a ZIP file. Because every project is a standard Next.js + TypeScript codebase (see Code View & File Explorer), it will run anywhere that can run a Node.js project — your own server, or another hosting platform of your choice.

Automatic GitHub sync

In the background, Builder pushes your project's code to a GitHub repository as it's generated and edited, independent of whether you've deployed or exported yet. This is also what powers version history.

After deploying

Once a project is deployed, you can attach a custom domain to it, and it will show up under the Deployed tab on your Projects dashboard.