Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted webhook relay

Forward incoming webhooks to localhost or internal services during development. No ngrok account, no tunnel, no data leaving your network. Your webhook debugging on your terms.

Install Relay Free Complete — all 150 tools $29/mo
The problem

The overhead of managing hooks tends to grow quietly until someone asks why the team is paying four different subscriptions for overlapping features. Relay replaces that stack with a single process that starts in under a second.

A regulated company runs Relay inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Architecture

Each hook record carries fields for name, url, delivery count, 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.

Endpoints

ngrok at $8/mo.

Self-hosted webhook relay. 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 relay
Run
PORT=8620 ./relay
Open
http://localhost:8620

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 tunnels, 1,000 requests/day
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited tunnels, request logging, replay, custom domains
  • 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 RELAY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./relay

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