Files
vibe-kanban/docs/index.mdx
2025-10-23 09:30:36 -07:00

43 lines
1.5 KiB
Plaintext

---
title: "Vibe Kanban Documentation"
description: "Orchestrate AI coding agents with confidence. Plan, review, and manage AI-generated code in isolated git worktrees with complete control."
sidebarTitle: "Home"
---
## What is Vibe Kanban?
Vibe Kanban is an **orchestration platform for AI coding agents** that helps developers plan, review, and safely execute AI-assisted coding tasks. Each task runs in an isolated git worktree, giving you complete control over your codebase whilst leveraging the power of AI assistants.
<Frame>
<img src="/images/vibe-kanban-screenshot-overview.png" />
</Frame>
## Why Vibe Kanban?
<CardGroup cols={3}>
<Card title="Safe AI Execution" icon="shield-check">
Every task runs in an isolated git worktree. Agents can't interfere with each other or your main branch.
</Card>
<Card title="Multi-Agent Support" icon="users">
Switch between Claude Code, OpenAI Codex, Amp, Cursor CLI, Gemini, and other agents without changing workflows.
</Card>
<Card title="Visual Code Review" icon="code-compare">
Review AI changes with line-by-line diffs, add comments, and send feedback back to the agent.
</Card>
</CardGroup>
## Need Help?
<CardGroup cols={2}>
<Card title="User Guide" icon="book" href="/core-features/creating-projects">
Complete guides for creating projects, tasks, and working with coding agents
</Card>
<Card title="Settings" icon="gear" href="/configuration-customisation/global-settings">
Configure themes, default agents, GitHub integration, and more
</Card>
</CardGroup>