Focused Tool · Apache 2.0 · Single Binary · Finance & Business

Self-hosted digital asset and license registry

Log every software license, hardware asset, and domain you own. Track expiry dates, renewal costs, and ownership. The asset register that finance teams maintain in Excel.

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

A solo developer built a weekend project that needed api keys tracking. Instead of spinning up Postgres and writing an admin panel, they added Deed as a sidecar process. The REST API covered every operation the project needed. Development time saved: roughly a full day.

The problem

Every apikey your team creates contains context that matters — name, key, scopes, expires at, status. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Deed keeps it local.

Endpoints
Under the hood

Install Deed with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating api keys. 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.

Asset tracking spreadsheets at maintenance time.

Self-hosted digital asset and license registry. 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 deed
Run
PORT=9360 ./deed
Open
http://localhost:9360

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 25 assets
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited assets, expiry alerts, depreciation tracking, CSV 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 DEED_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./deed

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