Skip to main content

kanban-board

A Kanban board is a workflow visualisation tool with a column per workflow stage (typically To Do / In Progress / Done) and a card per task, where you drag cards between columns as work progresses β€” letting you see exactly how much work is in flight, where it is stuck, and what is finished, all at one glance. The ZTools Kanban Board runs entirely in the browser, supports custom columns, drag-and-drop card movement, due dates, priority labels, optional WIP limits, and persists all data in browser local storage so closing the tab does not lose your board.

Use cases​

Personal weekly planning​

Three columns (This Week / Today / Done). Sunday: list everything for the week in This Week. Each morning: pull 3-5 cards into Today. Drag to Done as you finish β€” instant visibility into pace.

Side project tracking​

Backlog / Up Next / In Progress / Review / Done. Side projects stall without structure; the board acts as a low-overhead substitute for a Jira board.

Family / household tasks​

Per-person swim lanes or a shared family board. Everyone sees what is in flight; nothing falls through the cracks; Sunday review is concrete.

Course assignment tracking​

Assigned / Reading / Drafting / Submitting / Submitted. For students juggling 4-5 courses with overlapping due dates, the board surfaces the most urgent items.

How it works​

  1. Set up columns β€” Default: To Do / Doing / Done. Customise to your workflow (e.g. Backlog / Up Next / In Progress / Review / Done).
  2. Add cards β€” One card = one task. Title, optional description, due date, priority label.
  3. Drag between columns β€” Pick up a card with mouse / touch, drop in the new column. Movement is instant and persisted.
  4. (Optional) Set WIP limits β€” Cap how many cards can sit in In Progress (e.g. max 3). Forces finishing before starting more β€” the core Kanban discipline.
  5. Review and clean up β€” Weekly: archive Done column, re-prioritise To Do. Healthy boards stay short; long Doing columns signal stalled work.

Examples​

Input: 3-column personal board, 12 cards spread across

Output: To Do: 6 cards. Doing: 2 cards. Done: 4 cards. Visual ratio shows healthy balance.


Input: 5-column dev board with WIP limit 3 on In Progress

Output: When a 4th card is dragged into In Progress, board warns and refuses β€” forces user to ship first.


Input: Family board with 4 swim lanes (one per person)

Output: Each person's row shows their To Do / Doing / Done independently; cards can be dragged across rows for handoff.

Frequently asked questions​

What is the origin of Kanban?

Toyota production system, 1940s β€” physical cards signalled when components were needed. Adapted to software (David Anderson, 2010) and now general project management.

Why limit WIP?

Multitasking has a cost. Limiting work-in-progress to 1-3 active cards forces completion, surfaces blockers earlier, and shortens cycle time. Counterintuitive but proven.

How is Kanban different from Scrum?

Kanban: continuous flow, no fixed sprints, WIP-limited. Scrum: fixed sprints (1-4 weeks), commit-and-deliver. Kanban suits ongoing-flow work; Scrum suits project-based delivery.

Where is my data stored?

Local browser storage only. No server, no account, no sync. Export JSON to back up or move to another device.

Can I add labels and priorities?

Yes β€” colour labels, priority flags, due dates. Filter by label to focus on a category (e.g. "show only #urgent").

Is a digital Kanban better than physical?

Digital wins for: searchability, sync, history. Physical wins for: visibility (always-on wall), tactile satisfaction, team co-location. Many teams use both.

Tips​

  • Keep card titles short β€” long titles signal the task is too big and should be broken down.
  • Archive the Done column weekly; long Done columns add visual noise without value.
  • Adopt WIP limits gradually β€” start with limit = current count + 1, then tighten.
  • A card stuck in Doing for 3+ days is a flag β€” either blocked, too big, or unclear. Investigate.
  • Export weekly snapshots; useful for retrospectives and tracking velocity over time.

Try it now​

The full kanban-board runs in your browser at https://ztools.zaions.com/kanban-board β€” no signup, no upload, no data leaves your device.

Open the tool β†—


Last updated: 2026-05-05 Β· Author: Ahsan Mahmood Β· Edit this page on GitHub