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

OpenClaw Nerve WebUI adds voice control and team management dashboard
Nerve is a WebUI for OpenClaw that provides an all-in-one dashboard for monitoring and managing AI agents, with voice control via double-tap shift for Whisper and sub-agent team building capabilities.

Noren AI: Voice Extraction Tool Identifies Writing Patterns from Samples
Noren AI analyzes 5-10 writing samples to automatically generate a voice guide based on actual patterns, matching 90% of manually identified patterns and discovering additional ones.

Mouser: Open-source alternative to Logitech Options+ for MX Master 3S
Mouser is a lightweight, open-source tool that remaps buttons on the Logitech MX Master 3S mouse without requiring Logitech's proprietary software. It runs fully locally with no telemetry, supports per-application profiles, and includes DPI control and battery monitoring.

Codesight: AI Context Engine Cuts 30K-60K Tokens from Claude Code Sessions
Codesight is an open-source tool that analyzes codebases to provide AI coding agents with structured context, reducing token waste. A developer collaborated with the maintainer to add AST parsing for Next.js and Prisma, an eval suite, token telemetry, and profiles for Claude Code and Cursor.