Operator dashboard

AI Ops Dashboard

Where it all comes together

βš™ Tabs

Show or hide any dashboard tab.

How: Toggle tabs on/off and pick the default tab. Hidden tabs stay installed and can be turned back on anytime β€” nothing is deleted.

Change the dashboard's color theme.

How: Pick any of the 8 themes β€” your choice is saved in this browser only (it doesn't change the shared default).

Data updated 6/18/2026, 10:27 PM PDT
Rendered 6/18/2026, 10:27 PM PDT Β· auto-refresh 120s
← Back to dashboard

AI Operations Dashboard documentation

Guides and references for the dashboard itself. (Your project's own docs live in the Docs tab.)

Guides

Getting started

5 sections

Get a working AI Operations Dashboard running locally in 60 seconds. No database. No API keys. No services to provision.

Read β†’

Configuration

4 sections

Everything you can tune lives in ai-ops-dashboard.config.ts. The file exports a single config: AiOpsDashboardConfig object. It's re-read on every render in dev, and at build time for production.

Read β†’

Panels

12 sections

A panel is a self-contained module that produces one tab on the dashboard. Each panel declares the data it reads, exposes a server-side loader, and renders a React component with the result.

Read β†’

Custom tabs

7 sections

The 12 built-in panels (Overview, Plan, Sprints, Activity, Pending, Log, Postmortems, Usage, Scheduled Jobs, Repos, Docs, Skills) β€” plus a guided "Start Here" onboarding checklist β€” cover the most…

Read β†’

Data schemas

17 sections

This is the reference for every data file AI Operations Dashboard reads. If your dashboard panel doesn't render or npm run check:data is failing, this is the page that tells you what shape the file…

Read β†’

Connecting your existing repos

8 sections

This dashboard is a hub. Your other project repos report into it: when a Claude Code session (or you) finishes work in a connected repo, the ai-ops-dashboard CLI writes a log entry, a pending item,…

Read β†’

Deployment

8 sections

AI Operations Dashboard runs in three modes. Pick one with the AIOPSDASHBOARDMODE env var. The dashboard config and panel code are identical across all three β€” only runtime characteristics change.

Read β†’

Upgrading

9 sections

AI Operations Dashboard ships as a distributable product: GitHub main on the master repo is the single source of truth, and every install tracks it through an upstream git remote. When the maintainer…

Read β†’

FAQ

17 sections

Yes for personal, non-commercial projects. The "Powered by AI Operations Dashboard" footer stays on under the free tier.

Read β†’

Reference