Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted config and settings manager

Store application config in a central UI instead of scattered env files. Version it, diff it, roll it back. The config management layer your apps have always needed.

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

An agency managing configs for multiple clients runs one Cartridge instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.

The problem

Teams outgrow spreadsheet-based configs tracking around the same time they realize SaaS alternatives want $15 to $50 per seat per month. Cartridge is a single binary that handles the same job without the recurring bill or the vendor dependency.

Endpoints
How it works

Each config record carries fields for key, value, environment, version, status. 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 through the lifecycle. Backups are a file copy of the SQLite database in the data directory.

AWS AppConfig at $0.0008/config.

Self-hosted config and settings 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 cartridge
Run
PORT=9280 ./cartridge
Open
http://localhost:9280

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 configs
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited configs, version history, rollback, change approval, audit log
  • 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 CARTRIDGE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./cartridge

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