Getting Started
Admin Panel
Settings
Search for a command to run...
Inside a project, the workspace is the file tree, editor, terminal, and build output the AI and user share.
URL pattern: /dashboard/builder/{projectUuid}
The AI can create, update, and delete files through tool calls. Size limits apply (DEEPBUILD_WORKSPACE_MAX_FILE_SIZE and total workspace caps in config/deepbuild.php).
Run shell commands in the isolated workspace (for example npm install, npm run dev).
BUILDER_TERMINAL_AUDIENCE) controls how much technical detail owners seeWhen the app runs npm run build (after AI edits or manually), a build session tracks progress:
POST /dashboard/projects/{uuid}/buildsGET .../builds/{buildUuid}POST .../builds/{buildUuid}/cancelFailed builds can trigger automatic fix attempts depending on agent settings.
Built static output is exposed for in-app preview. Dist artifacts are served from workspace endpoints for the preview iframe.
Users can upload a project thumbnail; the platform may auto-generate preview images when enabled (DEEPBUILD_THUMBNAILS_ENABLED).
package.json, lockfiles) can be blocked unless DEEPBUILD_ALLOW_MANIFEST_EDITS=trueDEEPBUILD_MAX_CONCURRENT_BUILDS_PER_USER)