A nagging parent problem
I built a mobile web app Morning Ready two weekends ago to solve a problem for me as a parent every morning: what do I need to prepare for my kids today?
There can be different activities at school or summer camp that require me to pack something special: for example, swimming wear and a towel for water play. Or there is a special summer event on Friday afternoon and I need to pick up earlier than usual. I don't want to go back to the email or messages to confirm.
The other recurring question is lunch. Will my kid actually eat what is on the school menu today? My kid is not a picky eater, but several times a month she likes nothing on the lunch menu, eats very little, gets hungry in the afternoon, and begs for food at pickup. This is totally avoidable because the school publishes the menu ahead of time.
The problem is not lack of information. The problem is turning scattered information into a small, timely decision.
You can already sort of get the information by cobbling together ChatGPT for parsing and Calendar MCP for reminders. However it's a messy workaround: there's no structured profile, no feedback loop, and managing everything in a long running thread will sooner or later become impossible to track.
So I built a dedicated web app, Morning Ready, to solve this. Idea to production in three days, solo.
I built the app as much as a case study as a real product that I want other parents and myself to use, as I found that product thinking, principles and learnings apply to all the apps, business/enterprise SaaS or consumer products. I have written about them here.