Stib is a Kanban-style workspace where AI coding agents do the work. Instead of writing code yourself, you create a card describing a task, and Stib runs an AI agent of your choice against your codebase — in an isolated git worktree — until the task is done. You review the diff, chat with the agent, and merge when you're happy with the result.
Core concepts
- Project — a git repository connected to Stib.
- Board — the Kanban board for a project (columns like To Do, In Progress, Review, Done).
- Card — a single task. Each card runs in its own isolated git worktree, so multiple agents can work on the same repository in parallel without stepping on each other.
- Agent session — one run of an AI agent on a card. You can stop, retry, or resume a session, and switch which AI model handles the next run.
- Pipeline — an automated sequence that creates a card and runs it through multiple steps without manual intervention.
Where Stib runs :
Stib is available as:
- A desktop app (Windows, macOS, Linux)
- A mobile app (Android, iOS)
- A web app, served directly by your Stib server
All clients talk to the same Stib server and stay in sync — start a card on desktop, check its progress from your phone.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article