AON Builder Workbench v4 • Cloud Live

Safe source workspace

No file selected

Choose a text/code file from the tree.

Notebook pad

Use this for live screen notes, next steps, problems, and instructions from ChatGPT.

ChatGPT handoff builder

Creates a clean prompt with current file, changed files, notes, review link, and project truth.

Working logistics surface

Track deploy/build/storage steps so the project does not drift.

Safety gates

Deploy map

Netlify: static app surface
Cloudflare DNS: aonworkbench.com → Netlify
Cloudflare Worker: API bridge
Cloudflare R2: project snapshots/files
Cloudflare D1: project records/tokens
GitHub: later, only after human approval

Cloud live setup

Wire the Cloudflare Worker after R2 and D1 are created. Once the Worker reports ready, these install instructions hide themselves.

Worker connection

Cloud status response

Not checked yet.

AI router rule

Install steps still showing because cloud is not alive yet

  1. Create R2 bucket: aon-workbench-projects
  2. Create D1 database: aon_workbench
  3. Run cloudflare-worker/schema.sql against the D1 database.
  4. Deploy cloudflare-worker/src/worker.js.
  5. Bind R2 as AON_R2 and D1 as AON_DB.
  6. Set Worker secret AON_ADMIN_PIN.
  7. Paste the Worker URL and PIN above, then click Check cloud status.

When /api/status returns ready: true, this instruction panel hides automatically.