Development
Local Dev Workbench
/dev is the local-only workbench for development surfaces that should not
Purpose
/dev is the local-only workbench for development surfaces that should not
appear in the public Studio switcher, New dialog, landing cards, or product
navigation.
Visibility Model
| Surface | Route | Public UI | Notes |
|---|---|---|---|
| Desktop Runtime | /@esmadrider/runtime/os | Visible | Primary multi-window runtime host. |
| Atlas Studio | /@esmadrider/studios/atlas | Visible | Knowledge and collection surface. |
| Grid Studio | /@esmadrider/studios/grid | Visible | Widget and dashboard surface. |
| Ops Studio | /@esmadrider/studios/ops | Visible | Metrics, records, reports, and review workflows. |
| Dev Workbench | /dev | Local manual access only | Lists developer entry points and local-only Studio engines. |
| Dev Studio engines | /dev/studios/* | Local manual access only | Site, Webview, Device, CLI, Admin, Block, Flow, Board, IDE, and App Studio experiments. |
Rules
- Local-only Studio engines must not appear in Switcher, New, landing product cards, or public route menus.
- Local-only engines should use
/dev/studios/:engineroutes instead of owner-scoped product Studio routes. - Production builds may show an unavailable-state shell for
/dev, but should not expose runnable local-only Studio surfaces. - Community remains a normal page or app tab, not a Studio, Runtime, or Switcher resource.
Current Local Engines
| Engine | Manual route | Purpose |
|---|---|---|
| Site Studio | /dev/studios/site | Page and route app experiments. |
| Webview Studio | /dev/studios/webview | Iframe and proxied app experiments. |
| Device Studio | /dev/studios/device | Responsive and device-preview experiments. |
| CLI Studio | /dev/studios/cli | Command, task, and log previews. |
| Admin Studio | /dev/studios/admin | Generated admin console experiments. |
| Block Studio | /dev/studios/block | Block editor and app block experiments. |
| Flow Studio | /dev/studios/flow | Node-edge workflow experiments. |
| Board Studio | /dev/studios/board | Freeform canvas experiments. |
| IDE Studio | /dev/studios/ide | File, panel, log, and agent sidecar experiments. |
| App Studio | /dev/studios/single-app | Persistent single-app workspace experiments. |