Live dashboard for tracking focus, inbox, tabs, projects, and AEQ progression.
Live URL: https://haluke1.github.io/dashboard/
index.html— the dashboard UI (static, no build step)state.json— the single source of truth for all metrics- Any Claude Code session can update
state.jsonand push to GitHub - GitHub Pages serves it; changes go live in ~30 seconds
Any session can say: "update the dashboard" and I will:
- Edit
~/dashboard/state.json - Commit + push to GitHub
- Tell you the changes are live
| Field | When |
|---|---|
today_focus |
Every morning — ONE thing |
inbox_count |
After every triage |
days_since_last_triage |
Reset to 0 after triage |
open_tabs |
After tab purges |
current_projects |
When projects change status |
recent_shipped |
After every shipped artifact |
aeq_score |
Weekly |
dashboard/
├── index.html # UI — pure HTML/CSS/JS, no build
├── state.json # Data — edit this to change dashboard
├── update-tabs.sh # Script to auto-update tab count
└── README.md # This file