Categories
Developer Tools Project Management Workflow Automation Kanban Agent Orchestration AI Development Code ReviewDeveloper links
Kandev
Kandev provides a command center for orchestrating AI coding agents across parallel workstreams. The Go backend paired with a Next.js frontend delivers kanban boards with drag-and-drop columns, pipeline workflow definitions with per-step agent handoffs, and an IDE-like review workspace combining file editor, file tree, terminal, browser preview, and unified git diffs. Multi-provider support connects Claude Code, GitHub Copilot, Codex, Qoder, Grok, and custom agents through configurable profiles with per-agent prompts, runtimes, and review gates. Tasks execute in isolated git worktrees with multi-repository support, letting agents work on separate branches simultaneously while changes surface in a consolidated review interface. Native integrations with GitHub, GitLab, Jira, Linear, Sentry, and Slack pull external issues into the kanban and link tasks to pull requests. Kandev exposes streamable HTTP and SSE MCP endpoints, enabling external clients — Cursor, Claude Desktop, Augment — to create tasks and read workspace context programmatically. Workflow definitions export as portable YAML for sharing across installations. Agentic workflows chain multi-step pipelines mixing different models per step — Opus for architecture, Sonnet for implementation, with human review gates between stages. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. AGPL-3.0 licensed.
Benefits
- Multi-Provider Agent Orchestration Without Lock-In
- Connect Claude Code, GitHub Copilot, Codex, Qoder, Grok, and custom agents simultaneously. Configure per-task agent profiles, prompts, and runtimes without dependency on any single AI vendor.
- Parallel Execution With Isolated Worktrees
- Each task runs in its own git worktree with separate branches, enabling multiple agents to work on different features simultaneously without merge conflicts or context pollution.
- Integrated Review Workspace Replaces Terminal
- File editor, file tree, terminal, browser preview, and git diffs in one view replace the unscalable workflow of reviewing agent output across scattered terminal sessions.
- External MCP Endpoint Access
- Streamable HTTP and SSE MCP endpoints let Cursor, Claude Desktop, Augment, and external scripts create tasks, query workspace context, and coordinate with Kandev programmatically.
Features
- Kanban Pipeline Views
- Drag-and-drop boards with configurable columns, workflow step automation, agent handoffs per step, and portable YAML export/import across installations.
- Multi-Agent Workflows
- Chain multi-step pipelines assigning different providers per stage — architecture with Opus, implementation with Sonnet, review with human gates between stages.
- Platform Integrations
- Native GitHub, GitLab, Jira, Linear, Sentry, and Slack connections pull issues into kanban, link tasks to PRs, and surface review activity inline.
- IDE-Like Review Surface
- Unified workspace with Monaco-based file editor, recursive file tree, embedded terminal, browser preview, and side-by-side git change visualization.
- Multi-Repository Tasks
- Attach multiple repositories to one task with independent worktrees per repo, grouped separately in changes, review, and pull request surfaces.