
Mealie is a self-hosted recipe manager and meal planner with a clean, modern interface. It provides a REST API backend and a reactive Vue frontend designed for the whole family.
The first user to register becomes the admin. After creating your admin account, you can disable public signup via the ALLOW_SIGNUP environment variable.
| Variable | Default | Description |
|---|---|---|
DB_ENGINE | sqlite | Database engine (sqlite recommended for single-instance) |
ALLOW_SIGNUP | false | Allow new user registration |
TZ | UTC | Timezone for scheduled tasks |
Mealie is licensed under AGPL-3.0.