Explainer
What is a 2D kanban board?
How it differs from a normal kanban board
The difference is not cosmetic. A one-dimensional board forces you to pick which single question the layout answers, and everything else becomes a label you have to read card-by-card. A second axis promotes one of those labels into the geometry.
| Aspect | 1D kanban | 2D board |
|---|---|---|
| Grouping | One axis — columns, usually status. | Two axes at once: any field on the columns, any other on the rows. |
| Moving a card | One drag sets one field. The rest is a form. | One drag into a cell sets both fields, and undoes as one action. |
| Changing the question | Re-group and you lose the previous grouping, or you build a second board. | Swap the axes and the same cards answer a different question. |
| Duplication | Tracking two dimensions usually means two boards kept in sync by hand. | One board. Both dimensions are properties of the card, not copies of it. |
What the second axis actually buys you
Three things. First, density: a board with five statuses and four priorities shows you twenty meaningful buckets in the space one row of columns used to occupy. Second, the gap becomes visible — an empty cell where "critical" meets "not started" is an argument you can see from across the room, and a 1D board hides it. Third, the same data answers more than one question: put owner on the rows and you are running a workload review; put quarter there instead and you are running a roadmap, from the identical cards.
Structured like a board, spatial like a canvas
A whiteboard gives you position but no structure — the cards are shapes, and nothing can query them. A board gives you structure but only one axis of position. A two-axis board is both: every card sits somewhere meaningful, and every card is still a real record with values you can filter, export and hand to an agent.
Is that not just swimlanes?
Swimlanes are the closest thing most tools offer, and they are not the same. A swimlane is usually a fixed grouping configured once — often limited to one specific field, often not something you can flip, and in several tools available only on paid plans. A second axis is a first-class property of the board: any facet can occupy it, either axis can be swapped for the other, and a card carries a real value on both. The test is simple — if you cannot exchange the row field and the column field in one action, you have grouping, not a second dimension.
Which tools do this
Very few, which is why the term is unfamiliar. Being honest about the landscape matters more than winning the paragraph:
- Glattice
- Two axes are the core model rather than a view option. Any facet can drive either axis, swapping them is one click, and a card carries a real value on both. Also the only one of these with a public REST API and an MCP server that expose the same board an agent can read and write.
- Tools with swimlanes (Jira, Trello with Power-Ups, Zenkit)
- Genuinely two-dimensional on screen, but the row axis is usually a fixed grouping rather than an interchangeable one, frequently restricted to certain field types, and often gated behind a paid tier. Good enough when the second dimension never changes.
- Tools with "group by" on a board (Notion, Linear, Height)
- These approximate the second dimension by sub-grouping the columns. It renders similarly and behaves differently: it is a display setting rather than an axis, and dragging across a group boundary does not reliably set both fields at once.
- Spreadsheets and databases (Airtable, Excel)
- A pivot table is genuinely two-dimensional and has been for forty years — but it aggregates rather than holding the work items themselves, and you cannot drag a task from one cell to another to reassign it. Airtable users have been asking for kanban swimlanes for years, which is the same request from the other side.
Try it on something real
The fastest way to understand a two-axis board is to look at one that is already shaped for work you recognise — a sprint board by priority and status, a content calendar by channel and week, a hiring pipeline by stage and role.