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

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.