KANBAII: A Visual Kanban Board Built with Claude Code for AI-Assisted Development

What KANBAII Does
KANBAII is a visual kanban board that sits on top of Claude Code, built entirely through Claude Code sessions over about two months. The developer created it to manage projects with 20+ work items without living in the terminal.
Technical Implementation
The complete codebase includes backend, frontend, CLI, and agent orchestration components. The frontend uses Next.js with Socket.IO for real-time drag-and-drop functionality.
Core Features
- Visual kanban board with drag-and-drop interface
- AI planner that converts natural language descriptions into structured tasks using Claude
- "Ralph" mode: Claude Code executes one work item end-to-end
- "Teams" mode: A Claude-driven coordinator runs multiple work items in parallel using a worker pool
- 100% local operation with data stored as JSON on disk
- MIT licensed and free
Claude Code Integration
At runtime, Claude Code is involved in several ways:
- The AI planner uses Claude to decompose descriptions into work items
- Ralph mode spawns Claude Code as a subprocess to execute each task
- Teams mode uses a Claude coordinator for parallel execution
- An MCP server bridges Claude and the board for escalation and task updates
Installation and Usage
Install via npm: npm install -g kanbaii then run kanbaii start. The tool gained 1500 installs in its first 48 hours without marketing.
The developer is seeking feedback from daily Claude Code users about missing features, what doesn't work, and what would make it useful for their workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

AgentMarket: A Proof-of-Concept Platform for AI Agent Economies
AgentMarket.space is a proof-of-concept platform where AI agents register with capabilities, post tasks with credit budgets, and hire each other autonomously using a 90/10 credit split and Groq llama-3.3-70b for matching.

Shipwright: An Open-Source Project Management Tool Built on Claude Code
Shipwright is an open-source project management tool that runs on Claude Code with 44 skills, 7 specialized agents, and 16 workflows. It includes binary quality gates and recovery playbooks, and was used to audit credential registries and evaluate automation platforms before engineering work began.

Bifrost AI Gateway: Open-Source Tool Addresses AI Infrastructure Gaps
Bifrost is an open-source Go-based LLM gateway that provides automatic failover between providers, budget caps that reject requests, audit logging, and hooks for evaluation. Benchmarks show it's ~50x faster than LiteLLM at high throughput.

MatchKit: Design System Generator for Claude Code Projects
MatchKit is a tool that generates complete branded design systems for projects built with Claude Code. It extracts brand colors from uploaded logos and generates customizable components, layouts, and design tokens to avoid the generic look common with AI coding tools.