Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted notification hub

Route notifications from any source to any channel — email, SMS, webhook, Slack. Define routing rules, silence windows, and escalation paths. Your owned notification backbone.

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

Full REST API

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

Why self-host your notification hub

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

Setup and daily use

Start Telegraph with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create webhooks through the web interface or POST JSON to the API. Filter by source url, target url, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

A freelance consultant keeps Telegraph running on a home server. Client webhooks stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Endpoints

Courier at $35/mo.

Self-hosted notification hub. 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 telegraph
Run
PORT=9030 ./telegraph
Open
http://localhost:9030

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 500 notifications/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited notifications, routing rules, templates, delivery tracking
  • 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 TELEGRAPH_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./telegraph

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