I spent 6 months building a meal planner that doesn't require an account. Launched on iOS this month.
A bit of context: I'm a solo iOS dev. Every meal planner I tried wanted my email before showing me a single recipe, then upsold me to $7.99/mo. I wanted to know if I could ship a working one that asked for neither.
Six months later it's on the App Store. Here's what's in it:
- 524 recipes built in (not scraped — each has macros, steps, and a linked YouTube tutorial when one exists)
- Pantry tracking that feeds an "AI Meal Ideas" view — add the 6 things you have, get 6 dinners you can actually make
- One-tap shopping list generation from the week's plan, grouped by aisle
- Local notifications 25 minutes before each meal with the recipe queued up
- No account, no tracking, runs offline. $2.99/mo Pro after a 30-day free trial. Free tier is genuinely usable on its own.
Things I'd do differently:
I underestimated how much work the recipe data layer was. I rewrote it three times.
Shipping without account creation meant rethinking sync — I ended up using iCloud private database, which I'd recommend to anyone building a "no-account" app.
The launch week ad budget is $20 because I ran out of money.
Happy to answer technical questions (SwiftUI, CloudKit, what shipped vs what got cut). Not here to push downloads — but if anyone wants to look, it's at mealcurate.github.io and there's a free 30-day Pro trial with annual subscription.
Critical feedback welcome. The next version is being scoped now.