Dashboard
The dashboard is the authenticated home of the DartStream app. It shows the current workspace or sandbox, user identity, subscription state, and navigation to runtime surfaces.
Access
Open DartStream App and sign in. After membership is active, the app routes to /dashboard.
If membership is not complete, the app routes to /membership before protected dashboard pages are available.
Main Navigation
The current sidebar includes:
-
Dashboard
-
CLI
-
Authentication
-
Cloud Storage
-
Database
-
Feature Flags
-
Data Streaming
-
Billing
-
Settings
The navigation reflects the product direction. Some surfaces are still being connected to provider lifecycle flows and entitlement checks.
Current Dashboard Content
The dashboard currently presents:
-
workspace or sandbox context
-
signed-in user email
-
subscription overview
-
activity widgets
-
recent deployment style summaries
-
links to runtime and settings sections
Verified Production Behavior
Current production QA verifies that:
-
authenticated users can reach
/dashboard -
the workspace agent account receives Standard active subscription context in production
-
logout routes back to
/auth/login -
browser auth storage is cleared on logout