beads-ui - local UI for Beads issue tracker
Local web UI for the Beads issue tracker designed for collaborating with coding agents on issues. Pairs well with beads_viewer's TUI.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webFeatured in
Related entries
ai-attestation - track AI-written code in git
Open standard and git hooks that mark which lines of a repo came from an AI tool, with detectors for 19 coding agents like Claude Code, Cursor, and Copilot. CC0 spec.
git-newspaper - Victorian broadsheet from git history
CLI that renders any repo's commit history as a Victorian-era newspaper page. A clever take on git log visualization that prints headlines and columns instead of graphs.
git-lrc - on-commit AI code review
Free Go CLI that runs unlimited AI code reviews on each commit, with no per-review cap or external service in the loop.
git-stage-batch - hunk-level commit curation
Hunk-by-hunk and line-by-line staging tool for git, designed to shape a clean commit history from messy development work. Lets you incrementally split experimental changes into logical commits.