I Built My Own Recipe App From a Fridge Photo (2026)

You open the fridge, stare at a random pile of ingredients, and have no idea what to make. This is a guide to building your own app that fixes exactly that — you snap a photo, and it hands you real recipes.

You could go download one of the many fridge-scanning recipe apps out there. They work fine. But they’re built for everyone, which means they’re built for no one in particular — not your diet, not your kitchen, not the way you actually cook. Building your own takes minutes and fits you exactly.

Building it in Auto

Auto is camera-first: you describe what you want, snap a photo, and it builds you a personal mini-app — a “Frame” — around it. To make a recipe app from a photo, you’d:

  1. Describe the Frame: “accept a photo of raw ingredients and suggest 3 meals with full recipes.”
  2. Snap the inside of your fridge (or a meal you want to reverse-engineer).
  3. Refine it in plain language — how results are laid out, what a recipe page looks like, what happens when you tap “cook.”

There’s no code and no app store. If you want gluten-free suggestions only, or portions for a family of six, you just say so. That’s the whole point: it’s your app for your situation.

How someone built theirs

A real Auto user built one they called Fridge to Fork, and their prompts are a good template.

They started simple: a Frame that takes a photo of ingredients and offers three meals with complete recipes. Then they shaped the layout — each scan shows as a small list item with a square photo and a short ingredient summary, tap to expand the recipes underneath.

From there it got specific. They asked for hand-drawn illustrated banners in a consistent sketchbook-and-watercolor style, assigned one to each recipe by broad category (vegetables, chicken, breakfast) — and smartly tested a single banner first before generating the rest. They added a full-screen step-by-step cook mode with large text and floating next/prev buttons that ignore scrolling, so a phone on the counter is actually usable.

Later passes were pure polish: a search bar to filter by ingredient, a favorites system surfaced on the home page, cloud tools so the AI could search and add recipes, and repeated tweaks to text sizes and hierarchy until it looked like something a designer shipped.

The lesson: you don’t need to plan it all up front. You build the core, then keep talking to it. Other people have taken the same idea different directions — Frames like Recipe Reverse (photo of a finished dish) and Italian Eating (one cuisine, done well) prove there’s no single “right” version.

FAQ

Do I need to know how to code? No. You describe what you want in plain English and Auto builds it. Every change above was typed as a sentence.

Can I really generate recipes with AI from just a photo? Yes — that’s the core flow. You snap ingredients, the AI reads them and returns matching recipes.

Why build my own instead of using an existing recipe app? Because yours fits exactly what you cook, who you cook for, and how you want it to look. And it takes minutes, not a download-and-settle.