@worca/ui
v0.8.1
Published
Pipeline monitoring UI for worca-cc
Maintainers
Readme
@worca/ui
Real-time pipeline monitoring dashboard for worca-cc.
What it does
A web dashboard for monitoring worca pipelines in real-time: stage progress with cost/duration breakdown, beads kanban board, token & cost dashboard, run history, and settings editor. All updates stream via WebSocket — no polling.
Installation
npm install -g @worca/uiQuick Start
worca-ui # monitor all projects (default, port 3400)
worca-ui --project /path # monitor single project
worca-ui --help # show all commands and options
worca-ui --version # print versionFeatures
- Real-time WebSocket streaming — no polling, no page refreshes
- Multi-project sidebar — live status dots and run count badges
- Stage pipeline — cost, duration, and timing bar per stage with drill-down to iterations
- Beads kanban board — task status across Open/In Progress/Closed columns
- Token & cost dashboard — per-run cost breakdown with stage-proportional bar chart
- Run history — browse completed and interrupted runs sorted newest-first
- Settings editor — configure agents, stages, governance, pricing, and webhooks from the UI
- Lifecycle controls — pause, resume, and stop pipelines from the header
Requirements
- Node.js 22+
- worca-cc pipeline installed in target projects (
pip install worca-cc)
Documentation
Full documentation and screenshots: GitHub repository
