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

Self-hosted plant and garden tracker

Log your plants, watering schedules, growth notes, harvest yields. For serious gardeners who outgrew the notes app. Surprisingly large audience, completely underserved by software.

Install Paddock II Free Complete — all 150 tools $29/mo

Full REST API

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

The case for owning your data

Privacy-conscious teams often build internal plants workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Paddock II gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

How Paddock II runs

Install Paddock II with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating plants. The SQLite database lives in a single file under the data directory. To migrate to a new server, copy the binary and the data directory. That is the entire migration procedure.

A freelance consultant keeps Paddock II running on a home server. Client plants stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Endpoints

Planta Premium at $2.99/mo.

Self-hosted plant and garden tracker. 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 paddock2
Run
PORT=10210 ./paddock2
Open
http://localhost:10210

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 plants
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited plants, care schedules, harvest logs, photo timeline, reminders
  • 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 PADDOCK2_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./paddock2

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