The Dashboard Entry Shell
dash.iai.one is the dashboard-facing surface in the IAI ecosystem. In the current live snapshot taken on March 28, 2026, the apex serves HTML and includes a client-side redirect into /dashboard/.
Observed Live State
Host
Cloudflare Pages is the public delivery layer for the dashboard shell.
Response
The apex currently returns 200 HTML, not a JSON or API response.
Routing Behavior
The live HTML includes a redirect toward /dashboard/, so route ownership needs to be explicit in product docs.
Users should understand whether dash.iai.one is meant to be a shell-only entrypoint, a permanent redirect surface, or the canonical dashboard app. The docs must remove that ambiguity.
What Dash Owns
Owns
- Dashboard landing state and route structure.
- Operational metrics, summaries, and overview panels.
- Entry navigation into deeper dashboard-specific views.
- Presentation of cross-surface status for operators and founders.
Does Not Own
- Flow authoring logic, node configuration, or builder canvas UX.
- Mail delivery implementation and inbox operations.
- REST API contract design.
- Meta-governance or strategic operating-model documents.
Relationships
With App
App docs cover operator workspace responsibilities. Dash should stay focused on dashboard framing, not absorb every operator function.
With Flow
Flow docs define the execution and builder model. Dash should consume summarized execution state, not redefine runtime behavior.
With API
API docs should specify the data sources that power metrics, charts, and status tiles shown in the dashboard shell.
What The Dashboard Team Should Document Next
- Canonical route map for
/dashboard/and any child pages. - List of dashboard modules: KPIs, execution health, alert center, queues, audit panels.
- Which APIs feed each dashboard panel and how auth/session state is handled.
- Expected empty states, error states, and fallback behavior when APIs are degraded.
- Whether
dash.iai.oneremains separate fromapp.iai.oneor becomes a specialized mode inside the app surface.