AI Ops Dashboard
Where it all comes together
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).
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 sectionsGet a working AI Operations Dashboard running locally in 60 seconds. No database. No API keys. No services to provision.
Read β
Configuration
4 sectionsEverything 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 sectionsA 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 sectionsThe 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 sectionsThis 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 sectionsThis 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 sectionsAI 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 sectionsAI 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 sectionsYes for personal, non-commercial projects. The "Powered by AI Operations Dashboard" footer stays on under the free tier.
Read β
Reference
AI Operations Dashboard Handbook
8 sectionsA four-day tour from a fresh clone to a dashboard you use every morning. Each day is a 10-to-15-minute session. Finish all four and you have a branded, data-fed, AI-maintainable operator view of yourβ¦
Read β
AI Operations Dashboard β User Guide
16 sectionsA complete walkthrough of how to use the dashboard, change what it shows, feed it your own data, add new panels, refresh it, and deploy it. Start here and read top to bottom the first time.β¦
Read β
AI Operations Dashboard Β· For AI Agents
10 sectionsThis file is the entry point for any AI session working in this repository. Read it first; it tells you what AI Operations Dashboard is, where the moving parts live, what tasks you can safely takeβ¦
Read β
AI Operations Dashboard
5 sections<div align="center">
Read β
Changelog
4 sectionsAll notable changes to AI Operations Dashboard will be documented in this file. The format follows Keep a Changelog and the project adheres to Semantic Versioning.
Read β