Back to browse
I built a free app that turns your fridge into recipes (solo dev)

I built a free app that turns your fridge into recipes (solo dev)

by RyanJensen·Jul 14, 2026·1 point·0 comments

AI Analysis

MidCozyShip It

Pantry-first recipe finder, but SuperCook and Plantoeat already solve this well.

Strengths
  • Local-only storage ensures pantry data never leaves the device, addressing privacy concerns.
  • Barcode scanning integration streamlines the tedious process of manual ingredient entry.
  • Hugging Face routing allows switching inference providers without changing app logic.
Weaknesses
  • Recipe generation from random ingredients often yields low-quality results compared to curated databases.
  • No account system limits cross-device synchronization for users with multiple phones.
Category
Target Audience

Home cooks and meal planners

Similar To

SuperCook · Plantoeat · Tasty

Post Description

Hi HN, I'm a solo student dev. Souva started with a problem my mom and I always ran into: we'd open a full fridge and have no idea what to make, then open a full pantry and still have no idea what to make. Most recipe apps expect you to find a recipe and go out and get everything, but we didn't have the time or the space for niche ingredients we'd only ever use once. Souva works with what you already have.

You enter what you have by snapping a photo of your fridge, scanning a barcode, or typing it in, and the app finds recipes you can actually make right now. If you're like me and always have a mix of niche ingredients, SouvAI will invent brand new recipes from exactly what you have. You can also import any recipe from a URL to save it.

Build details: React Native/Expo on iOS and Android, backend on Cloudflare Workers, and recipe generation runs through Hugging Face inference providers so I can route across multiple providers instead of marrying a single API. It's free and has no accounts. I run ads to cover hosting and AI costs, so photo scans had to cost around $0.002 each behind a cap of 3 per day, and AI generations are capped at 5 (watching an ad tops either up).

I'd most want feedback on how good the AI-invented recipes actually are. Generations provide users confidence scores, but the recipes' actual taste is the thing I want to test thoroughly. Try Souva on the weirdest ingredient combos in your fridge and let me know if you'd actually cook the recipes it generates you!

Free on iOS and Android: https://souva.app

Similar Projects

AI/MLMid

Don't Touch It – AI scans your fridge, recipes by what expires first

The core product is clear and useful: snap a fridge photo, get ingredients identified and recipes prioritized by what expires first. The three-step flow and bottom navigation feel like a real MVP you could try right now, but the listing hides crucial details — accuracy of the vision model, privacy of uploaded photos, and how recipes are sourced — so it's promising but still early.

Solve My ProblemShip It
yanina_trekhleb
224mo ago
Open Source●●Solid

ReciPath – open-source, offline-first recipe and storage manager

Offline-first, multi-platform Flutter app with an opt-in Supabase sync and a surprising number of niceties: QR-assisted data entry, recipe step timers that record averages, and dashboard charts including calories. It doesn’t reinvent the category — Paprika and AnyList exist — but for someone who wants an open-source, self-hostable-ish alternative with cross-device sync and ingredient conversion/nutrient tracking, this is actually useful and ready to try.

Niche GemShip It
cunibon
114mo ago