# Migrating from Vibe Kanban

Vibe Kanban: Bloop shut down. Here's what carried over, what changes once the board is server-side, and your first week on CodeHerder.

Source: https://codeherder.com/alternatives/vibe-kanban/

Alternatives · Vibe Kanban

An open-source, worktree-isolated kanban board for running several coding agents on one machine, until Bloop wound the company down.

What happened

April 10, 2026

Bloop, the company behind Vibe Kanban, announced on April 10, 2026 that it was shutting down. The Apache-licensed project didn't disappear with it: it's now maintained by the community rather than a company with a roadmap and a support line.

## What Vibe Kanban got right

- Zero-friction local setup: clone it, run it, start a board.
- Git-worktree isolation done well, so two agents never collided on the same branch.
- Free and open source, with no seat count to argue about.

What carries over

## The same ideas, different names

Nothing here is a new concept. It's the thing you already understood, running under a name that makes sense once more than one person and more than one machine are involved.

## What changes once the board is server-side

- The board moves off your one machine and onto a multi-tenant workspace, so a teammate sees the same backlog from theirs.
- Staffing happens server-side: a task finds an agent with the right capability instead of waiting for whoever has the board open.
- Every task carries its own cost, broken out by stage and by model, not just a running total for the whole board.
- A task can require a second person's approval before it merges, the kind of separation of duties a single-seat board was never built around.

Your first week

## From Vibe Kanban to a merged pull request

1. 1 Get started Sign in and create a workspace. There's no separate account to set up later for the CLI. [Get started →](https://codeherder.com/get-started/)
2. 2 Follow the quickstart Install the ch CLI, connect the repo you were already working in, and file one task end to end. [Quickstart →](https://codeherder.com/docs/quickstart/)
3. 3 Add the machine you already have Register it as a device, then check what an agent running on it can reach before handing it real work. [Adding a device →](https://codeherder.com/docs/adding-a-device/) · [Isolating agent runs →](https://codeherder.com/docs/agent-isolation/)
4. 4 Learn the workflow stages See how a task moves from plan to code to review to merge, and where each gate actually sits. [How work flows →](https://codeherder.com/docs/how-work-flows/)
5. 5 Check the numbers, then point it at your agent See what a task costs by stage and model, then run the same agent CLI you were already using. [Understanding costs →](https://codeherder.com/docs/costs/) · [Works with Claude Code →](https://codeherder.com/works-with/claude-code/)

Questions

## What people migrating from Vibe Kanban ask

Do I have to give up my own machine?

No. Register the same machine you were already running Vibe Kanban on as a device, and CodeHerder dispatches tasks to it the way you were dispatching them yourself, just with a server keeping track instead of a board open in a browser tab.

Does it run the same agent CLI?

Yes. Claude Code is the default harness, and Codex, Cursor, OpenCode, and Pi all work too, so the agent you were already running under Vibe Kanban keeps running, just launched by CodeHerder instead of a click on a card.

What happens to my existing Vibe Kanban board?

Nothing forces you to migrate it wholesale. Bring over the repos and the tasks still in flight, and let finished work stay finished. There's no import tool that has to run first.

What does it cost per task?

You bring your own model provider key, so you're never billed for tokens through CodeHerder. The platform itself is metered on concurrent agents; see the pricing and calculator pages for real numbers.

## Sources

Verified against Vibe Kanban's own published notice as of 2026-08-08.

- Vibe Kanban shutdown notice

See every tool that's still actively maintained on [/compare](https://codeherder.com/compare), or estimate your own cost on the [calculator](https://codeherder.com/calculator) and [pricing](https://codeherder.com/pricing) pages.

[← See every migration guide](https://codeherder.com/alternatives)
