Replies: 19 comments 18 replies
|
Thanks for creating this tracker issue, I too spent a day on a UI to keep track of the overall (graph/swimlanes) progress. can we remove the link to beadster in the root README because any other alternative is better than what seems to be a complete closed source and unmaintained UI and if anyone has the source code link or a way to contribute, please correct me |
|
One thing we might want to think about is static generation -- a beads UI is not really complicated and can be completely static, so that using the same git hooks as |
Please add another to your list https://marketplace.visualstudio.com/items?itemName=AgentNativeAbstractionLayer.agent-native-kanban |
|
List moved to https://github.com/steveyegge/beads/blob/main/docs/COMMUNITY_TOOLS.md |
|
I created (i.e., vibe-coded) a TUI for my idiosyncratic preferred usage pattern (hierarchical based on epics/tasks/sub-tasks, TUI, colorized based on ready/blocked/closed). https://github.com/bglenden/bsv |
|
Done! - Brian
…On Fri, Jan 9, 2026 at 10:40 PM matt wilkie ***@***.***> wrote:
Nice background @bglenden <https://github.com/bglenden> :), issue a PR
against
https://github.com/steveyegge/beads/blob/main/docs/COMMUNITY_TOOLS.md to
have it included
—
Reply to this email directly, view it on GitHub
<#276 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7TP7274M3PNA67H3L46L34GBRDFAVCNFSM6AAAAACLSWYHFCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNBVHE2TINI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
What about adapting something like vibe-kanban to use beads for backlog management? |
|
Setup automation tool that might be useful for folks getting started with beads (and grepai): grepai-beads-helpers - One-command setup for beads + grepai What it does:
What is GrepAi Built it because setting up these tools across multiple projects meant repeating the same steps every time. Happy to submit a PR to COMMUNITY_TOOLS.md if there's interest. |
|
`Hi Steve, I built a standalone desktop app for managing Beads issues outside the IDE. Why? VS Code's resource usage was too heavy for my workflow. I wanted to keep Stack: Tauri 2 (Rust) + Nuxt 4 / Vue 3 + shadcn-vue Repo: https://github.com/w3dev33/beads-task-issue-tracker Features:
I'd love to have it listed in COMMUNITY_TOOLS.md under "Native Apps":
Happy to submit a PR if you prefer. Thanks for creating Beads!` |
|
Beadspace — a drop-in dashboard for GitHub Pages No longer maintained. Built to scratch an itch; not actively developed. Repo (and README) are still up if you want to fork or adapt it: https://github.com/cameronsjo/beadspace Inspired by @mattbeane's beads-viz-prototype. |
|
i just needed a simple beads web ui, so here's one: https://github.com/guybedo/beads_webui |
|
Beadbox just shipped cross-platform support in v0.7.0, so figured it's worth an update here. What's new since the COMMUNITY_TOOLS.md listing:
For those unfamiliar: Beadbox is a native desktop app (Tauri/Next.js) that watches your .beads/ directory over WebSocket and updates the UI in real time. Epic tree view with progress bars, dependency badges, inline editing, multi-workspace switching, keyboard navigation. No account, no cloud. Reads the beads SQLite database directly. Install (macOS): Or download from https://beadbox.app. Free during beta. |
|
From Beads Task-Issue Tracker to PaiR — a different path I've been building Beads Task-Issue Tracker for the past few months as a desktop frontend for This isn't a disagreement with where Beads is heading. Autonomous agents are the future — I genuinely believe that. But I think we're skipping steps. Most developers today work with AI, not behind it. They need to understand what's happening, keep control, and build trust progressively before delegating more. PaiR is built for that transition: start with pair programming, gradually delegate more, but always keep visibility. It's a didactic approach — if you don't understand what the AI does today, you won't know what to delegate tomorrow. The Beads Tracker remains functional on |
|
Update since my last post: Beadbox now ships on Windows as of v0.16.6, which was the most requested platform. Since beads went Dolt-only in v0.57, we're the only desktop GUI that works out of the box with current versions. We've always wrapped bd for data access, so the storage change was a non-event. Recent additions since February: settings panel, workspace health monitoring, startup diagnostics, and a dev console for troubleshooting. beadbox.app / |
|
Hey all! I built something that isn't a UI but fits here: Repo: https://github.com/jklenk/thread What Is Itthread is a read-only analytics layer that sits on top of your local Beads/Dolt history. The part I'm most excited about is Design PrinciplesWorkflow-aware: detects epic, flat singleton, or mixed workflows and adapts its signals accordingly. Thread uses event-driven rework cost — reopens, revisions, rejections, compactions. Accounts for both agent-driven and human-directed closes, in solo workflows I found these were indistinguishable by actor string alone. The bead is the atomic unit, while agents represent the pipeline. Thread observes behavior and surfaces patterns without inferring intent. What's validated and what isn'tTested on solo Beads workflows in embedded mode. 147 tests (134 unit + 13 integration). Not yet validated: Gas Town / hop:// URI actor classification is implemented but untested against real Gas Town data. If you're running Gas Town I'd genuinely love to know what you find. Install
Then from any beads project Integratethread is designed for agents/scripts to consume as well as humans; every metric includes the numeric value, plain-language signal, and verdict. Example keys you'd get: The main use case is feeding it into another Claude session at startup to give the agent a structured snapshot of project health without the agent having to query Dolt or DuckDB itself. Add one line to your
ScreenshotsFrom a human-facing version `thread report --output ~path/to/report/output.html |
|
Hi! 👋 I also built a UI for beads and would love to have it considered for the tools/ecosystem list.
It shells out to the bd CLI (--json, BD_JSON_ENVELOPE=1) and adds zero new persisted schema — bd stays the single source of truth. Two things set it apart from the other tools in the list:
Plus the usual: Kanban board, list view, epics with live progress, an interactive dependency graph, multi-select filters + full-text search, human-vs-agent attribution, light/dark, and live updates as your agent changes data underneath you. There's a built-in Demo project so it runs even with no bd installed, and you can install it globally and run scotty from anywhere. Happy to add a screenshot or tweak anything — would you consider adding it to the tools list? I will open a PR :) Thanks for building beads! 🙏 |
|
Built a VS Code dashboard for beads — Beads Dashboard
Two things I ended up caring about that might be useful to others building UIs here:
Happy to go deeper on either if it helps someone. |






Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Agents love Beads, people love Beads. People also love UIs but Beads doesn't have one, and that's on purpose.
The existing efforts in the UI vein which have surfaced so far:
Feel free to use this thread to combine efforts to make The One UI, debate merits of each. Or add more, your own or others discovered in the wild.
updated 2025-12-28
All reactions