Check anything you're running low on to add it to the list.
Add meal
Ingredient
Qty
Unit
Section
★
+ Add ingredient
★ = pantry staple. Things like salt, oil, flour — won't show on weekly list unless you mark "running low."
Import recipe
Works best on recipe sites that include structured data (most major sites: AllRecipes, NYT Cooking,
Serious Eats, Food Network, BBC Good Food, etc.). The URL is sent through a public proxy
(corsproxy.io) so the browser can read it — no personal data leaves your computer beyond the URL itself.
If a site doesn't work, use "Paste text" instead.
Works with text-based recipe PDFs (saved from America's Test Kitchen, Half Baked Harvest,
and most recipe sites). The PDF is read entirely on your computer — nothing is uploaded.
The reader finds the ingredient list and opens it in the editor so you can fix anything it
got wrong before saving. Scanned/photo PDFs won't work — use Paste text for those.
Copy the ingredient list from any recipe website and paste it here. Each line should be one
ingredient. The parser handles quantities (1, 1.5, 1/2, 1 1/2), units (cups, tbsp, lb, oz, etc.),
and tries to guess the right grocery section.
Convert this recipe into JSON for my meal planner. Use this exact format and ONLY return the JSON object, nothing else:
{
"name": "Recipe name",
"notes": "Brief notes (e.g. cooking time, tips)",
"steps": ["Step 1 instruction", "Step 2 instruction"],
"ingredients": [
{ "name": "ingredient name", "qty": 2, "unit": "lb", "section": "Meat & seafood", "isStaple": false }
]
}
Rules:
- Scale ingredients for a family of 6.
- "steps" is the cooking method as an ordered array of short, plain-text steps.
- Section must be one of: Produce, Meat & seafood, Dairy & eggs, Bakery, Pantry, Frozen, Beverages, Household, Other
- Unit should be lowercase short form: lb, oz, cup, tbsp, tsp, clove, can, jar, bag, box, bunch, pack, gallon, ml, head, count
- Set isStaple=true only for: salt, pepper, oils, vinegar, basic dried spices, water
- Use 0 for qty if "to taste" or unspecified
Recipe:
[paste recipe URL or full text here]
Shop this list at Walmart
Walmart doesn't let outside apps fill your cart directly, so this is the next best thing:
"Open next item" opens a pre-filled Walmart search in one reusable tab. Pick your item,
click Add to cart on Walmart, come back, and hit it again. Items get crossed off as you go —
when everything's checked, just check out.