The receipt, in one photo
Every item joins the pantry with its quantity and price. One AI read, no separate OCR step.
Open source · hosted or self-hosted
Garde-manger tracks the whole household’s fridge, warns before dates pass, and suggests what to cook with what’s left. Hosted for you, or on your own server.

Every item joins the pantry with its quantity and price. One AI read, no separate OCR step.
Fresh, first-to-go, expired: every product says where it stands, and the home screen shows what needs using this week.
The AI starts from the products closest to their date. Once cooked, the recipe removes what it used.
The whole household adds, ticks and sees the same list, syncable with Home Assistant.
Live numbers from the hosted instance and the repository.
Households
—
Products consumed
—
AI-suggested recipes
—
Same app, same features. Take the hosted version to start in a minute, or install everything at home so nothing leaves the house.
HostedThe easy way
No server, no updates, no backups to manage. Your household is ready as soon as you sign up.
Opening soon
iOS and Android · coming soon to the stores
Free
Inventory, expiry dates, shared shopping list, and 5 AI uses a month to try it out.
Garde-manger plan€2/month
Receipt and fridge scanning, recipes with what’s left. One subscription for the whole household.
Self-hostedLocal-first
For anyone who wants full control: the API runs on your own machine, the app only ever talks to your server.
git clone https://github.com/floriaaan/garde-manger.git && cd garde-mangercp .env.example .env # secrets + your server’s IPdocker compose up -d