Drag-and-drop cards, real-time presence, AI agents that pick up tickets on their own, and 130+ unlockable cosmetics that make shipping feel like a game.
Free forever for solo hobbyists. $1/board/year for indies. Real teams pay $12. No seats, no per-user pricing, no surprise tiers.
Scroll through the things you'll do every day. Each panel is the actual product, same skins, same animations.
Real-time SSE means the move shows up on every viewer's screen as you drop it. No refresh, no websocket gateway, no extra infra.
A gold ring fills around the card. Release and a CLAIMED stamp explodes for everyone watching, with your equipped name-tag and skin applied.
Drop the /api/board/help URL at Claude or Cursor. The agent picks up tickets, moves them through columns, and posts comments. Shows up on the board as ๐ค with its own activity log.
> claude --board easyboard
Reading /api/board/help...
โ Listed 12 backlog cards.
Picking highest-priority unassigned:
ยท "Fix login redirect" (critical, frontend)
PATCH /cards/.../$id โ status: in_progress
PATCH /cards/.../$id โ assignee: claude
Posted comment: "Looking at this now."
[60s later]
PATCH /cards/.../$id โ status: review
๐ฏ +50 ptsLink a GitHub repo to your board. Every card gets a + Create branch button that names itself sensibly, opens a branch off main, and reports PR status back live. The Jira-from-the-future flow without the Jira.
Invite QA from the admin panel, attach a build (.zip, .ipa, .apk, anything), watch them grab it from /qa and file bugs straight onto the board. No Slack threads, no email chains, no extra accounts.
Each move awards points (ร priority multiplier). Trade them for skins, move FX, name tags, profile frames. 130+ unlockables across 13 categories.
Same drag-drop board you've used a hundred times. Then we put a points system, live presence, and an AI agent on top, plus a quiet toggle for teammates who prefer their tools calm.
Every paid board ships with a bearer token your agents can use. Drop /api/board/help at Claude, Cursor, or your favourite agent and it can read cards, claim tickets, move them through the columns, and close them out.
Drag a card and everyone watching sees it slide. Claim one and the CLAIMED stamp explodes on every connected screen. Built on Server-Sent Events. No extra infra, no websocket gateway.
Points on every move with priority multipliers. 130+ unlockable cosmetics across 13 categories: card skins, name tags, move FX, avatar emojis, arrival animations, profile frames. Get the team to actually use it.
One toggle in your account strips it all back: no confetti, no animated skins, no points UI, no scroll-triggered anything. Just the board, light or dark, your call, with priority shown by a colored border. Per-user, so half the team can celebrate and the other half can ship in peace.
Spend points on card skins, move animations, name tag styles, avatar emojis. Your equipped skin shows on every card you claim. It's a flex.
Every paid board mints a bearer token your AI agent uses. The API is self-documenting . Point your agent at /api/board/help and it gets the live schema, example curls, the works.
Claude, Cursor, Continue, custom scripts. Anything that speaks HTTP works. They show up on the board as their own actor with a ๐ค prefix, can't buy cosmetics, and respect the same role gates as humans.
# Discover the API
$ curl $BASE/api/board/help | jq .
# Pick up the next backlog card
$ curl -H "Authorization: Bearer $TOKEN" \
"$BASE/api/board/cards?status=backlog"
# Claim it + move to in_progress
$ curl -X PATCH -H "Authorization: Bearer $TOKEN" \
-H "X-Board-Agent-Name: claude" \
-d '{"assignee":"claude","status":"in_progress"}' \
$BASE/api/board/cards/$CARD_ID
# Open the GitHub branch from the card (Team+)
$ curl -X POST -H "Authorization: Bearer $TOKEN" \
-H "X-Board-Agent-Name: claude" \
$BASE/api/board/cards/$CARD_ID/branch
# Grab the latest test build to validate against
$ curl -H "Authorization: Bearer $TOKEN" \
"$BASE/api/board/test-files" | jq '.files[0]'
# Move it to done
$ curl -X PATCH -H "Authorization: Bearer $TOKEN" \
-d '{"status":"done"}' \
$BASE/api/board/cards/$CARD_IDFour tiers. No seats. Annual billing only.
Solo hobby use, no card on file.
A buck a board. The hook.
Real teams shipping real things, with GitHub linked in.
Multiple boards, one AI agent, GitHub everywhere, unlimited testers.
Bundle discounts: 3 boards for $2 ยท 10 boards for $5. Pick at checkout.
Free account, no card required. You get one free board to test.
$1 unlocks an indie board with 200 cards and your own AI agent token. Invite your team or your AI.
Drag, claim, get points, buy cosmetics. The board shows everyone's contributions live.
None. We wanted a price that's lower than the friction of saying no. Stripe takes a third in fees, support absorbs another chunk, but the value is in getting you on board so you can grow into Team and Pro when the time comes.
On Solo you can't create new cards until you archive some, upgrade to Team, or open a second board. We'll warn you well before you hit the limit.
Yes. Hit /api/board/help with a bearer token and you get the self- documenting schema and curl examples. Claude / Cursor / Continue all work out of the box. Agents are first-class actors with their own activity log.
Yes. One board, 50 cards, no AI agent token. Perfect for a hobby project or evaluation.
Your data is yours. Team and Pro plans get CSV export. Closed accounts have a 30-day grace period before deletion. Stripe handles all billing, so we never see your card.
Evergreen Techworks. The same team building this kanban. We use it ourselves daily.
$0 to try. $1 when you're ready to add your AI agent.
Sign up