Open Source

AI-native task management
that lives in your repo

Tasks are markdown files. AI agents plan, execute, and submit for review. No database, no server — just .tasks/*.md and git.

npx https://vibe-corp.web.app/vibe-board.tgz
Todo
Set up CI pipeline
Update README
Planning
Refactor auth flow
In Progress
Review
Done
Add dark mode
Add user avatars claude
Planning...
Writing code...
Ready for review
Merged

Installation

Recommended

One command

Run directly — no install, no clone, no account needed.

npx https://vibe-corp.web.app/vibe-board.tgz

Requires Node.js 18+. Opens the board at localhost:3644.

Manual download

Download, unzip, and run.

1curl -O https://vibe-corp.web.app/vibe-board.tgz
2tar xzf vibe-board.tgz && cd package
3npm install
4node bin/vibe-board.mjs

How it works

1

Create a task

Describe what you need done. Assign to AI with one toggle.

2

AI plans & executes

Claude creates a plan, you approve, it writes the code on a branch.

3

You review & merge

Review diffs in the board, approve or reject with feedback.

Features

📄

Markdown-first

Each task is a .md file with YAML frontmatter. Edit in VS Code or the board.

🌱

Git worktrees

Each agent task gets its own branch. Concurrent agents work in isolated worktrees.

🔎

Plan approval

AI creates a plan before executing. Edit or approve it before any code is written.

📊

Review diffs

See exactly what changed. Approve to merge or reject with feedback for another round.

MCP integration

Expose tasks as an MCP server. Claude Code reads and updates tasks from the terminal.

🔔

Slack & Discord webhooks

Get notified when tasks move, agents start, or code lands. Connect Slack, Discord, or any URL.

🌐

No server required

Static export + File System Access API. Works fully offline in Chrome.

Ready to vibe?

Install in seconds. No accounts, no config, no cloud.