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
- Create R2 bucket:
aon-workbench-projects - Create D1 database:
aon_workbench - Run
cloudflare-worker/schema.sqlagainst the D1 database. - Deploy
cloudflare-worker/src/worker.js. - Bind R2 as
AON_R2and D1 asAON_DB. - Set Worker secret
AON_ADMIN_PIN. - Paste the Worker URL and PIN above, then click Check cloud status.
When /api/status returns ready: true, this instruction panel hides automatically.