Loading…
What's in the rasoi?
Every ingredient used across all 36 recipes appears below. Tick what you have. Set quantities if you want. The Shopping List tab will compute what's missing for the upcoming week.
This week's shopping list
Computed from the recipes you'll cook this week, minus what you have in the Pantry. Pick which option to make each day from the dropdowns below — list updates instantly.
Pick which option for each meal (default = first option) click to expand
Weekly feedback
Rate the week, log favorites and skips, and leave notes for me. Next week's plan can adapt — new ingredients, swap dishes, anything. Everything saves locally.
Overall rating
Dishes you loved
Dishes to skip or fix
Notes for next week's plan
Inventory shortfalls noticed
Daily rhythm
Recipes already show the best time to start cooking based on when you eat. Weekday and weekend rhythms are different — Saturdays and Sundays assume a 10–11 AM wake-up. Tweak in your head as needed.
Weekday rhythm — Mon–Fri
- Wake≈ 06:30
- Start breakfast prep07:00 – 07:30
- Eat breakfast07:45 – 08:30
- Lunch — start prep11:30 (or batch-cook night before)
- Eat lunch12:30 – 13:30
- Dinner — start prep18:30 – 19:00
- Eat dinner19:30 – 20:30
Weekend rhythm — Sat & Sun (late wake)
- Wake10:00 – 11:00
- Brunch — start prep11:00 – 11:30
- Eat brunch11:45 – 12:45
- Late lunch (lighter)14:30 – 15:30 (optional)
- Sunday — shopping window16:00 – 18:00
- Dinner — start prep19:00 – 19:30
- Eat dinner19:45 – 20:45
HexClad cookware notes
- Tawa / griddle (rotis, dosas)Medium heat, no preheat lid
- Sabzis & bhurjis (frying pan)Medium-low, 1 tsp oil
- Tadkas (small pan)Medium-high, very fast
- Slow simmer dals/curriesLow, lid askew
Instant Pot cheat-sheet for this menu
- Toor dal (½ cup, soaked 20 min)Pressure Cook 6 min, NPR 10
- Moong dal (½ cup)PC 5 min, NPR 10
- Chana dal (½ cup, soaked 30 min)PC 8 min, NPR 10
- Rajma (½ cup, soaked 8h)PC 25 min, NPR 15
- Kabuli chana (½ cup, soaked 8h)PC 30 min, NPR 15
- Kala chana (½ cup, soaked 8h)PC 30 min, NPR 15
- Brown basmati rice (½ cup)PC 22 min, NPR 10
- Mixed dal khichdiPC 10 min, NPR 10
Take your data anywhere
Export your pantry, notes, and meal log as JSON to share with Claude weekly, or wire this up to your own Cloudflare Worker for real cloud sync across devices.
Quick export & import
Download all your data as a JSON file. Send it in our weekly chat and I'll read it back. You can also import a file someone sent you (or restore from backup).
Cloudflare Worker sync (optional)
If you deploy the Worker (separate file I'll provide), paste its URL + your auth token below. Every change saves to your Cloudflare KV automatically. Across devices, browsers, anywhere.
Deploy this app to your domain
- GitHub Pages or Cloudflare Pages — drop this single
meal_planner.htmlfile into a repo asindex.htmland enable Pages. That's it for the frontend. - Cloudflare Worker for sync — see
cloudflare-worker.js(I'll generate it alongside). Deploy viawrangler deploy. Create a KV namespace bound asRASOI_DATA. - Set your auth token as a secret:
wrangler secret put AUTH_TOKEN. Use the same token in the sync config above. - Custom domain — bind
rasoi.your-domain.comto the Worker route, or use the default*.workers.devURL. - Open the deployed page, enter your Worker URL + token, click Push to cloud once to seed it. Now every change auto-syncs.