Guide
Build a App
A practical build checklist for turning pod resources into a real operator workbench.
App build checklist
- Write the operator moment: who uses it, what they feel, what must be obvious, what winning looks like.
- Name the unit of work and its state transitions.
- Choose the scaffold shell that matches the workflow: sidebar, topbar, or single-page.
- Rename placeholder routes into real work routes.
- Wire lists, detail panels, forms, workflow buttons, and assistant context with SDK hooks.
- Use registry blocks only where they match the work object.
- Run the app against realistic seeded records.
- Deploy only after the main work loop is usable without placeholder UI.