Loading…
Loading…
Features
The Workbench is a 3-panel in-browser IDE available after every code generation. Access it from the generation page via Open Workbench. URL: /codegen/[job-id]/workbench
Left panel shows the full generated file hierarchy. Click any file to open it in the editor. Files are grouped by role: backend, frontend, mobile, config, and docs.
Centre panel uses CodeMirror with syntax highlighting for Python, TypeScript, PHP, Go, Ruby, Java, and C#. Changes are saved to the server instantly on Ctrl+S or Cmd+S. There is no manual save step.
Right panel toggles between the Expo Snack mobile preview and an ARCHVERIFY re-scan. Scanning re-runs the full quality check against your current edited files — the score updates in under 3 seconds.
Pro plan users see the Expo Snack embedded in a CSS phone frame with Dynamic Island, side buttons, and home indicator. Free plan shows the plain iframe. Scan the QR code to open the app in Expo Go on a real device.
Click Scan in the right panel to re-run the quality check against your current file state. The score, issue count, and per-dimension breakdown update immediately. No regeneration needed.
Edits made in the Workbench are saved to the generation job. When you regenerate the same blueprint, the delivery pipeline attempts to merge your manual edits with the new output — your changes are not lost.
The Download ZIP button in the Workbench includes your live edits. The ZIP reflects the current state of all files — not the original generation output.
Tip: use the Workbench to fix delivery gate failures
If the delivery gate blocks your download, open the Workbench, address the flagged issues in the editor, then click Scan. Once the quality score passes 80, re-download — no regeneration needed.