I kept switching between a Pomodoro timer in one tab, notes in another, and a todo list somewhere else. I wanted them all in one place with a UI that didn’t get in the way - so I built it.
Features
- Pomodoro timer with configurable work/break intervals
- Todo list
- Notes editor
- Persistent across sessions via PostgreSQL
TODO
- AI tools for note-taking - summarisation, cross-referencing, smart search
What I learnt
- Designing a UI that surfaces multiple tools without feeling cluttered
- Building a database schema with migrations in mind - not just for today’s features
- API design for a multi-feature app where each feature could evolve independently