Inspiration
Every day, people open their fridge and feel stuck sometimes there are random ingredients that don't match, sometimes a lot of ingredients, but no idea what to cook. I wanted to simplify that moment of indecision. Instead of sifting through endless low-quality Google results, what if you could just input your ingredients and instantly see high-quality recipes from trusted sources? That’s how Recipe Finder was born : A smarter, cleaner way to cook what you already have.
What it does
Recipe Finder lets users:
- Enter ingredients they have on hand
- Toggle trusted recipe sources like AllRecipes or Food Network
- Get real, relevant recipes with match percentages
- Instantly explore links from credible cooking websites
Challenges
- Achieving a working prototype with API integration was extremely hard: What I achieved was the ability to integrate the API, but it fails in a lot of scenarios, falling back to statically generated recipes. What is next is building onto this system and ensuring a fully functional website.
- Handling a good UI/UX with two pages in one prompt was also hard and it required a lot of prompt refinements and tries to land on the final version
- Google Custom Search sometimes returned unrelated or broken links, so I had fine-tuned queries and filtered for known domains but still with the constraint of one prompt it was hard to ensure full functionality
- Handling user-added custom sources required validation logic and heuristics to ensure useful results
Accomplishments that we're proud of
- Functional MVP with one-prompt
- Ingredient-based recipe search that actually returns useful results from credible sources
- Smart source toggling and persistent user preferences using localStorage
What I learned
- How to leverage Google’s Custom Search API to create a focused vertical search experience
- Handling edge cases in fuzzy matching of ingredient names
- The importance of speed, simplicity, and clear CTA-driven design
What's next for Recipe Finder
- "Let It Cook" Mode : An AI-powered feature that suggests experimental recipes or remixes based on user ingredients
- Ingredient Autocomplete & Pantry Syncing
- Nutrition Info & Filters (e.g., vegan, gluten-free)
- Save & Share Recipes
Built With
- bolt

Log in or sign up for Devpost to join the conversation.