Live data from Hacker News

Ask HN: Meal Planning App?

news.ycombinator.com

51–60 of 141 posts

Re: Ask HN: Meal Planning App?

#51

I essentially gave up on meal planning and gave in to a meal schedule. Monday is burger night, Tuesday is taco bowls. Wednesday is something Italianish, Thursday is chicken crust pizza, Friday is free choice. It’s specific enough to know what sort of things I need for each night but vague enough that I can improvise a bit with each meal to give some variation.

what is "chicken crust pizza"?

Re: Ask HN: Meal Planning App?

#53
I'm a powerlifter, so I create a "macros outline" - x oz of rice, y oz of chicken breast, z grams of fiber to hit my nutrition and then fill it in with mood/cuisine.

There's a reason why there isn't a successful app out there, since this is 1) highly personalized and 2) very tedious (manually inputting ingredients, etc).

Re: Ask HN: Meal Planning App?

#56

One app I haven't seen mentioned here yet is Paprika ( https://www.paprikaapp.com/ ). I use it as a general storage for recipes that I tried and like as it's really easy to strip the entire lifestories you find in online recipes. It has a shopping list functionality as well as week planning. The only downside is that it's quite pricey as you have to buy it seperately on each platform (ios, android, mac, pc). Personal…

Paprika is an amazing app and worth every penny. I don't think people realize how much extra stress/cognitive load using recipes right off a website takes, why would they when they've never known anything else? Having all your recipes be in the exact same format, updatable as you learn what works/doesn't in a recipe, and easy access to tools like scaling in a consistent way feels like a super power. Add in meal planning and the grocery list feature (adding everything for a recipe to your list is super easy and you can just uncheck the stuff you already have when adding) and it's a powerhouse.

Re: Ask HN: Meal Planning App?

#57
My son is a picky eater and his younger brother, though he eats everything, will follow his lead during dinners. Rather than continue the constant battle of wills to get my oldest to eat what we cook, I built a family meal planner. It allows me to add recipes, photos, type of cuisine (italian, indian, etc), and allows each family member to score the meal from 1-10.

Each meal is then automatically kept in rotation or dropped based on the score (i can keep ones my wife and I especially like even if the kids don't). Each family member can choose one meal for the following week, or I can generate a random list for existing meals. I can search by cuisine, ingredients, score, and a few other bits of data.

The app also will print out a weekly shopping list of ingredients based on meals selected, AND will take into account what ingredients I have on hand. However, although the app does provide an accurate list of ingredients, it hinges on me updating the ingredients I have in my pantry and I don't typically do this as it is manual and too time consuming - It was neat to do an initial inventory of ingredients when I built the app, and the app does subtract ingredients out when used in meals for the week, but i no longer update the ingredients when I purchase from store each week.

So if you know how to code, you code probably just roll your own as I did. Then it will have all the features YOU want. But as others have said here, there probably will be a solution out there that will meet your needs.

Re: Ask HN: Meal Planning App?

#58
If you are interested in getting weekly recipe ideas tailored to your preferences, easy to follow step by step cooking instructions, and a handy shopping list export / cart transfer to Amazon Fresh/Whole Foods Market feel free to check out Kitchenful (https://www.producthunt.com/products/kitchenful#kitchenful).

It's an app that I have built with my team over the last few months to streamline the cooking at home process.

Re: Ask HN: Meal Planning App?

#59

If you are interested in getting weekly recipe ideas tailored to your preferences, easy to follow step by step cooking instructions, and a handy shopping list export / cart transfer to Amazon Fresh/Whole Foods Market feel free to check out Kitchenful ( https://www.producthunt.com/products/kitchenful#kitchenful ). It's an app that I have built with my team over the last few months to streamline the cooking at home pro…

So, I did this personal project a couple of years ago where I downloaded a big recipe database and then did a bunch of parsing / cleaning code to reduce each recipe down into a list of ingredients... Then I did an analysis of the ingredients to determine which were the most effective ingredients (frequently used in recipes) as it occurred to me that that this could be used to create a shopping list that enabled the most home cooking. The resulting list was ingredient list was fascinating... Salt & Oil were right at the top. Anyway, you might want to steer peoples shopping in the direction that enables the most meals for them.

Re: Ask HN: Meal Planning App?

#60
I think investing knowledge in being able to confidently cook is better than anything software could ever offer in food value.

You really do need very little food to make a cheap, nutritious and satisfying meal.

The problem is updating the food repo it makes all the decisions off. Your food changes almost hourly -- not even just you eating snacks but certain foods being eaten by friends, food going off, accidents etc. This makes it nigh on impossible to account for without Sisyphean effort on the end user. Who can easily do this if they have a special diet as they're already committed to such a lifestyle change.

Being able to look at the a food stock and determine dozens of meals is a skill worth honing rather than pursing the "data entry" approach and letting the algo look after the rest.

Post reply on HN