AIAny
AI Coding2025
Icon for item

Vibe Kanban

Orchestrates 10+ coding agents (Claude Code, Codex, Gemini CLI) from a kanban board: plan tasks as issues, then run each in an isolated workspace with its own branch, terminal, and dev server. Inline diff review and one-click PR creation.

Introduction

Most tooling around coding agents tries to make a single agent smarter. The harder problem, as anyone running several at once discovers, is the human bottleneck: deciding what to work on next and reviewing the flood of diffs that comes back. The reframe here is to treat agent output like a team of contributors you manage on a board, not a chat you babysit one prompt at a time.

What Sets It Apart
  • Each task runs in its own isolated workspace — a dedicated git branch, terminal, and dev server — so multiple agents work in parallel without colliding. You fan work out instead of serializing it through one terminal.
  • Agent-agnostic by design: switch among 10+ agents (Claude Code, Codex, Gemini CLI, GitHub Copilot and more) per task, so you are not locked into one vendor's CLI.
  • Review is first-class: inline diff comments, a built-in browser with devtools to preview the running app, and one-click pull request creation — the review step that usually scatters across tools lives next to the task.
Who It's For and Tradeoffs

Great fit if you already drive several coding agents daily and feel the planning-and-review overhead piling up. Look elsewhere if you mostly run a single agent inside your editor — the board is structure you do not need yet. Worth knowing before you commit: Bloop, the company behind it, announced its shutdown in April 2026; the project lives on as community-maintained open source and has moved to a fully local architecture (one command, npx vibe-kanban), so do not count on hosted or remote-managed features.

Information

  • Websitegithub.com
  • OrganizationsBloop AI
  • AuthorsBloopAI
  • Published date2025/06/14

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).