Personal Kanban Board App in 2026: Market Size, Revenue Precedents, Cost to Build
Last updated: 25 April 2026Idea: Personal Kanban — productivityData source: MyAppTemplates analysis of 2026 public SOW benchmarks, App Store ranks, and Sensor Tower / AppFigures category data
Executive Summary
What it is. A personal kanban board is a single-user task system organised as columns (Backlog, Doing, Done — or any custom flow) with cards that carry due dates, tags, notes, and optional subtasks. Unlike Trello or Jira, the personal variant is opinionated for one person: no boards-of-boards, no team permissions, no comment threads. The product job is a calm daily workspace that survives a 3-week absence and still makes sense.
Who pays. Solo operators who already pay for productivity software — indie founders, freelancers, PhD students, consultants, ADHD-coded knowledge workers. The willingness-to-pay signal is strong: Things 3 sustains $100k+ MRR on a one-time purchase, and Notion's individual plan converts a non-trivial slice of its 100M+ users to $10/month. Personal kanban sits inside the same wallet.
Why now. Two shifts. First, AI-native task entry ("add three follow-ups for the Acme call") is now table stakes — and the LLM cost to deliver it dropped ~80% in 18 months. Second, the productivity category is unbundling: people are leaving Notion for lighter tools they actually open daily. A focused $5–$8/month personal kanban built on a $199 boilerplate with Claude Code reaches launch-ready in under a week.
Build cost by scope
Personal kanban: 4 scope variants from lean MVP to 100k users
Same idea, four honest scope levels — pick the one that matches your launch ambition.
Every DIY build starts with the same flat boilerplate fee:$199 one-time — column below shows marginal Claude Code API spend on top
#
Scope variant
What's in scope
Agency Quote
+ AI Spend
Savings
Build Time
1
Lean MVPValidate the core loop with 20 friends
Boards, columns, cards, drag-and-drop, local persistence, phone-OTP login. No payments yet.
1. Real-app precedents (who's already making money)
Public App Store ranks, Sensor Tower / AppFigures category benchmarks, and founder disclosures (2026). Revenue is reported as wide bands because exact figures are not public — treat these as order-of-magnitude evidence that the wallet exists.
Precedent
Things 3 — the gold standard for paid solo productivity
Estimated revenue$100k–$300k MRR equivalent (one-time $49.99 across iOS, iPad, Mac)
ModelOne-time per platform. No subscription.
Why it mattersProves solo users will pay $50+ for a calm, opinionated, single-user task tool. Not a kanban, but the same buyer.
3. Monetisation fit, week-one scope, and where people get this wrong
Monetisation fit: subscription, $5–$8/month, with a 14-day full-feature trial. Personal kanban is a daily-use tool — that's the prerequisite for subscription, not IAP. Ads kill the calm-workspace product job. One-time purchase (Things 3 model) is defensible but caps your CAC budget hard. A $5/month tier with annual discount is the honest fit: aligned to value delivered (every day), and gives you margin for the LLM-powered quick-capture that's now table stakes.
Week one
What to ship before you tell anyone it exists
Day 1–2Phone-OTP auth, three-column board, card CRUD, drag-and-drop, local SQLite persistence
Day 3D1-backed sync, Drizzle schema for boards/columns/cards, Workers route handlers
Day 4RevenueCat paywall behind 14-day trial, onboarding screen, Sentry wired
Day 5TestFlight build, 10 friends-of-friends as testers, instrument 5 events (signup, first card, first column-move, paywall view, trial start)
Differentiation
Angles that still work in 2026
AI quick-capture"Plan my Tuesday from this email" → cards. Most personal kanban apps still don't do this well.
Calm aestheticThe Things 3 / Bear / Reeder visual lineage. Trello is loud; there's space for quiet.
Niche downKanban for PhD students, for consultants tracking client deliverables, for ADHD-coded users with energy-based columns.
Offline-firstGenuinely works on a plane. A surprising moat — most cloud-first competitors don't.
Trap
Where indie builders get this idea wrong
Adding teams in v1The moment you ship sharing, you're competing with Trello and Linear. Stay solo.
Building a Notion clonePages, databases, and embeds are scope death. A card with notes is enough.
Free foreverCalm productivity tools convert worse on freemium than on trial. Use a 14-day full trial.
Web firstThe job-to-be-done is daily mobile capture. Web is companion, not primary.
How to use this page if you're starting tomorrow
A practical sequence to go from "I like this idea" to a paid TestFlight build in roughly a week of focused work.
1
1. Pick a scope row, not the whole table
If you have 5 days and a day job, you're shipping the Lean MVP — not the 100k-user Production row. Pick the row that matches the calendar you actually have.
2
2. Validate the niche, not the kanban
Before writing code, post in two relevant subreddits (r/productivity, r/ADHD, r/PhD, depending on your angle) describing the specific problem. If 20 people DM you, build it. If 2 do, pick a different niche, same idea.
3
3. Use the boilerplate's auth and billing as-is
Phone-OTP and the RevenueCat adapter are pre-wired. Don't customise either in v1 — your differentiation is the kanban experience, not the login screen.
4
4. Wire AI quick-capture last
Build the boring kanban first. Add the LLM-powered card capture in week two once you know users actually return. It's the feature most likely to get cut for cost reasons if added early.
5
5. Ship paid from day one
14-day trial, then $5/month. Free-forever signals "I'm not sure this is worth your money" — and your best users will pay to support a tool they open daily.
Frequently Asked Questions
Is the personal kanban idea saturated?
No — and the reason is precise. The category leaders (Trello, Notion, Asana) are all team-shaped. The genuinely solo-shaped competitors (Things 3, TickTick, Todoist) are list-based, not kanban. A focused personal kanban app sits in a real gap, especially with an AI quick-capture or niche-targeted angle. Saturated would mean five well-marketed solo-kanban apps with strong reviews; that's not the current shape of the market.
Can I really build this for ~$70 in AI spend?
Yes, for the Solo Launch scope (4–5 days of focused Claude Code work on top of the $199 boilerplate). The boilerplate handles auth, billing, edge runtime, and CI — which is roughly the first week of a from-scratch build. Claude Code then writes the kanban-specific code (schema, routes, drag-and-drop UI, paywall flow) against that foundation. The $70 figure assumes a typical agentic session pattern, not heroic prompt-golf.
Why subscription and not one-time purchase like Things 3?
Things 3 launched in 2017 with no LLM costs and minimal sync infrastructure. A 2026 personal kanban with AI quick-capture has a real per-user marginal cost that one-time purchase can't fund long-term. $5/month aligned to daily use is the honest fit. You can offer a lifetime tier later as a marketing lever once you have retention data.
What revenue is realistic in year one?
Solo indie precedents in this category land between $2k–$15k MRR by month 12 with one founder, no paid acquisition, and a clear niche angle. That's roughly 400–3,000 paying users at $5/month. The Things 3 / Notion outcomes are real but heavily survivorship-biased; plan around the indie band, not the outliers.
Should I build web first or mobile first?
Mobile first. The job-to-be-done — capturing tasks throughout the day — is mobile-shaped. Web is a 'evening review' companion, not the primary surface. The boilerplate's React Native + Expo Router setup ships iOS and Android from one codebase, so this isn't a costly choice.
Do I need real-time sync or push notifications for v1?
Real-time sync, no — eventual consistency on save is enough for solo use. Push notifications, also no for the lean MVP, but yes by the Solo Launch scope. Push isn't pre-wired in the boilerplate; configuring Expo Push and wiring it to your reminder events is roughly half a day of work with the @mobile-dev subagent.
How do I avoid the Notion-clone trap?
Write down your three product rules before you build, and tape them to the wall: 'one user only', 'no nested pages', 'a card is a card, not a database row'. Every feature request that violates a rule is a no in v1. The discipline is the product.
A focused personal kanban is a real $5–$8/month business in 2026.
The wallet exists (Things 3, Notion, Trello prove it), the team-shaped incumbents leave a solo-shaped gap, and the build cost — $199 boilerplate plus $35–$210 of AI spend depending on scope — is small enough that the only real risk left is whether your niche angle resonates. That's the right risk to be left with.