TaskTracker.

planned v 0.0.0 Standard effort

Todoist-style personal task manager: priority lists, due dates, recurring tasks, subtasks with progress roll-up, smart lists (Today / Upcoming / Someday), keyboard-first.

tanstack-routertanstack-querytailwindcssmswvitestplaywrightdnd-kitrrule

plans/task-tracker.md

Overview

Todoist-style personal task manager: priority lists, due dates, recurring tasks, subtasks with progress roll-up, smart lists (Today / Upcoming / Someday), keyboard-first.

What you're reading is the same plans/task-tracker.md spec used to build TaskTracker. It lists what's in the source, what isn't, the audit results, and the architecture. Read it before you subscribe — there are no surprises on the other side of payment.

Full spec is being authored — the rich detail page (features, audit numbers, changelog, recipes, architecture) lands when this starter ships.

Stack

The shared baseline across every starter in the catalog.

  • typescript — strict mode, no any, no ! non-null in shipping code
  • @tanstack/react-router + @tanstack/react-query for routing and server state
  • tailwindcss with Radix primitives for unstyled, accessibility-first components
  • msw for the mock API layer — designed to be replaced with your real backend
  • vitest for unit/component, @playwright/test for E2E

Per-starter additions for TaskTracker:

  • dnd-kit
  • rrule