Dividing up a home's chores among three people without anyone having to keep count.

Granada is an installable web app that divides up and syncs the household chores of a three-person home. Each person sees what is theirs, checks off what they did, and the others see it instantly on their own phone. It is the only one of these projects with real users and sustained use: it is not a prototype to show, it is something used every day.
Almost everything interesting is in the product decisions, not in the code. Color identifies the person, never the urgency of the task: a color system based on priority turns the home into a board of reproaches. There is no internal chat, because the household already talks on WhatsApp and a second inbox only adds one more place to not reply. And the balance is shown in positive terms and without a ranking: you see what each person contributed, not who is winning. Bringing competition between housemates was the fastest way to make the app last a week.
Technically it is deliberately simple: a single self-contained HTML file with framework-free JavaScript and its own service worker, against a database with real-time sync. It is the most iterated project of them all (twelve versions over almost a month) and the only one that got the second week of work the rest were missing.




