🟡 Weekend — A focused Saturday + Sundaynext.jsshareable-link
Splitting household chores fairly without passive-aggressive sticky notes
“Three roommates, and somehow I'm always the one who notices the trash is full. We need a fair rotation that isn't me nagging everyone.”— r/roommates ↗
The gap
Chore apps exist but most demand everyone install and maintain an account, so adoption dies. A no-signup shareable-link rotation (weighted by effort, auto-rotating) removes the friction that kills these tools.
For
Roommates, couples, families
Paste-ready build prompt
Build a no-signup chore rotation in Next.js. Create a household → shareable link; add members and chores (with an effort weight + frequency). The app auto-assigns this week's chores fairly, balancing cumulative effort over time, and lets anyone mark done. First 3 steps: (1) create-household route minting a slug, (2) member + chore setup with effort weights, (3) a weekly assignment algorithm that balances total effort and a 'this week' board anyone can check off.