Skip to content

What is Stib?

Stib is a Claude Code agent orchestrator with a visual Kanban board. It lets you spawn, monitor, and interact with Claude Code agents through an intuitive interface — managing AI-driven development tasks the same way you manage any project board.

Stib runs as a self-hosted server application (Rust backend + Vue.js frontend) and is available as a Docker image, pre-compiled binary, or desktop app with system tray integration. A companion mobile app (Flutter) lets you manage your agents on the go.

Key Features

  • Visual Kanban Board — Manage AI agent tasks with drag-and-drop cards across customizable pipeline columns. Each card represents a task for a Claude Code agent, giving you a clear overview of what's in progress, what's done, and what's next.

  • Claude Code Agents — Spawn, monitor, and chat with Claude Code agents in real-time. Sessions are persistent and survive disconnections — pick up right where you left off.

  • Pipeline Automation — Automatically chain columns (Backlog → Plan → Dev → Code Review → Test → PR → Done) with configurable auto-progression. Let the pipeline drive your workflow without manual intervention.

  • Git Integration — Every card gets its own Git worktree and branch, providing full isolation between tasks. A built-in diff viewer lets you review changes without leaving the interface.

  • Multi-Platform — Web UI, desktop app (with system tray), and mobile app (iOS/Android), all syncing in real-time via WebSocket. Work from wherever you are.

  • Multi-Project & Multi-Board — Organize work across projects, organizations, and multiple boards per project. Scale from solo development to team-wide orchestration.

  • Context Relay — When an agent's context window fills up, Stib automatically hands off to a fresh agent with full context continuity. No progress is lost.

  • Self-Hosted — Your data stays on your machine. You have full control over your infrastructure, your code, and your agents.

How It Works

  1. Create a project pointing to a Git repository
  2. Create a card with a title and prompt describing the task
  3. Stib spawns a Claude Code agent in an isolated Git worktree
  4. The agent executes the task, streaming results in real-time
  5. Chat with the agent, review diffs, and iterate on the output
  6. Pipeline automation moves the card through columns automatically
  7. Review the PR-ready branch when done

Who Is It For?

  • Solo developers using Claude Code who want visual task management and pipeline automation instead of juggling terminal sessions
  • Teams wanting to orchestrate multiple AI agents across projects with real-time collaboration
  • Organizations needing a self-hosted, secure AI development platform with full control over data and infrastructure

Next Steps

Ready to get started? Here's what to do next:

  • Prerequisites — Check what you need before installing
  • Quick Start — Go from zero to a running Stib instance in minutes