Stacktora
Stacktora / Vault / Notification Dispatch Service
Notifications by @ops

Notification Dispatch Service

Outbound email/SMS/push, unified — delivery records in Postgres, a Redis-backed queue, and a worker already wired in for async, retry-safe sending. The opposite direction from the Webhook Receiver recipe (that's inbound events; this is notifications you're sending out).

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install notification-dispatch-service --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault