Trae Hackathon project for turning pantry ingredients into guided meal ideas.
ValueMunch creates a mobile friendly journey from a pantry photo to ingredient recognition, recipe suggestions, guided cooking, and a simple reward reveal.
- Upload or capture a pantry or kitchen image.
- Detect visible ingredients and generate three recipe suggestions.
- Select a recipe and follow its cooking steps.
- Complete the recipe to reveal the reward experience.
- Fall back to sample recipes when AI processing is unavailable.
flowchart TD
A[Progressive web application] --> B[Image capture or upload]
B --> C[Gemini ingredient recognition]
C --> D[Recipe generation]
D --> E[Guided cooking state]
A --> F[Firebase backed expanded features]
| Repository | Purpose |
|---|---|
| pantry-io | Pantry photo to recipe progressive web application |
| demo | Expanded React and Firebase meal discovery experience |
| plan | Product flow, architecture, API, error handling, and interface planning documents |
| hackathon | Initial Next.js hackathon scaffold |
The reward flow is simulated. Recipe and ingredient suggestions should be reviewed before cooking.