A personal task manager that helps you focus on what actually matters — not just what's on the list.
Most todo apps treat every task the same. This one doesn't. Tasks have severity, impact descriptions, and timing so you always know what to do first and what happens if you don't.
- Severity + impact — Every task can carry a priority level (low/med/high) and a short description of what's at stake. "Submit tax docs" hits different when it says "penalty starts accruing."
- Today's Focus — Auto-generated view of what needs your attention right now, pulled from due dates and severity.
- Weekly progress bar — Tracks your completion rate for the week with a color gradient from red → green. Hit 100% and you get confetti.
- No accounts, no cloud — Everything lives in your browser's localStorage. No backend, no tracking, no sign-up.
- Quick-add bar with natural language parsing (
buy groceries @admin !high by Friday) - 4 categories: Work, Social, School, Admin
- Filters: All / Scheduled / Later
- Color tags for visual grouping
- Task editing with severity, timing, impact, and links
- Snooze and reschedule overdue tasks
- Completed tasks section with undo
- Installable as a PWA (works offline)
- Open
index.htmlin a browser. That's it. - Add tasks with the quick-add bar or directly in a column.
- Use
@work,@social,@school, or@adminto assign categories. - Use
!high,!med, or!lowto set severity. - Add timing with natural language:
today,this week,Friday,4/15. - Click a task to mark it done.
No build step. No dependencies. One file.
I wanted something between Apple Reminders and a full project management tool — something that understood that not all tasks are equal, and that knowing consequences matters more than knowing categories.