All-in-one dashboard
app.molar.it is Molar's launch-default operator UI. It aggregates scenarios, runs, Guard status, traces, and platform settings in one shell.
Sign in
Better Auth with email magic link, GitHub/Google OAuth, and optional SSO (Business+). See OAuth & authentication.
Navigation
Primary
| Item | Route | Purpose |
|---|---|---|
| Overview | / | Mission control |
| Inbox | /inbox | Failures and reviews |
| Live runs | /live | Runs in progress |
| Pipeline | /pipeline | CI/CD view |
Data
| Item | Route | Entitlement |
|---|---|---|
| Scenarios | /scenarios | — |
| Runs | /runs | — |
| Issues | /issues | — |
| Coverage | /coverage | — |
| Production guard | /guard | Guard |
Agents
| Item | Route | Entitlement |
|---|---|---|
| Scouts | /scouts | Cartographer |
| Triage | /triage | — |
| Auto-fix | /fixbots | Guard / Mender |
| Findings | /discoveries | Cartographer |
| Service clones | /clones | Clones |
System
Settings (/settings) · Audit log (/audit)
Trace detail: any run, or share link app.molar.it/r/{shortId}.
Entitlements
GET /api/v1/entitlements returns per-surface live or none. Locked nav items show an upsell badge.
| Surface | When locked |
|---|---|
| Cartographer | Scouts, crawl, generation |
| Guard | Production guard |
| Trace | Replay limited by retention |
| Clones | Service clones nav |
Appearance
Settings → Appearance:
| Setting | Options |
|---|---|
| Theme | Light, Dark, System |
| Density | Comfortable, Compact |
| Accent | Teal, blue, purple, orange presets |
| Panels | Live strip, failure detail, coverage toggles |
Billing routes
| Route | Purpose |
|---|---|
/billing | Plan overview |
/billing/usage | MTD meters |
/billing/invoices | Invoice history |
Settings hub
| Route | Purpose |
|---|---|
/settings/tokens | PAT / service tokens |
/settings/sso | WorkOS Admin Portal |
/settings/scim | SCIM provisioning |
/settings/members | Teammates and roles |
Roles
owner · admin · member · billing — see OAuth doc.
Deployment modes
| Mode | Behavior |
|---|---|
| Combined | Full platform; dashboard API proxies to Molar API |
| Standalone | Local API routes only; other paths 503 |
Local dev: molar-platform/apps/dashboard on port 3200.