Kanban Board

H by Hatchable

A kanban board for tasks and roadmaps that your AI agent can update too.

Kanban Board

Your work lives on a board somewhere, and updating it is the thing you skip when you are busy. Cards go stale, columns lie, and the board that was supposed to show reality slowly stops matching it.

Kanban Board gives you boards, columns, and cards with priorities and due dates. You drag work across the board the way you always have, and you can connect your AI assistant so it moves cards and files updates as the work actually happens.

Tell your agent you finished the auth work and it moves the card to done and pulls the next one into progress. The board stays honest without you stopping to maintain it.

It is a self-hosted alternative to Trello you run at your own address, with every board and card in your own database.

Copy and Launch it, connect your agent over MCP, and keep your board current for once.

Talk to it from your AI

Once Kanban Board is on your account, the same AI you used to install it can read its data, send its emails, and change its code — for the life of the project. Try things like:

“Move 'Ship CSV export' to Done and pull the next card into In progress.”
“Add a card 'Fix onboarding redirect' to the Backlog, high priority, due Friday.”
“What's in progress right now, and who owns each card?”
“Show me everything overdue on the Launch week board.”

Every Hatchable project ships with an MCP server scoped to it — how it works.

MCP tools

list_boards()

List every board with its columns.

get_board(board_id)

Return a board with its columns and cards.

create_card(board_id, column, title, priority?, due?)

Add a card to a column with an optional priority and due date.

move_card(card_id, column)

Move a card from one column to another.

update_card(card_id, fields)

Edit the title, priority, assignee, or due date of a card.

Features

Boards and cards

Organize work into columns with priorities, due dates, and assignees. The classic board, done cleanly.

Drag to move

Pull a card from one column to the next as work progresses. Simple, fast, and exactly what you expect.

Agent-updated over MCP

Connect your AI assistant and it can create, move, and update cards as things get done, so the board maintains itself.

Your domain, your data

Runs on your own domain with every board and card in your own database.

What you get

  • Source code, deployed to your account on Hatchable
  • Your own subdomain (or BYO custom domain on the Builder plan)
  • A real Postgres database, scoped to this app
  • The ability to make a copy, edit it, and redeploy via your AI tool
  • CSV export of your data, any time