Sukoon
A private Flask application I built for my own household: a shared organizer for the small recurring things — tasks, shopping, a few lightweight trackers — with a Postgres backend and an installable PWA shell. It's my "beyond analytics" project: a chance to build and ship a full-stack app, not just model and report on data.
- Role
- Built with Claude as an AI pair-programming assistant; I defined the features, reviewed and tested the implementation, and iterated on the application
- Status
- In active development, not yet deployed
- Stack
- Flask, PostgreSQL, pytest, Supabase Storage, PWA
- Links
- Private project — no public repository or live link
What it does
- Tasks and habits — a shared list, tracked per person and per period.
- Shopping list — a running list with purchase history.
- Quotes — a small saved collection.
- Cloud usage and settings — account and storage settings.
Built with care
Parameterized SQL (no ORM), hashed credentials, CSRF protection, signed sessions and login lockout, tested with pytest across roughly 486 test functions.