Skip to content
Zoff edited this page Feb 23, 2026 · 7 revisions

FoodSaver AI Wiki

Welcome to the FoodSaver-AI project wiki.

Live Demo

https://foodsaver-ai.vercel.app/

FoodSaver AI is a React/Vite web app that helps reduce household food waste with:

  • pantry tracking
  • recipe generation from available ingredients
  • environmental impact metrics

Quick Navigation

Project Summary

  • Type: frontend SPA
  • Persistence: browser localStorage
  • Backend API: none in the current version
  • AI recipes: local mock generation in the current version

Quick Start

git clone https://github.com/WhiiteRose/FoodSaver-AI.git
cd FoodSaver-AI
npm install
npm run dev

App runs at http://localhost:5173.

Useful Links

  • Repository: https://github.com/WhiiteRose/FoodSaver-AI
  • Project README: README.md
  • Screenshots: public/screenshots/

Clone this wiki locally