All articles

Household software NS/004

Mealie is the rare self-hosted app the whole household might actually use

Recipes, meal plans and shopping lists belong in one shared place. Mealie makes that possible without renting another family organizer.

Recipes end up scattered across browser bookmarks, screenshots, messages and handwritten cards. Mealie turns that mess into a shared recipe library, meal planner and shopping-list system that can live on a server your household controls.

The useful unit is the household

A personal recipe box is easy to build. A shared system is harder. It needs separate users, one understandable library, quick phone access and a way to turn planned meals into a list someone can use at the shop.

Mealie is designed around users and household groups rather than treating sharing as an afterthought. That makes it more credible as a replacement for paid recipe organizers than a folder of Markdown files, even though both technically store recipes.

Sources: official introduction, feature documentation and the AGPL-3.0 repository.

It combines three jobs that belong together

JobScattered workflowMealie
Save recipesBookmarks and screenshotsStructured library
Plan mealsCalendar or memoryBuilt-in planner
Build shopping listsSeparate notes appLinked to recipes
Share with familySend individual linksHousehold users
Control dataSeveral platformsYour database and backups

Mealie also provides search, categories, tags, a progressive web app, an API, webhooks and migration tools for several other recipe products. Those extras matter only after the core save-plan-shop loop feels natural.

Advertisement

Reserved for launch

Recipe importing is the magic—and the fragile part

Paste a supported recipe URL and Mealie attempts to extract the title, ingredients, instructions and other structured information. When the source exposes clean recipe data, this can turn a saved link into an editable household record in seconds.

The web is not consistent. Some sites change markup, hide information behind scripts or format ingredient text ambiguously. Imported recipes therefore need review. The official FAQ also explains that smarter ingredient scaling and de-duplication may require parsing ingredients into separate amounts, units and foods.

Mealie's FAQ documents ingredient parsing and notes that nutritional values are stored as static recipe information rather than automatically recalculated for every serving change.

The planner is what makes the library useful

Collecting hundreds of recipes can become another form of digital clutter. Mealie's planner connects the archive to a decision: what are we cooking this week? Recipes can then feed a shopping list whose items can be checked, sorted and labeled.

That workflow is particularly valuable for a family because planning and shopping do not need to happen on the same device or by the same person. The paid alternatives may provide more polished mobile apps, but owning one shared source of truth is a meaningful advantage.

The recipe library earns its keep only when it makes tonight's decision easier.
Advertisement

Reserved for launch

Simple by self-hosting standards, still a server

The project recommends Docker. SQLite is the documented default and is sufficient for many ordinary households, while PostgreSQL is the safer route for certain storage arrangements and larger deployments. The official checklist specifically warns against placing SQLite on network-attached storage because of corruption and locking risks.

  • Mealie software$0
  • Existing Docker serverLow incremental cost
  • Small hosted serverRecurring infrastructure cost
  • Database and recipe imagesBack up together
  • Import correctionsOccasional manual work

Check the current installation checklist before choosing a database or storage location.

The NoSub assessment

Mealie has an unusually clear reason to exist. It joins workflows that households already perform badly across several apps, and it gives nontechnical users a friendly interface after the administrator handles Docker.

The deciding test is household adoption. Import ten recipes you actually cook, plan one week and shop from the generated list. If everyone uses it without needing an explanation, Mealie has a credible chance of replacing the paid organizer. If not, a simpler shared note may still be the better tool.

Best trialTen real recipes, one weekly plan and one shared shopping trip.
Next articlePaperless-ngx: a private searchable document archive