1
Brief
✓
Scaffold
3
Deploy
4
Live
Project Header
Handle the most important workflow for this project
Current focus
What matters most right now
Brief missing
Add scope / risks / plan so deploy decisions read like a real project brief.
Primary action
The primary action to take now
Generate Brief
Target host
Public URL to validate
Latest workflow jobs
Recent brief / deploy / rebuild / restart / codex jobs
No related workflow jobs yet
Start with Brief or Deploy to create the first workflow.
Overview
Zip Create Test
zip-create-test
No description yet. Add a one-line product goal and Brief / Deploy decisions become much easier.
Suggested next: Generate Brief
Fill scope / risks / plan / stack first so Deploy approvals read like a real project brief.
Host preview
Use this URL for real smoke testing
Path preview
Compatibility fallback
Wizard status
Brief → Deploy → Runtime
Brief
Clarify intent first, then deploy
Codex not connected
Go to Settings and confirm /root/.codex is mounted correctly.
Deploy
Create a real deploy job (not just a static preview)
This creates a job: Scaffold → docker build → docker run → health check → validate → sync routes, then attaches the app to https://zip-create-test.beast-builder.marklo.de/.
Runtime
Check health first, then decide restart / rebuild
Container
Current runtime instance
bb-app-zip-create-test
Status
Current project status
stopped
Advanced
Heavy tools and low-frequency actions
Controls
Import ZIP (workspace upload)
Upload a .zip from your local machine (e.g. Windows), extract it into
/projects/zip-create-test, and continue with Deploy / Codex without using scp.
The importer also writes .breast-builder/manifest.json so the Deploy scaffold step can safely “skip” without overwriting your files.
Latest zip import job:
#12
done
[2026-03-11T05:25:31+00:00] ZIP uploaded for project=zip-create-test bytes=623 saved_path=/data/zip-imports/zip-create-test/20260311_052531_e365391b78.zip [2026-03-11T05:25:31+00:00] Step 1/2: import_zip (started_at=2026-03-11T05:25:31+00:00) [2026-03-11T05:25:31+00:00] Workspace cleared: moved_entries=0 backup_dir=/projects/zip-create-test/.codex/import-backups/20260311_052531_job12 [2026-03-11T05:25:31+00:00] Extracting zip into workspace: zip=/data/zip-imports/zip-create-test/20260311_052531_e365391b78.zip dest=/projects/zip-create-test template=static-nginx replace=True [2026-03-11T05:25:31+00:00] ZIP extracted: files=3 bytes=338 skipped=0 stripped_prefix=myapp/ manifest=/projects/zip-create-test/.breast-builder/manifest.json [2026-03-11T05:25:31+00:00] Deleted uploaded zip: /data/zip-imports/zip-create-test/20260311_052531_e365391b78.zip [2026-03-11T05:25:31+00:00] Step 2/2: git_init (started_at=2026-03-11T05:25:31+00:00) [2026-03-11T05:25:31+00:00] Command: cd /projects/zip-create-test && set -euo pipefail; if [ -d .git ]; then echo 'git repo already exists'; exit 0; fi; git init; git add -A; git -c user.name='Beast Builder' -c user.email='builder@local' commit -m 'init' || echo 'nothing to commit'; git status --porcelain || true [2026-03-11T05:25:31+00:00] STDOUT: Initialized empty Git repository in /projects/zip-create-test/.git/ [master (root-commit) f344fba] init 4 files changed, 26 insertions(+) create mode 100644 .breast-builder/manifest.json create mode 100644 Dockerfile create mode 100644 README.md create mode 100644 public/index.html [2026-03-11T05:25:31+00:00] STDERR: hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> [2026-03-11T05:25:31+00:00] Job done
Suggested next steps after import
1) Go to Deploy and create a deploy job (docker build/run).
2) Use Codex Console to fix bugs / add features.
3) Validate on https://zip-create-test.beast-builder.marklo.de/.
2) Use Codex Console to fix bugs / add features.
3) Validate on https://zip-create-test.beast-builder.marklo.de/.
Spec JSON (editable)
This spec is used in job approvals as the “Brief” summary. Generate it with the LLM first, then refine it here.
Codex Console
Runs codex exec inside the breast-builder-codex container.
Workspace: /projects/zip-create-test.
CLI commands (optional)
docker exec -it breast-builder-codex bash
cd /projects/zip-create-test
git status --porcelain
codex exec --cd /projects/zip-create-test --skip-git-repo-check --color never --dangerously-bypass-approvals-and-sandbox \"...\"
Recent Jobs
| ID | Kind | Status | Created | |
|---|---|---|---|---|
| 12 | zip-import | done | 2026-03-11T05:25:31+00:00 | View → |
Container Logs
(No logs available yet — container may not be running or may not exist.)