Show HN: Meals You Love – AI-powered meal planning and grocery shopping
mealsyoulove.comMeals You Love is a meal planning app that creates weekly meal plans tailored to your tastes and dietary preferences. It integrates with Kroger and Instacart's APIs so you can add your meal plan groceries directly to your cart. You can also import your own recipes to include alongside AI suggestions.
I originally built this to help my wife with meal planning and grocery shopping. We were always struggling to decide what to make and inevitably forgot ingredients. Most meal planners felt too rigid or generic, and few handled the grocery side well (or at all). We've also used meal kits like Home Chef in the past but they end up being quite expensive and produce a comical amount of packaging waste, plus you still wind up needing to purchase groceries anyway. In all honesty, I also wanted an excuse to try building something "real" using AI and to see if it could be used in an actually useful manner.
Would love feedback from anyone interested in food, meal planning, or product design!
Tech stack:
- Cloud Run
- Firestore
- Vertex AI / Gemini
I photographed everything in my fridge and everything in my cupboards and uploaded it to an LLM and photographed by shopping receipts and asked it to create weight loss meal plans based on my existing shopping and food buying habits.
Worked real nice.
Did I make it into a business? Should everything be a SAAS? Nah.
I mean the llm you used is a saas. But the question is whether a framework for doing this has value (I think it does)
Wow that's a great idea thanks for sharing
It would be helpful to have a step-by-step walkthrough on the site (video or screenshots). The "How It Works" section is a little vague to suit that bill.
I'm looking for both an example of what to expect and inspiration for how I could be eating with your service.
I'd also recommend focusing on the API integrations, and/or whatever other features separate elevate this beyond asking $LLM for a weekly meal plan and shopping list taking into account dietary preferences.
Totally agree on a video walkthrough, and it's on my list. I've mostly been putting it off because I'm not sure if I'm capable of making a polished enough presentation, which is a bad excuse.
Also 100% on messaging to differentiate from just using an LLM to do this yourself. This one feels a bit harder to me because I think it perhaps is not obvious until you get into the product and use it for a bit, though the integrations are a pretty good concrete example.
Descript has some nice video/screen recording tools to help beginners make this kind of thing look moderately professional. I've used it for various walkthroughs in my previous place of employment.
I’ve been wanting to build something similar using a combination of Mealie/Tandoor/Recipya, n8n/Node-RED, and the Kroger API for personal use. Has anyone else explored this setup?
I made something similar to scratch my own itch. What I really wanted was to plan meals for the week with as little thinking as possible.
The result is a very interruptible grocery list process, where I know I haven’t forgotten anything.
https://supperstock.ca/
How is this any different from say ollie.ai? This looks alot more like a funnel for grocery delivery combined with recipe database functionality not dissimilar from apps like Paprika.
The big push on the website from my impression is that its a funnel to Instacart or Kroger. Does it limit its recipes to whats in stock around me? How accurate is the stock levels shown in the app?
Are you only limited to Kroger or Instacart to see what groceries are required for a recipe?
I didn't see any outward showing of family sharing either, such as a meal calendar.
Can you speak to how it handles dealing with preferences, e.g. no gluten or seafood? This is critical in surfacing recipes, to me accuracy on this is very critical.
You're right that Meals You Love integrates with Instacart and Kroger for ordering meal plan groceries but it's not primarily a grocery funnel and this has no impact on meal plan construction. Really these are just value-add integrations IMO. For our family, the real value is actually providing a means for us to save our favorite recipes and get AI-recommended recipes peppered in. The grocery ordering is secondary, though quite useful for us.
The second big value prop for us has actually been the new "Quick Bites" feature which generates recipes based on ingredients you have on hand (either tracked in your pantry in the app or simply input manually). For instance, we'll often have some ingredients we want to use up but need suggestions on what to make. In this case, there's no grocery integration at all since we're using entirely stuff we already have.
Good question on the meal calendar. You CAN share meal plans (as well as recipes), though there isn't a calendar as such beyond the weekly meal plan view.
Preferences are primarily handled via the AI (uses Gemini on the backend) and this is the primary driver in how recipes are constructed and recommended.
Nice, I think you did a nice job on the website and it'll be interesting to see how it goes. I use Claude for generating recipes and have started to curate my own recipe list for myself, nice idea to offer a more managed service for folks.
You can do that for free with Claude or ChatGPT or Gemini or grok or deepseek
How is this $10 / month?!
It would be great if the meals had macros per serving listed, total calories, protein, carbs (+ fiber), fat per serving.
Edit: I see there is a nutrition facts button.
Is there a button I can press that says "suggest meals with more protein per serving"?
You can specify this in "Preferences & Requests" in the meal planning wizard or "customize with instructions" on an existing meal plan recipe.
I want to thank you for telling us Kroger has an API. This excites me.
Albertsons (and also Safeway) has a kind of hidden API that I use to pull all my grocery purchases into a Postgres DB in order to see what's what.
https://bsky.app/profile/davidwelton.bsky.social/post/3m34al...
Is there a way to know when chuck roast is on sale?
It's actually a pretty decent API. I've hit some quirks with it, but for the most part works reasonably well overall. The best part about it was there were no hoops to jump through to start using it.
Once you get some recipes back this is pretty cool, but it took like 5 minutes to generate the recipes which doesn't super work for a sign up flow.
Sorry it’s a bit of a nitpick.
We really need this as my partner hates the idea of a regular meal plan, but then struggles every week to decide on a plan.
So I threw one together myself, but never quite finished it off, so very keen to use yours!
But the setup for this is overwhelming, so many forms. And then the meal plan is taking ages to generate.
I'd have bounced long ago if I was a normal person.
So it finally finished and I mentioned we regularly have a roast on Sunday, Monday or Tuesday and it decided to suggest a roast on Sunday and Tuesday.
Also image loading is very slow.
Think it's a great idea, generally looks pretty good, etc, just definitely look at the setup. I do think it pretty bloody slow though, and I'd love to switch meals, on mine you could just swipe left or right on a meal, it had actually generated 10 auggestions per day that you could rotate through to sorts customize it yourself. I didn't use AI on the fly though, I just had AI generated 1,000s of options up front and then randomized it.
Ah, I hear you on the onboarding wizard. I did my best to keep it streamlined but understand it's still overwhelming. Hard to balance keeping it light with collecting enough data to provide reasonable recommendations.
The meal plan generation does take a bit, _typically_ it's around 90ish seconds but it does vary a lot. That's odd the images are loading slowly, I'll need to look into that.
You can ask for meal replacements (with or without input instructions) from the meal plan view. The replacements are not particularly snappy though. Trying to balance efficient usage of AI with a snappy UX is tricky.
I'm in the UK, if you're hosting US that's probably part of it, it's easy to forget that mainstream websites have a ton of CDN.
But yeah, they were gradual rendering over 1-2 seconds.
I was on mobile, not sure if you've used responsive image sizing or not as it's a faff to inspect source, but if you haven't it's a game changer for making image heavy websites snappy.
Then again, depends where you're getting the images from, could just be you were getting throttled because you got a bit of a HN hug of death.
Yeah that tracks. I'm currently only hosting out of us-central1 in GCP. Haven't got around to setting up multi-region or a proper CDN yet.
[dead]
Cookbooks are already a thing. I am baffled that you think this is something we need AI for.
It's surprising how easy it is to stare at an entire bookshelf of cookbooks and not feel inspired. Ask me how I know.
I'm content to just keep healthy ingredients on hand and improvise, but I get that some people could want something with more structure.
How many people own a cookbook they haven't opened in a year? I think the value proposition is the same as Pandora: send me something I'll like that I wasn't expecting.