01 · run the fleet
One board, the whole fleet
Every ticket carries its own branch, PR, and CI status, so you steer a fleet of agents from one Kanban view instead of a pile of terminal tabs.
Features
A vibe code kanban: one native board for a whole fleet of AI coding agents.
01 · run the fleet
Every ticket carries its own branch, PR, and CI status, so you steer a fleet of agents from one Kanban view instead of a pile of terminal tabs.
02 · run the fleet
Pair a machine and send tickets to it, so the work keeps moving with your laptop shut.
03 · your team
Your whole team on one realtime board: plan together, require approvals on the plan and the diff, and run agents side by side.
04 · shape the work
Write the plan as a checklist and hand it over. The agent works through it in order and checks each step off as it lands.
05 · your economics
Runs on the plan you already pay for: Claude, GPT, Cursor, Copilot. Flat, so a hundred parallel runs cost what one does. No per-token markup, no lock-in.
06 · review the work
Install a pack from any GitHub repo and its skills land in every session. Curated packs auto-update, and community ones stay pinned to a commit you chose.
Seven steps. You write the first one and approve the last.
A ticket is one unit of work with a plan attached: a checklist the agent works through in order and ticks off as each item lands, so progress is a state you can read rather than a wall of output you have to parse.
Running it fetches your default branch from the remote first and cuts the ticket's branch from that, never from wherever your local clone happens to be sitting. The branch gets a real git worktree: its own directory, its own dev-server port, and its own copy of the project's context files.
A coding CLI launches in that directory and gets the ticket. It is the real tool, not a re-implementation of it: the same terminal UI you would have run yourself, which you can watch and type into while it works.
Columns move on lifecycle signals rather than on an agent remembering to report: the session starting moves the ticket to Running, the session ending moves it to Review, and a question the agent needs answered parks it in Blocked and rings for you.
The agent's last act is running the ticket's acceptance checks and reporting their real exit codes. A red check does not withhold the pull request: the failure is recorded against the ticket, stamped as a failing status on the PR, and written into its body, so you review a real diff with an honest signal instead of a ticket with nothing to open.
Fredrin merges the branch against the latest base in memory before pushing. If it would conflict, the push is refused and the conflicting paths are named, so you are never handed a pull request with a red merge banner. One that appears later, because the base moved, is resolved when you click Merge and shown to you as a diff.
Merging is the human gate. The pull request and its CI status ride back onto the card, and merging auto-completes the ticket. Auto-merge exists as a per-ticket opt-in and is off unless you turn it on.
Two of those steps are doing more work than they look. The worktree is what makes the board honest about parallelism: ten agents editing ten checkouts cannot overwrite each other, which is why isolation is a git worktree rather than a lock. And the copy of the context files each worktree inherits is the project's own memory (a concept wiki and a decision log, committed to your repo), so a ticket starts knowing what the last one settled, and any refinement it makes rides back in the same pull request. How project memory is stored and retrieved is its own page.
Seven coding CLIs, each launched as the real tool on your own subscription.
The choice is per ticket, not per account: runtime, model, and (where the CLI has one) reasoning effort are set on the card, so a copy fix and a migration can run different models on the same board at the same time. For ticket work every runtime runs without approval prompts, which is what lets an unattended Worker finish; the thing that makes that safe is the branch and worktree it is confined to, and the fact that you still merge.
Fredrin is a native desktop app, so the requirements are real ones.
The boundaries are deliberate, so they are worth knowing before you install anything.
The vocabulary behind all of this (ticket, Worker, worktree, project memory) is defined on the docs page, and what each plan includes is on pricing.
Invite-only, free once you are in. See how it compares.