Operator dashboard for the household agent fleet. A single pane showing live sessions across channels, configured agents, scheduled cron jobs, and a Telegram-styled Eve thread.
Inspired by EKKOLearnAI/hermes-web-ui, but grounded in this household's real data rather than a generic demo.
| Panel | Source |
|---|---|
| Overview | Session count, agent count, cron count, transcript MB. Most recent activity from JSONL mtimes. |
| Sessions | ~/.claude/bridge-session-map.json joined with ~/.claude/projects/*/<uuid>.jsonl stats (message count, size, last-modified). |
| Agents | ~/config/household.json + ~/.claude/bridge-model-overrides.json + bridge-effort-overrides.json. |
| Cron | crontab -l parsed live, grouped by agent. |
| Telegram | Hero demo — styled Eve_SysFairy_Bot thread (Phase 1 static content; Phase 2 = live Bot API polling). |
- Next.js 16 (app router, server components reading filesystem directly)
- React 19 + TypeScript
- Tailwind CSS v4
- lucide-react icons
- pm2 (deployed via
mvp-deploy.sh)
npm install
npm run devThen visit http://localhost:3000/2026-04-20-hermes-dashboard/.
For production: npm run build && npm start. The app assumes HERMES_HOME=/home/eve — override for dev machines.
https://mvp.trollefsen.com/2026-04-20-hermes-dashboard/ (behind ClawDash auth)
Built by Wilson 🏐 as part of the Nightly MVP Builder — 2026-04-20.