Show HN: KanVibe – Kanban board that auto-tracks AI agents via hooks(github.com)
github.com
Show HN: KanVibe – Kanban board that auto-tracks AI agents via hooks
https://github.com/rookedsysc/kanvibe
1 comments
The hook-driven status tracking is a nice pattern. Running multiple agents in parallel and needing visibility into whats happening is a real problem once you go past one or two. The git worktree automation is a smart touch too.
Curious about the hook interface - is it specific to Claude Code or generic enough to work with other agent frameworks?
Curious about the hook interface - is it specific to Claude Code or generic enough to work with other agent frameworks?
KanVibe is a self-hosted Kanban board for this. Three things it does:
- *Browser terminals*: Every task card has a live terminal (xterm.js). Click a task, see its output. No tmux attach needed. - *Hook-driven status tracking*: Claude Code Hooks auto-move cards across the board (PROGRESS → PENDING → REVIEW). Zero manual updates. - *Git worktree automation*: Create a task with a branch name → worktree + terminal session auto-created. Move to DONE → everything auto-cleaned.
Setup: `git clone` + `bash start.sh`. Requires Node.js 22+, tmux/zellij, and Docker.
Built with Next.js 16, React 19, PostgreSQL, xterm.js, and WebSocket. AGPL-3.0 licensed.