Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted CI/CD trigger server

Receive a webhook, run a shell script, report the result. Not Jenkins (Java, heavy), not GitHub Actions (cloud). Dead simple pipeline runner for teams who just need to run a deploy script on push.

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

Full REST API

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

Why this exists

The moment you store experiments in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Tinderbox puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

An agency managing experiments for multiple clients runs one Tinderbox 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 Tinderbox runs

Each experiment record carries fields for name, hypothesis, variant a, variant b, traffic pct. 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.

Endpoints

Jenkins at server costs + maintenance.

Self-hosted CI/CD trigger server. 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 tinderbox
Run
PORT=9670 ./tinderbox
Open
http://localhost:9670

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 pipelines
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited pipelines, parallel runs, artifacts, Slack/email notifications
  • 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 TINDERBOX_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./tinderbox

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