Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted SMS and notification sender

Define message templates, send to lists via your own Twilio account or SMTP. Manage opt-ins and opt-outs. The notification layer every app eventually needs, owned by you.

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

Full REST API

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

The problem

SaaS tools hold your data hostage. Export formats are incomplete, migrations are painful, and pricing changes whenever the vendor feels like it. Notify stores everything in SQLite on your own server. Your data is a file you control, back up, and query directly.

How Notify runs

On first launch, Notify initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating an alert is a POST with JSON — the only required field is recipient. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

A regulated company runs Notify 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.

Endpoints

Twilio SendGrid at $19.95/mo.

Self-hosted SMS and notification sender. 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 notify
Run
PORT=9760 ./notify
Open
http://localhost:9760

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 notifications/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited notifications, template editor, opt-out management, 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 NOTIFY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./notify

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