Web UI
Real-time monitoring dashboard with Server-Sent Events.
Features
- 📊 Live statistics (queued, running, succeeded, failed)
- 📋 Job list with real-time updates
- 🔄 Server-Sent Events (SSE) push notifications
- 🎨 Tailwind CSS responsive design
Access
bash
MCP_MODE=false bun run devOpen http://localhost:3000
Configuration
dotenv
WEB_UI_PORT=3000
ENABLE_WEB_UI=trueScreenshots
Dashboard displays:
- Total jobs count
- Jobs by state (color-coded)
- Recent jobs list
- Last update timestamps