Skip to content

mrkrstphr/beadee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

197 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beadee

beadee

A web GUI for the beads issue tracker.

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 bd CLI reflect instantly via SSE
  • Themes — auto light/dark (default), light, dark, dracula, synthwave, and hacker

beadee screenshot

Requirements

  • Node.js 22+
  • bdinstalled and in your PATH

Installation

npm install -g @mrkrstphr/beadee

Usage

Run from a directory that contains a beads project (.beads/):

beadee

Or:

npx @mrkrstphr/beadee --open

Options

-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 help

License

MIT

About

A web GUI for the beads issue tracker

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors