docs/getting-started.mdx
Vibe Kanban keeps you organised while running multiple coding agents in parallel by streamlining how you plan and review their work.
Start the Vibe Kanban client and open the UI in your browser:
npx vibe-kanban
The first time you run Vibe Kanban, you'll be asked to set your preferred:
You can use a GitHub or Google account.
<Frame> </Frame> <Info> If you want to skip sign-in for now, click **More options** → **I understand, continue without signing in**. You'll still be able to create workspaces, but the kanban board, issues, and team features will be unavailable. </Info>After you sign in, we automatically create a personal organisation and an initial project for you, and take you straight there.
<Frame> </Frame>Navigating the kanban board:
Issues are a core concept of Vibe Kanban, they represent a bug, feature or piece of work to be done. At a minimum, issues consist of a title and description, but you can also add priorities, tags and even connect issues together with parent/child relationships.
<Frame> </Frame>When you've filled out the details press 'create issue'.
Workspaces are another core concept of Vibe Kanban, they represent a space to work on an issue with a coding agent. When you create a workspace, Vibe Kanban automatically creates git worktrees for your selected repositories, and launches your coding agent.
<Frame> </Frame>To create a workspace, make sure the issue you created is selected and click the 'create' button in the workspaces window.
<Frame> </Frame>When you create a workspace, you'll need to specify repositories you'd like to work on, as well as the branches of those repositories to base the git worktrees on.
<Frame> </Frame>You'll also need to specify your desired coding agent configuration (e.g. model, effort level, plan mode).
<Frame> </Frame>Upon creation, the coding agent will immediately begin executing with the given prompt.
<Info> You can connect multiple workspaces to an issue, this is useful for working on larger features and allows you to run multiple coding agents in parallel.Workspaces don't have to be connected to an issue, which is useful for quick actions like asking questions about a codebase. </Info>
So far we've been viewing the workspace side-by-side with our kanban board. However, if we want more room to review the code changes or test them in a browser, we can open the workspace in the workspaces view.
<Frame> </Frame>To access the workspaces view, click the Open Workspace button.
<Frame> </Frame>Depending on what you'd like to do, you can view code changes or preview changes to websites in a browser using the floating navigation buttons (3).
You can also navigate back to either your project (1) or the parent issue (2).
When you're ready to merge the changes in a workspace, you can either open a GitHub pull request or merge the workspace branch locally.
<Frame> </Frame>