Export a project

Updated 2026-09-03

Download as ZIP

Use the download button in the workspace toolbar. The Builder collects the project's source files (not node_modules) and hands you a ZIP. For a cloud project, the same button collects the files from your server.

Unzip it and run it like any project:

npm install
npm run dev

Push to GitHub

Add a GitHub personal access token in Settings, then use the push action in the workspace to create or update a repository. See GitHub.

What you get

A standard project layout with no proprietary runtime: for the browser workspace, Vite + React + TypeScript; for full-stack cloud projects, the same front end plus a Node server. Nothing in the export depends on the Builder to run. See Self-host for running it on your own infrastructure.