SwarmGrid

Configure in the browser. Your machine does the work.
Orchestrate AI agent swarms for your kanban board. Poll tickets, launch Claude agents, watch them work, share sessions with your team.

How it works

1
Sign in with GitHub
One click. No payment required.
2
Connect your board
Paste your Jira board URL. Configure routes in the dashboard.
3
Install the agent
One command. Runs on your machine with your Claude plan.
4
Watch tickets flow
Tickets trigger agents. Sessions stream to your dashboard.
pip install swarmgrid
or: git clone https://github.com/starshipagentic/swarmgrid.git && cd swarmgrid && ./setup.sh

See it in action

The Progression

1
One agent solving a ticket
Drag a ticket to a trigger column. Claude picks it up and starts working.
2
A team of agents
Claude Opus 4.6 as team lead, coordinating specialised workers in parallel.
3
A squad of engineers
Each dev running their own constellation of agents. All visible in one Team view.
4
A swarm across your org
Multiple boards, multiple squads, one dashboard. Switch with a dropdown.

What it does

Heartbeat

Polls your kanban board every few minutes. When a ticket enters a trigger column, an agent launches automatically.

Routes

Map board columns to agentic slash commands. /solve for bugs, /migrate for DB changes, /prd2epic for planning. Configure from the UI.

Live Dashboard

Web UI with live board, terminal output streamed to your browser, session controls. Watch Claude work in real time.

Session Sharing

Share any tmux session with a teammate over SSH via upterm. One click, one link. Works across NAT, VPN, anywhere.

Team Visibility

See every ticket that went through the pipeline. Who has what, what status, when it moved. No standup needed.

Your Machine, Your Code

Agents run on your laptop with your Claude plan. SwarmGrid orchestrates. Your code and credentials never leave your machine.

The Stack

Python + FastAPI tmux Claude CLI upterm SQLite Jira API