u/Secure-Composer-9458

Planning my day felt like additional work so i made a better solution.

I kept failing with productivity apps because they started feeling like another job.

I would capture tasks in one place, plan my week somewhere else, check my calendar separately, and after a few days the whole system became messy again.

So I built a small web app for myself called LazyPlanner.

The main idea was simple:

  • quick capture
  • weekly planning
  • calendar context
  • goals in the same place
  • read-only integrations so I can see context without making the tool heavy

I didn’t want a “second brain.”
I wanted something calm that helps me decide what to do today and this week.

It’s still early, but it’s already useful for me.
I’d genuinely like blunt feedback from people who have also bounced off Todoist, Notion, or other planners.

reddit.com
▲ 11 r/WebApps+2 crossposts

Planning my day felt like additional work so i made a better solution.

I kept failing with productivity apps because they started feeling like another job.

I would capture tasks in one place, plan my week somewhere else, check my calendar separately, and after a few days the whole system became messy again.

So I built a small web app for myself called LazyPlanner.

The main idea was simple:

  • quick capture
  • weekly planning
  • calendar context
  • goals in the same place
  • read-only integrations so I can see context without making the tool heavy

I didn’t want a “second brain.”
I wanted something calm that helps me decide what to do today and this week.

It’s still early, but it’s already useful for me.
I’d genuinely like blunt feedback from people who have also bounced off Todoist, Notion, or other planners.

Planning my day felt like additional work so i made a better solution.

I kept failing with productivity apps for one simple reason: they started feeling like another job.

I would capture tasks in one place, plan my week somewhere else, check my calendar separately, and after a few days the whole system became messy again.

So I built a small web app for myself called LazyPlanner.

The main idea was simple:

  • quick capture
  • weekly planning
  • calendar context
  • goals in the same place
  • read-only integrations so I can see context without making the tool heavy

I didn’t want a “second brain.”
I wanted something calm that helps me decide what to do today and this week.

It’s still early, but it’s already useful for me.
I’d genuinely like blunt feedback from people who have also bounced off Todoist, Notion, or other planners.

What do you hate most about planning apps?
And does this landing page make the value clear?

reddit.com
▲ 4 r/django

Built this task aggregator web app in Django + Vue.js. it fetches tasks from different platforms you use & also use AI to reschedule tasks or assign tags + other metadata to tasks.

I built this productivity app in django + vue.js & hosted on vps with nginx as reverse proxy.

I'm using
celery - for auto moving incomplete task to next & other periodic tasks.
django channels - publishing tasks updates back to vue.js frontend

fernet - for encrypting tasks

resend - for emails ( provides a generous free tier )
uvicorn - async server

postgres - database

hosted on https://lazyplanner.app

u/Secure-Composer-9458 — 3 days ago
▲ 21 r/agency+2 crossposts

Built this task aggregator web app in Django + Vue.js. it fetches tasks from different platforms you use & also use AI to reschedule tasks or assign tags + other metadata to tasks.

I built this productivity app in django + vue.js & hosted on vps with nginx as reverse proxy.

I'm using
celery - for auto moving incomplete task to next & other periodic tasks.
django channels - publishing tasks updates back to vue.js frontend

fernet - for encrypting tasks

resend - for emails ( provides a generous free tier )
uvicorn - async server

postgres - database

vue specific libraries:

vuedraggable: for dragging tasks b/w kanban columns

dompurify: prevent xss

fullcalendar: calendar sidebar

floating-ui/dom: for floating buttons

vue3-popper: show tooltips in a better way

hosted on https://lazyplanner.app

u/Secure-Composer-9458 — 3 days ago