BeadsViewer — Summary
BeadsViewer (jeremyconkin/BeadsViewer) is a local Next.js 14 web application that provides a kanban board and tree view for Beads (bd) task graphs. It is a community tool (not from the Beads maintainers), reads all data via the bd CLI (bd list --json, bd show, bd update), and has no database of its own. The app exposes a Next.js API layer that shells out to bd commands, making it purely a read/write UI over the existing .beads/ Dolt database. Stack: Next.js 14 (App Router), TypeScript, shadcn/ui (Radix + Tailwind), react-dnd for kanban drag-and-drop, Sonner for toasts. Runs on port 3000. This is a Tier B framework — it has no prompts, no hooks, no agent instructions, only a UI specification and a working Next.js codebase. Compared to seeds, it is closest to claude-conductor's dashboard concept but focused exclusively on Beads issue visualization rather than agent orchestration.