Built for Swedish stores, Swedish recipes and practical dinners
Deal Meals fetches offers, scrapes recipe sources, compiles ingredient data and keeps a local cache so the app stays quick during normal use.
Supports Willys, ICA, Hemkop, Mathem and Coop, including online and physical-store modes.
Matches Swedish ingredient wording against current products and ranks recipes by savings.
Self-hosted with Docker, local recipe images, settings, favorites and source management.
Screenshots
The interface is built around repeated household use: fetch offers, refresh recipes, review matches and pick something to cook.
Install with Docker
Download the Compose file and example environment, then start the app. The full documentation lives in the GitHub repository.
Deal Meals is a personal hobby project. Store and recipe scrapers may need maintenance when third-party websites change.
mkdir deal-meals && cd deal-meals
wget -O docker-compose.yml https://github.com/ssavant2/deal-meals/releases/latest/download/docker-compose.yml
wget -O .env https://github.com/ssavant2/deal-meals/releases/latest/download/example.env
docker compose up -d