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's atoship skill turns AI assistant into shipping manager
The atoship skill for OpenClaw allows users to describe shipping needs in plain English, then handles carrier selection, rate comparison, label purchase, and tracking. Example commands include 'ship this 1lb box to New York, cheapest option'.

Self-Hosted Memory Layer for Claude Runs Free on Cloudflare
A Cloudflare Worker MCP server lets Claude remember and recall notes via semantic search using Workers AI and Vectorize — all on free tier.

CONTACT: 3D Naval Combat Game Built Entirely with Claude Code
CONTACT is a 3D naval combat game built entirely with Claude Code + Opus, featuring a 7×7×7 volumetric cube, credit economy with tactical perks, and three game modes including Human vs Claude and Sonnet vs Sonnet with persistent strategic memory.

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.