Skip to main content

Kanban Board

Organize tasks with a drag-and-drop kanban board.

How it works

  1. 1

    Create columns

    Start with the default To Do / In Progress / Done, or add custom columns for your workflow.

  2. 2

    Add cards

    Click "Add Card" in any column and enter a task title and optional description.

  3. 3

    Drag to organize

    Drag cards between columns as tasks progress through your workflow.

Common use cases

  • Software development workflow

    Columns: Backlog, In Progress, Review, Done

  • Personal task management

    Default columns: To Do, In Progress, Done

About This Tool

The Kanban Board is a free, browser-based task management tool that visualizes your workflow using the Kanban methodology — a system originally developed at Toyota in the 1940s to optimize manufacturing efficiency and later adapted for knowledge work by David J. Anderson in the 2000s. Today, Kanban is one of the most widely adopted agile frameworks, used by software teams, marketing departments, freelancers, and anyone who needs to manage work through defined stages.

The board presents your tasks as cards organized into columns, where each column represents a stage in your workflow. The default setup includes three columns — To Do, In Progress, and Done — which is sufficient for most personal workflows. You can customize these columns to match your specific process: Backlog, Research, Design, Development, Review, Testing, Deployed for a software team; Ideas, Outlined, Drafted, Edited, Published for a content pipeline; or any other stages that reflect how work actually flows through your system.

Cards are the atomic unit of the Kanban Board. Each card has a title, an optional description, and a color label. The color labels provide a visual categorization system — use red for high-priority items, blue for research tasks, green for completed milestones, or assign any meaning that makes sense for your workflow. Cards can be created in any column and moved freely between columns using drag and drop. On touch devices, the same drag gesture works with your finger.

The drag-and-drop interaction is designed to be smooth and responsive. As you drag a card, the board dynamically adjusts to show where the card will land, making it easy to reorder tasks within a column or move them between columns. This visual feedback is critical for maintaining a clear mental model of your workflow state.

Work-in-progress (WIP) limits are a core Kanban principle, and the board supports this concept by making your column counts visible. When you see too many cards piling up in "In Progress," it is a signal to finish existing work before starting new tasks. This visual cue helps prevent context switching overload and keeps your work flowing smoothly through the pipeline.

All data is stored locally in your browser using localStorage. No tasks, descriptions, or workflow configurations are transmitted to any server. There are no accounts, no subscription tiers, and no data locked behind a paywall. Your board data persists between sessions and can be accessed anytime by returning to the tool.

The Kanban Board pairs naturally with other productivity tools. Use the Eisenhower Matrix to decide which tasks to add to the board, the Pomodoro Timer to execute focused work on individual cards, and Quick Notes to capture details that inform your tasks. Together, these tools form a complete personal productivity system.

More examples

Examples

Software development workflow

Input

Columns: Backlog, In Progress, Review, Done

Output

Cards flow from Backlog through Review to Done as tasks are completed

Personal task management

Input

Default columns: To Do, In Progress, Done

Output

Drag tasks from To Do to In Progress as you start, then to Done when finished
Frequently Asked Questions
Where is my kanban data stored?
All columns and cards are saved in your browser's localStorage. Nothing is sent to any server. Your board data persists between sessions until you clear your browser data.
Can I create custom columns?
Yes. Click "Add Column" to add a new column with a custom name. You can also rename existing columns by clicking on their title. Build a workflow that matches how you actually work.
How do I move cards between columns?
Drag and drop cards between columns using your mouse or touch screen. Cards can be moved to any column on the board and reordered within columns by dragging.
What are the color labels for?
Color labels help you visually categorize cards. Choose from five preset colors when creating or editing a card. Use them to indicate priority, task type, team assignment, or any meaning you prefer.
Is there a limit on the number of columns or cards?
There is no hard limit. The board stores data in localStorage (typically 5–10 MB), which supports hundreds of cards across many columns. Performance remains smooth for typical personal and small-team use cases.
Can I use this for team collaboration?
This Kanban Board is designed for individual use with data stored locally in your browser. For team collaboration with real-time sync, consider integrating it with a shared screen during meetings or using it for personal task management alongside a team tool.
How is this different from the Daily Planner?
The Kanban Board organizes tasks by workflow stage (columns like To Do, In Progress, Done) without a time dimension. The Daily Planner organizes tasks by time of day with specific time blocks. Use the Kanban Board for project management and the Daily Planner for daily scheduling.
Can I export my board data?
Your board data is stored in localStorage and can be accessed through browser developer tools. A dedicated export feature is planned for a future update.

Learn More

Related Guides