OPERATIONS · DEVELOPER TOOLS | ENTRY
Operations dashboard for a multi-project consultancy
The situation
A consultancy running a dozen client projects simultaneously needed one view of all repositories, tasks, AI token consumption, and system health. Context-switching between GitHub, task boards, and monitoring tools was eating into productive hours.
What we built
We built a local control panel that aggregates everything: kanban boards that read and write to markdown files, git status across all repos, Claude usage tracking, and system health monitoring.
Features
- Kanban board synced to Obsidian vaults with drag-and-drop
- Git status, branches, and commit history across all repositories
- AI token consumption and cost tracking over 30-day rolling windows
- File browser with inline markdown rendering
- System health monitoring for CPU, RAM, disk, and background services
Tech
Next.js
shadcn/ui
Recharts
Git