HomeTrack
One contract for the chores. The same record for everyone.
An iPhone app for household work between a parent and a child. One negotiated contract decides what work exists, what it pays and what happens when it is missed, and both of them see the same record.
In progress, iOS2026Swift · SwiftUI · Supabasehometrack.davidcvet.com



The contract
The rulebook, agreed by both sides.
The parent proposes and the child accepts or rejects it, with a note if they like. Until a new version is accepted, the old one stays in force.
Ana proposes
Luka accepts
Household agreement between Ana and Luka
- Empty the dishwasher5 times a week€1,50
- Take out the trashEvery Tue and Fri, with a photo€1,00
- Vacuum2 times a week, at least 48h apart€4,00
The rules
What the code exists to protect.
The contract is the only source of truth.
A job records the version it was created under, so nobody can re-price last week's bathroom.
Money is derived, never stored.
Earnings are computed from the contract and the record. The same facts a year from now give the same euros.
Penalties cannot create debt.
They can take a pay period to zero and no further, and the statement says what the floor forgave.
History is append-only.
A mistake is corrected by reversal, never by editing what happened.
Screens
Both sides of the same household.





With no back end configured, it opens a demo household with six weeks of fixed history, to look at as the parent, the child or the watcher.