Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted load balancer and traffic router

Round-robin or weighted traffic across multiple upstream backends. Health checks, failover, sticky sessions. HAProxy without the config file archaeology.

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

Full REST API

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

What Stampede replaces

Running a load balancer and traffic router should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Stampede is one file. Download it, run it, point your browser at it. That is the entire setup.

How it works

Deploy Stampede as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and load tests count, which you can wire into your existing monitoring stack.

A devops team integrates Stampede into their CI pipeline. A post-deploy hook creates a loadtest record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches load tests by keyword to find related records without switching tools.

Endpoints

AWS ALB at $22/mo.

Self-hosted load balancer and traffic router. 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 stampede
Run
PORT=9020 ./stampede
Open
http://localhost:9020

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 upstreams
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited upstreams, weighted routing, health checks, traffic analytics
  • 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 STAMPEDE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./stampede

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