{
  "markdown": "# KanbanThing\n\nA free kanban board you can share with a link. No account, no email, no install.\n\n**<https://www.kanbanthing.com>**\n\nYou name a board, choose a password, and get a link. Anyone you send that link to opens the\nsame board and moves the same cards. That last part is the point — most free no-signup kanban\ntools keep the board in one browser's local storage, so it can never really be shared. This\none is shared by default.\n\n## What it does\n\n- **Columns** you can add, rename and reorder, starting from To Do, In Progress and Done\n- **Cards** with a description, a colour and a due date, moved by drag and drop or from the card menu\n- A **backlog** for work that is not scheduled yet\n- A **calendar view** of the same cards by due date, and a **timeline view** by most recent activity\n- A **password on every board**, set when the board is created, plus a **read-only link** for\n  people who should see the board but not change it\n- **Light and dark** appearance, following your system setting\n- A **command line client** with `--json` on every command, so a script or an AI agent can\n  drive the same board a person has open in a browser — see [the CLI docs](https://www.kanbanthing.com/cli)\n\n## What it does not do\n\nThere are no accounts, no teams, no permissions and no paid tier. **Boards are deleted up to\n60 days after they are created**, so copy out anything you want to keep.\n\nIf you need long-lived project history, this is the wrong tool, and that is on purpose. It\nsuits work with an end in sight: a retrospective, a short project, or a personal board you\nstart again every few weeks.\n\n## Guides\n\n- [Choosing the columns on a kanban board](https://www.kanbanthing.com/guides/kanban-columns)\n- [Running a retrospective on a shared board](https://www.kanbanthing.com/guides/retrospective-board)\n- [Personal kanban: running a board for one](https://www.kanbanthing.com/guides/personal-kanban)\n- [Edit links, read-only links and passwords](https://www.kanbanthing.com/guides/read-only-board-links)\n\n## Built with\n\nNext.js, React, TypeScript and Tailwind CSS, with Supabase for storage. Made and maintained\nby Tron Schell.\n\n## Running it locally\n\nRequires Node 20 or newer and a Supabase project.\n\n```bash\nnpm install\nnpm run dev\n```\n\nSet `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY` in `.env.local`. The SQL\nthat builds the schema lives in `db/`, applied in filename order.\n\n```bash\nnpm run build       # production build\nnpm test            # vitest\nnpm run typecheck   # tsc --noEmit\nnpm run lint        # eslint\n```\n",
  "bytes": 2556,
  "sha": "8881f406cf21931f9f00e33e8b8e3cca3967ee19b302a69f87824ecbc0c033ae",
  "repo_slug": "tronschell/kanban-thing",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_kanbanthing_kanban_cde5756b/readme"
}