Family chore tracker
Whiteboard energy, no app store needed
Create a family chore tracker for the Rivera family — two adults (Dad, Mom) and two kids (Mia, 9 and Theo, 6). Include: - A weekly board with people, chores, due days, and completion status - A realistic pre-filled sample week for the Riveras that I can edit — names, chores, and days - A simple Sunday rotation rule that is easy to change in the code - A small confetti-style celebration when a chore is marked done, and a bigger one when someone finishes their whole week - A friendly empty state for a freshly reset week Interactions: - Let someone check off chores with one tap - Persist completions and household settings in localStorage - Include a reset-week action with a confirmation Style: - Warm kitchen-whiteboard energy, low-pressure and encouraging, not a corporate productivity dashboard. VibeLaunch constraints: - Make it self-contained: plain HTML, CSS, and JavaScript in one file, or a Claude artifact with no server setup. - Use editable sample data. If the app needs saved state, use localStorage and make that clear in the UI. - Do not require accounts, passwords, payments, email delivery, databases, API keys, build tools, or server code. - If a real-world service would normally be needed, mock it honestly with placeholder data and helpful copy. - Keep it mobile-first, accessible, and easy for me to customize before I publish with VibeLaunch. After building it, briefly tell me which names, dates, colors, and sample data I should edit before publishing.