2025-07-11 15:57:30 +01:00
<p align="center">
<a href="https://vibekanban.com">
<picture>
<source srcset="frontend/public/vibe-kanban-logo-dark.svg" media="(prefers-color-scheme: dark)">
<source srcset="frontend/public/vibe-kanban-logo.svg" media="(prefers-color-scheme: light)">
<img src="frontend/public/vibe-kanban-logo.svg" alt="Vibe Kanban Logo">
</picture>
</a>
</p>
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
<p align="center">Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents...</p>
<p align="center">
<a href="https://www.npmjs.com/package/vibe-kanban"><img alt="npm" src="https://img.shields.io/npm/v/vibe-kanban?style=flat-square" /></a>
2025-08-12 18:45:47 +01:00
<a href="https://github.com/BloopAI/vibe-kanban/blob/main/.github/workflows/publish.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/BloopAI/vibe-kanban/.github%2Fworkflows%2Fpublish.yml" /></a>
2025-09-16 09:24:43 +00:00
<a href="https://deepwiki.com/BloopAI/vibe-kanban"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
2025-07-11 15:57:30 +01:00
</p>
2025-06-14 15:14:08 -04:00
2025-11-17 18:32:59 +00:00
<h1 align="center">
<a href="https://jobs.polymer.co/vibe-kanban?source=github"><strong>We're hiring!</strong></a>
</h1>
2025-07-11 15:57:30 +01:00

2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
## Overview
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
AI coding agents are increasingly writing the world's code and human engineers now spend the majority of their time planning, reviewing, and orchestrating tasks. Vibe Kanban streamlines this process, enabling you to:
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
- Easily switch between different coding agents
- Orchestrate the execution of multiple coding agents in parallel or in sequence
- Quickly review work and start dev servers
- Track the status of tasks that your coding agents are working on
- Centralise configuration of coding agent MCP configs
2025-10-31 12:39:58 +00:00
- Open projects remotely via SSH when running Vibe Kanban on a remote server
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
You can watch a video overview [here ](https://youtu.be/TFT3KnZOOAk ).
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
## Installation
2025-06-14 15:14:08 -04:00
2025-09-16 09:23:57 +00:00
Make sure you have authenticated with your favourite coding agent. A full list of supported coding agents can be found in the [docs ](https://vibekanban.com/docs ). Then in your terminal run:
2025-06-14 15:14:08 -04:00
```bash
2025-07-11 15:57:30 +01:00
npx vibe-kanban
2025-06-14 15:14:08 -04:00
```
2025-07-11 15:57:30 +01:00
## Documentation
2025-06-14 15:14:08 -04:00
2025-09-16 09:23:57 +00:00
Please head to the [website ](https://vibekanban.com/docs ) for the latest documentation and user guides.
2025-07-11 15:57:30 +01:00
## Support
2025-10-03 13:48:27 +01:00
We use [GitHub Discussions ](https://github.com/BloopAI/vibe-kanban/discussions ) for feature requests. Please open a discussion to create a feature request. For bugs please open an issue on this repo.
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
## Contributing
2025-06-14 15:14:08 -04:00
2025-10-03 13:48:27 +01:00
We would prefer that ideas and changes are first raised with the core team via [GitHub Discussions ](https://github.com/BloopAI/vibe-kanban/discussions ) or Discord, where we can discuss implementation details and alignment with the existing roadmap. Please do not open PRs without first discussing your proposal with the team.
2025-06-17 09:39:03 -04:00
2025-07-11 15:57:30 +01:00
## Development
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
### Prerequisites
- [Rust ](https://rustup.rs/ ) (latest stable)
- [Node.js ](https://nodejs.org/ ) (>=18)
- [pnpm ](https://pnpm.io/ ) (>=8)
2025-06-17 09:39:03 -04:00
2025-07-24 11:55:00 +01:00
Additional development tools:
```bash
cargo install cargo-watch
cargo install sqlx-cli
```
Install dependencies:
2025-07-11 15:57:30 +01:00
```bash
pnpm i
```
2025-06-14 15:14:08 -04:00
2025-07-11 15:57:30 +01:00
### Running the dev server
2025-06-14 15:14:08 -04:00
```bash
2025-07-11 15:57:30 +01:00
pnpm run dev
2025-06-14 15:14:08 -04:00
```
2025-07-11 15:57:30 +01:00
2025-09-22 15:15:05 +05:30
This will start the backend. A blank DB will be copied from the `dev_assets_seed` folder.
### Building the frontend
To build just the frontend:
```bash
cd frontend
pnpm build
```
2025-07-11 15:57:30 +01:00
### Build from source
1. Run `build-npm-package.sh`
2. In the `npx-cli` folder run `npm pack`
3. You can run your build with `npx [GENERATED FILE].tgz`
2025-07-15 23:11:13 -06:00
### Environment Variables
The following environment variables can be configured at build time or runtime:
| Variable | Type | Default | Description |
|----------|------|---------|-------------|
| `POSTHOG_API_KEY` | Build-time | Empty | PostHog analytics API key (disables analytics if empty) |
| `POSTHOG_API_ENDPOINT` | Build-time | Empty | PostHog analytics endpoint (disables analytics if empty) |
| `BACKEND_PORT` | Runtime | `0` (auto-assign) | Backend server port |
| `FRONTEND_PORT` | Runtime | `3000` | Frontend development server port |
2025-07-17 16:29:35 +01:00
| `HOST` | Runtime | `127.0.0.1` | Backend server host |
2025-07-15 23:11:13 -06:00
| `DISABLE_WORKTREE_ORPHAN_CLEANUP` | Runtime | Not set | Disable git worktree cleanup (for debugging) |
**Build-time variables** must be set when running `pnpm run build` . **Runtime variables ** are read when the application starts.
2025-10-31 12:39:58 +00:00
### Remote Deployment
When running Vibe Kanban on a remote server (e.g., via systemctl, Docker, or cloud hosting), you can configure your editor to open projects via SSH:
1. **Access via tunnel ** : Use Cloudflare Tunnel, ngrok, or similar to expose the web UI
2. **Configure remote SSH ** in Settings → Editor Integration:
- Set **Remote SSH Host ** to your server hostname or IP
- Set **Remote SSH User ** to your SSH username (optional)
3. **Prerequisites ** :
- SSH access from your local machine to the remote server
- SSH keys configured (passwordless authentication)
- VSCode Remote-SSH extension
When configured, the "Open in VSCode" buttons will generate URLs like `vscode://vscode-remote/ssh-remote+user@host/path` that open your local editor and connect to the remote server.
See the [documentation ](https://vibekanban.com/docs/configuration-customisation/global-settings#remote-ssh-configuration ) for detailed setup instructions.