Getting Started
Admin Panel
Settings
Search for a command to run...
When a project builds successfully, users can share a preview or download a zip archive.
Location: Builder → Publish (workspace publish flow)
GET .../workspace/publish/optionsPublished previews use the Application URL from General & Branding (or APP_URL) as the base for links and cookies.
Limits apply to preview file count and total size (DEEPBUILD_PREVIEW_MAX_* in config).
Download the latest successful build:
GET /dashboard/projects/{projectUuid}/builds/{buildUuid}/export
Users receive a zip of build artifacts suitable for deployment to static hosting or further CI.
| Step | Action |
|---|---|
| Start build | Creates a build session |
| Success | Enables publish and export |
| Failure | Review logs; retry chat or terminal fix |
| Cancel | Stops an in-progress build |
APP_URL before enabling publish in productionpublish_subdomain_root settings with your infrastructure docs