My first project
I built this while completing CS50. It takes a person's age, country, and gender and turns an estimated remaining lifespan into a visual calendar of weeks.
The project was inspired by the Stoic idea of memento mori: remembering that time is finite can make the present easier to take seriously.
What happened
I shared it on Reddit and it reached 30,000 users in 24 hours.
The engineering was early and simple: Flask, SQLite, WTForms, a small data import, and client-side SVG generation. I keep it here because it was the first time a project I built reached people I did not know.