Tour of the project workspace tabs
2 min
Each tab covers a distinct concern. Cmd+1..9 cycles them; j / k cycles forward/back.
Nine tabs in every project workspace:
1. Overview — at-a-glance status + recent runs + quick actions. 2. Console — runs `pnpm dev` / `pnpm build` / arbitrary scripts. Streams stdout/stderr live. 3. Preview — embeds the dev server's URL once it's up. Hot-reload works. 4. Audit — read-only view of `.nxr/audit.json`. Every generator emit + every fix-pipeline iteration. 5. Code — read-only file browser. Use your editor for actual edits. 6. Database — Schema sub-view (Prisma diagram OR cards) + Sync sub-view (spreadsheet bindings). 7. Generators — every plugin that touched this project. Re-run them to add features. 8. Automations — register cron flows scoped to this project. 9. Deploy — Vercel / Railway / SSH targets with one-click deploy.
Keyboard: j cycles forward through visible tabs, k cycles back. Both work everywhere except inside text inputs.
Live recipes need the desktop
This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.