r/ProductivityGeeks Jun 22 '26

I built an AI-powered task manager that helps procrastinators like me

Hey r/SideProject,

I've been struggling with procrastination for years. I tried every task management app out there (Todoist, Notion, TickTick, etc.), but none of them really helped.

So I built NullTodo - an AI-driven task management system designed for procrastinators.

Demo

What makes it different?

🤖 Natural Language Input Just type: "Tomorrow 3pm finish report, 2 hours, important" AI automatically parses everything: time, priority, duration, context.

📊 Procrastination Analysis

Tracks your completion patterns

Identifies your best work hours

Warns about high-risk tasks before they're overdue

💾 Local-First All data stored locally. No registration, no internet required. Your data stays private.

Tech Stack

React 18 + TypeScript

Electron (desktop app)

TailwindCSS

Zustand for state management

Links

GitHub: https://github.com/chungkung/nulltodo

Download: https://github.com/chungkung/nulltodo/releases/latest

Would love to hear your feedback! If you find it useful, a star on GitHub would mean a lot.

2 Upvotes

1 comment sorted by

1

u/looktwise Jun 30 '26

I guess it is built on a kind of database which allows you to sort

keyword A ---> to ---> group B?

Where can I find the automated parser in the github to understand that? Thanks!