Vibora is a self-hosted web app that orchestrates Claude Code across isolated git worktrees. You've seen this before. Each task is its own kanban card with its own AI agent. Part of what makes Vibora unique is each task is an actual terminal running unmodified Claude Code. No wrapper APIs, no chat abstraction built on the Agent SDK — just raw Claude Code in xterm.js.
What makes Vibora different from similar tools:
- *Client-server architecture*: Run the backend on a VPS or home server. Connect from anywhere. Your agents don't die when you close your laptop. - *Deep Claude Code integration*: Bundled plugin with skills, MCP server, and slash commands. Claude can manage tasks, query status, and send notifications — all from within the terminal. The MCP server even lets Claude execute commands on your remote machine through SSH port forwarding. No other tool has this level of native integration. - *Production deployment built-in*: Deploy Docker Compose apps with Traefik routing and Cloudflare DNS integration. Go from task to production without leaving the UI. - *Intentionally minimal*: No swarm intelligence, no 100+ MCP tools, no auto-generated roadmaps. Just parallel Claude Code sessions you control. - *Desktop app*: Native macOS and Linux apps that bundle everything — just install and run. - *z.ai integration*: Use Claude Code at a fraction of the cost if you're willing to make the tradeoff.
The philosophy: today's bottleneck isn't AI capability — it's your time and attention. Vibora doesn't try to replace your workflow or make decisions for you. It just gives you better leverage.
Built with Bun, React, SQLite. Runs on a $5 VPS. Ships as a CLI (`npx vibora@latest up`) and desktop app.
GitHub: https://github.com/knowsuchagency/vibora
Documentation: https://vibora.dev
Demo screenshots in the README.