KanbanFlow - Personal Kanban Board Tool

A responsive Kanban board with view toggle

Embed This Board

You can embed this Kanban board on your website or share it on social media. Copy the appropriate code snippet below.

HTML Website
<!-- KanbanFlow Embed -->
<iframe src="https://smartdecisionshub/kanban-flow.html" width="100%" height="600" frameborder="0" style="border-radius: 10px;"></iframe>

© 2023 KanbanFlow. All rights reserved. Data is stored locally in your browser.

How do I switch between full and compact views?
Use the view toggle in the header (Full/Compact buttons). Full view shows all task details: title, description, due date, timestamp, and priority. Compact view shows only the task title with small priority and overdue indicators. This is useful when you have many tasks and want to see more at once.
In compact view, you’ll see:
  1. Task title,
  2. Priority indicator (color-coded dot),
  3. Overdue indicator (red clock icon if overdue),
  4. Edit and delete buttons on hover. All other details are hidden to save space. Double-click or click edit to see full details.
You can edit tasks in three ways:
  1. Click on any task title, description, or timestamp to edit it inline,
  2. Click the edit icon (pencil) that appears when you hover over a task, or
  3. Double-click anywhere on a task to enter edit mode. All changes are saved automatically when you click “Save” or press Enter.
The “Moved to list” timestamp only updates when a task is moved to a different list/column. Reordering tasks within the same list does not update this timestamp. This helps you track how long a task has been in its current workflow stage.
Tasks with expected completion dates that have passed are highlighted with a red border and a subtle red background. This makes it easy to identify overdue tasks at a glance and prioritize them accordingly. You can edit the due date to remove the overdue status.
 
This Kanban board uses the browser’s localStorage API to save your board’s state automatically. Every time you add, edit, move, or delete a task, the changes are saved locally in your browser. This means your data persists even after you close the browser tab or restart your computer.
 
You can delete tasks in three ways:
  1. Hover over a task and click the trash icon that appears in the top-right corner,
  2. Double-click on any task, or
  3. Use the “Clear All Tasks” button in the header to remove all tasks at once. Task deletion is permanent, so be careful!
The “Clear All Tasks” button removes all tasks from your Kanban board but keeps your list configuration (columns) intact. This is useful when you want to start fresh with a new project while keeping your workflow structure. Your lists, their names, colors, and limits will remain unchanged.
 
Yes! All your data is stored locally in your browser using localStorage. This means your tasks and board configuration never leave your computer unless you explicitly export them. We don’t collect any data or store anything on external servers.