beads-ui — Summary
beads-ui (mantoni/beads-ui) is a local web UI for Steve Yegge's Beads CLI (bd) that provides a visual kanban/issue board for AI coding agent workflows. It runs as a local Node.js server (bdui start) and serves a JavaScript single-page application at localhost:3000 that reads the .beads/ database in real time via a WebSocket connection. The UI ships three views — Issues (filter/search/inline edit), Epics (progress per epic, expandable rows), and Board (Blocked/Ready/In-progress/Closed columns) — with full keyboard navigation and multi-workspace switching. It does not embed any AI agent logic, prompts, or hooks; it is purely a visualization and editing companion for the Beads JSONL database that Gas Town and SuperBeads use for work tracking.
Differs from seeds: unlike all 11 seeds, beads-ui adds NO AI agent primitives (no commands, skills, hooks, subagents, or MCP). It is Archetype 4 (markdown scaffold) adjacent but not document-based — it is a pure local tooling companion. Closest to claude-conductor's "zero primitives, value is the tooling" philosophy, but for a specific work-tracking format rather than Claude.md templates.