OpenAI-powered recipe creation, smart ingredient input, multi-recipe comparison.
Home cooks struggle with recipe inspiration when they have limited or random ingredients. Traditional recipe sites require exact ingredient matches and don't adapt to dietary needs, skill levels, or available time.
Enter available ingredients (chicken, rice, tomato), select 'Easy' difficulty and 30min cooking time, generate 3 recipes to compare nutritional values and pick the best fit.
Set Vegan + Gluten-Free preferences with Mediterranean cuisine, generate recipes that respect all constraints, save favorites, and export a consolidated shopping list.
Generate a recipe, realize you're missing an ingredient, request AI-powered substitutions with reasoning, and update the recipe accordingly.
Generate 3 recipes at once, sort by calories to find the healthiest option, compare cooking times side-by-side, and regenerate individual recipes without starting over.
An AI-powered recipe generator that transforms any list of ingredients into personalized, detailed recipes with nutritional info, substitution suggestions, and multi-recipe comparison—optimized for speed and mobile-first UX.
React/TypeScript frontend with Wouter routing talks to an Express API. OpenAI GPT-5 generates structured recipe JSON with nutritional data. Multiple recipes use parallel Promise.all() for faster generation. Favorites and theme stored in localStorage. Two-tier architecture allows independent frontend/backend deployment.
Recipes are generated by OpenAI GPT-5 with detailed prompts including dietary constraints, cuisine context, and nutritional targets. While generally reliable, always review steps and adjust to taste—AI can occasionally suggest unconventional combinations.
Yes—tap the Save button to add recipes to Favorites. They're stored in your browser's localStorage and persist across sessions. No account needed.
Click the 'Suggest Substitutes' button on any recipe, select an ingredient, and the AI will provide contextual alternatives with reasoning based on your dietary preferences and chosen cuisine.
Recipe generation requires internet for OpenAI API calls, but saved favorites are accessible offline. Roadmap includes full offline mode with service worker.
We use parallel API calls to OpenAI for speed. Single recipes generate in ~5 seconds, but the AI needs time to craft detailed instructions, calculate nutrition, and provide chef's tips for each recipe.
Go to Favorites, select multiple recipes, click 'Create Shopping List.' Ingredients are automatically categorized and deduplicated. Export to clipboard, text file, or share via email/messaging apps.