KitchenOwl
Self-hosted grocery list and recipe manager with smart shopping suggestions.
Why consider KitchenOwl?
KitchenOwl is an open-source smart grocery list and recipe manager for families. It suggests ingredients based on pantry stock, creates structured shopping aisles for supermarkets, and synchronizes real-time cart checkoffs across iOS, Android, and web.
Learn KitchenOwl by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of KitchenOwl
KitchenOwl streamlines weekly household grocery trips with collaborative real-time shopping lists and meal plans.
Quickstart
# docker-compose.ymlversion: '3'services: kitchenowl: image: tombursch/kitchenowl:latest ports: - 8080:8080 environment: - JWT_SECRET_KEY=yoursecretOpen http://localhost:8080 and invite family members to add grocery items by category or recipe.
KitchenOwl is licensed under the GNU General Public License v3.0.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.