Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted feature flag manager

Toggle features per user, percentage rollout, or environment. No LaunchDarkly SDK, no $75/mo. Just a flag API you call and a dashboard to flip switches.

Install Embargo Free Complete — all 150 tools $29/mo
Why this exists

Most flags tools fall into two camps: free products that harvest your data, or enterprise platforms that cost more than the problem they solve. Embargo exists because neither option makes sense when you just need a reliable feature flag manager under your own control.

An agency managing flags for multiple clients runs one Embargo 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.

How it works

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any flag to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/flags. Responses are JSON. Authentication is handled at the network level — put Embargo behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Endpoints

LaunchDarkly at $75/mo.

Self-hosted feature flag 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 embargo
Run
PORT=9150 ./embargo
Open
http://localhost:9150

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 flags, 1,000 evaluations/day
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited flags and evaluations, targeting rules, audit log, SDK libraries
  • 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 EMBARGO_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./embargo

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