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

Self-hosted wine and spirits inventory

Log bottles, vintages, tasting notes, valuations. Vivino is a social network. This is a private inventory.

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

Full REST API

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

Why this exists

The moment you store bottles in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Cellar puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

A devops team integrates Cellar into their CI pipeline. A post-deploy hook creates a bottle record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches bottles by keyword to find related records without switching tools.

Architecture

Each bottle record carries fields for name, type, vintage, region, producer. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering. Backups are a file copy of the SQLite database in the data directory.

Endpoints

Cellartracker at donation-ware.

Self-hosted wine and spirits inventory. 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 cellar
Run
PORT=10220 ./cellar
Open
http://localhost:10220

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 25 bottles
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited bottles, tasting notes, valuation tracking, drinking windows, export
  • 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 CELLAR_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./cellar

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