Flight Deck v2 — First Stable Release
A free, open-source monitoring and control panel for OpenClaw AI agent workflows — built as a pilot control panel, not a CRUD app.
What's new in 0.1.0
Flight Deck home — cockpit-style multi-panel view with:
- Animated SVG arc gauges (CPU / MEM / DISK) with color thresholds
- Live-scrolling log stream with error/warn/info coloring
- Job control panel with inline enable/disable toggles
- Daily cost meter with user-adjustable budget slider (persisted)
- 24h token sparkline with gradient fill
- Gateway status, active sessions panel
17 fully-routed views (Monitor · Agents · Automate · Observe · Configure)
Full keyboard navigation — g+<letter> to jump anywhere
Chat auto-reconnect — exponential backoff, max 5 attempts, live status pill
Consistent amber theme across all pages and components
Quick start
```bash
git clone https://github.com/LvcidPsyche/openclaw-dashboard.git
cd openclaw-dashboard
./install-and-run.sh
```
Opens on http://localhost:8765
See README for full setup and API docs.