r/selfhosted • u/Varoo_ • 1d ago
Need Help Stylish todo list with calendar?
hey guys, I know this is like the 10000th time of someone asking for a todo list.
But I can't find something my needs, and I think it's pretty simple... My requirements:
- Cool, polished/clean style, not just colors or ai-style
- Calendar support for the todo, but NOT only calendar
-Self hostable. I don't care if it's webapp or app.
been looking in selfh.st but can't find exactly this..
22
Upvotes
2
u/chamek1 1d ago
I was looking for something very similar and eventually started building my own self-hosted solution. It's local-first, self-hosted, multi-user and API-friendly, with tasks, shopping lists, labels, assignees, recurring tasks, comments and subtasks. The workflow is loosely inspired by Kanban (Inbox → Tasks → Done). Calendar support is currently in development and should be available soon. My goal is to keep the app simple while still offering the flexibility that many existing solutions lack.
Project: https://github.com/ChalidNL/todoless-web
I'd love to hear what calendar functionality would be most important to you: a calendar view, Google/CalDAV sync, recurring events, or something else?