
Light the path.
Kitsunebi (狐火) is the will-o'-the-wisp that guides travelers through the dark. Drop your work onto a board. Drag it through the columns. Let your agents file new cards while you sleep.
Sign in with Google or GitHub. No credit card. Boards are private by default — share a link when you're ready.
Three things, no more.
Drag, drop, ship.
Boards, columns, cards. Labels, due dates, cover images, markdown descriptions. The basics, done right — nothing you have to relearn from Trello.
An API your bots will love.
Mint a Bearer token. Read your board state, create cards, move them between columns, mark them blocked. Hook your roadmap into your tools and let them do the typing.
Private by default.
Boards default to owner-only. Flip one to public and anyone with the link can view, read-only. The agent API stays Bearer-gated either way.
Curl-able from the first commit.
Every board operation a human can do, a Bearer token can do too. No GraphQL, no SDK, no auth dance — just JSON over HTTPS.
- GET /api/boards/{slug} — full board state
- POST /api/boards/{slug}/cards — file a card
- PATCH /api/cards/{id} — move, rename, label, mark blocked
- POST /api/cards/{id}/comments — log progress