A productivity system I'm building to track tasks, habits, and
inventory. Designed to surface insights and minimize time waste
rather than just checking boxes off lists.
Built as a long-term project I'll actually use, prioritizing sturdy architecture over quick feature adds.
- Flask + PostgreSQL with SQLAlchemy
- Docker deployment with CI/CD pipeline on VPS
- Unit tested with Pytest to maintain reliability as it grows
- Real-time UI updates with a modern JS frontend
- Nginx reverse proxy with SSL for production demo
Learning focus:
Database schema design, API patterns, and understanding how real software complexity is handled.