Web dashboard for kvlang — monitor component status, edit & run code, view vthread output.
Migrated from deepx tool/dashboard/.
Browser (React/TS) ──HTTP──→ Go Backend ──exec──→ loader
│ │
│ GET/POST Redis
│ │
└─── WebSocket ──── status/vthread push
| Layer | Tech |
|---|---|
| Frontend | React 18 + TypeScript + Vite |
| Backend | Go + net/http + gorilla/websocket |
| Redis | go-redis/v9 |
| Deploy | Go embed → single binary |