Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted term and jargon manager

Define your company's terminology, link related terms, publish a searchable glossary. The living document that onboards new hires and ends the 'what does X mean?' Slack messages.

Install Glossary Free Complete — all 150 tools $29/mo
Why self-host your term and jargon manager

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

Setup and daily use

Install Glossary with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating terms. 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 non-profit with no DevOps budget downloads the Glossary binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Endpoints

Confluence (glossary use case) at $5.75/user/mo.

Self-hosted term and jargon manager. 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 glossary
Run
PORT=9260 ./glossary
Open
http://localhost:9260

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 50 terms
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited terms, embeddable widget, change history, CSV import
  • 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 GLOSSARY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./glossary

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