@mrkrstphr/beadee
v0.14.0
Published
Web GUI for the beads issue tracker
Readme

Features
- List & Board views — switch between a filterable list with a detail pane and a Kanban board
- Full CRUD — create, edit, claim, and close issues without leaving the browser
- Rich filtering — filter by status, type, priority, or full-text search
- Issue detail pane — inline view of description, labels, children, and comments
- Real-time updates — changes made via
bdCLI reflect instantly via SSE - Themes — auto light/dark (default), light, dark, dracula, synthwave, and hacker

Requirements
- Node.js 22+
bdinstalled and in yourPATH
Installation
npm install -g @mrkrstphr/beadeeUsage
Run from a directory that contains a beads project (.beads/):
beadeeOr:
npx @mrkrstphr/beadee --openOptions
-p, --port <n> Port to listen on (default: OS picks a free port)
-H, --host <h> Host to bind to (default: 127.0.0.1)
-o, --open Open browser automatically after start
-v, --version Print version and exit
-h, --help Show this helpLicense
MIT
