A calm, local-first task manager built around GTD. Areas, projects, tasks — with views tuned to the phase of work you're in: planning, doing, or reviewing.
Live → https://marekbrze.github.io/dopadone/
The starting question wasn't "what features?" but "what should a task manager feel like?" This project commits to an answer: calm, warm, precise — a well-organized notebook, not a dashboard.
- Paper, not pixels. Warm palette, generous spacing, no gamification, no streaks, no badges. The interface shouldn't manufacture urgency.
- Structure over features. The hierarchy (areas, projects, tasks) is the core; views serve the right information at the right moment instead of showing everything at once.
- Local-first = trust. No account by default, no cloud. Data lives in IndexedDB. Optional Dexie Cloud sync if you want it.
- Accessible by construction. WCAG AA, keyboard navigation, semantic HTML,
prefers-reduced-motionrespected.
Anti-references, stated explicitly in the docs: Todoist/Asana (icon overload, corporate feel), Jira/ClickUp (complexity over clarity), Habitica/Forest (gamification).
React, Vite, TypeScript, Dexie (IndexedDB), optional Dexie Cloud.
In active development. Product and design rationale in PRODUCT.md and DESIGN.md.