Focused Tool · Apache 2.0 · Single Binary · Personal & Lifestyle

Self-hosted recipe and meal planner

Save recipes, plan a week of meals, generate a shopping list. The tool everyone builds in Notion and then abandons. Actually useful when the shopping list is one click away.

Install Curator Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Curator is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Why self-host your recipe and meal planner

SaaS tools hold your data hostage. Export formats are incomplete, migrations are painful, and pricing changes whenever the vendor feels like it. Curator stores everything in SQLite on your own server. Your data is a file you control, back up, and query directly.

Download the binary and run it. Curator starts serving immediately with a dashboard at localhost and a REST API for automation. No cloud account, no API keys to provision, no monthly invoice. Your data lives in a SQLite file you can back up, move, or query directly.

How Curator runs

Point curl at /api/recipes to interact with Curator programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

Endpoints

Paprika App at $29.99 + sync fees.

Self-hosted recipe and meal planner. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool curator
Run
PORT=9940 ./curator
Open
http://localhost:9940

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 20 recipes
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited recipes, meal planning calendar, shopping list, nutritional notes
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export CURATOR_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./curator

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev