Research

Build a Recipe Deal Finder with AI

Match recipes to current grocery sales and show cost per serving with ingredient deals at nearby stores. The agent researches weekly sales flyers, pairs them with budget-friendly recipes, and publishes a meal-planning page that saves your audience money.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML recipe deal finder page. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const RECIPES = [...]`, `const DEALS = [...]`, `const STORES = [...]`, `const LAST_UPDATED = "..."`. Each recipe has: id, name, image (emoji), servings, prepTime, cookTime, costPerServing, category (Quick Meals/Slow Cooker/Vegetarian/Budget/Family), ingredients (array with name, qty, unit, onSale boolean, saleStore, salePrice, regularPrice), instructions (array), rating. Each deal has: store, item, salePrice, regularPrice, savingsPercent, validUntil. Layout: Header with title, search bar, "Deals valid until" date. Filter bar: category tabs + "Under $X per serving" slider + "On Sale Now" toggle. Recipe grid (2 cols desktop, 1 mobile): card with emoji, recipe name, prep+cook time, servings, cost per serving (highlighted green if below average), count of ingredients on sale with savings badge, rating stars. Recipe detail modal: full ingredient list with sale indicators, step-by-step instructions, total cost breakdown, "Cheapest at" store comparison. Deals sidebar (desktop): current top deals grouped by store. Include a "This Week's Best Value Meals" hero section. SEO: title, meta description, OG tags, JSON-LD Recipe schema. Seed 10 recipes and 20 deals across 3 stores. Add cron comment: <!-- Schedule: Run 'claude -p "Research this week's grocery deals at [stores]. Match deals to budget recipes. Update RECIPES and DEALS arrays. Redeploy."' via crontab weekly -->. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Grocery List Builder

Let users select recipes and auto-generate a combined shopping list grouped by store aisle.

Dietary Filters

Add filters for gluten-free, dairy-free, keto, and vegan to match dietary preferences.

Meal Prep Calendar

Drag recipes into a weekly calendar to plan meals with total weekly grocery cost estimate.

Nutrition Info

Add calorie counts, macros, and nutrition facts for each recipe alongside the cost data.

Price History

Track ingredient prices over time with SVG sparklines to show seasonal price patterns.

Serving Scaler

Adjust recipe servings with a slider that recalculates all ingredient quantities and total cost.

Update Prompt

Update Prompt — Refresh deals and recipes
Research this week's grocery sales at [Walmart, Kroger, Aldi] in [your area]. Find the best deals on produce, meat, and pantry staples. Match deals to budget-friendly recipes under $3 per serving. Update the DEALS and RECIPES arrays, refresh LAST_UPDATED. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Recipe Deal Finder?

Copy the prompt above and paste it into Claude Code. Your recipe deal page will be live in minutes.

Get Started