Collection
Dev/SaaS Ops
When something important fails in your ops, the signal should land where you already look — not stay buried in another Dashboard tab.
Automations
GitHub Actions alerts to Discord
When a GitHub Actions workflow fails, post a message to Discord. Steps, secrets, and common mistakes.
Stripe failed payments to Discord
When Stripe reports invoice.payment_failed, post an embed to Discord. Webhook, curl test, and path to a signed endpoint.
GitHub Actions alerts to Telegram
When a GitHub Actions workflow fails, send a Telegram message. Bot, secrets, YAML, and common mistakes.
Stripe failed payments to Telegram
When Stripe reports invoice.payment_failed, send a Telegram message with customer, amount, and link. Bot, curl test, and path to a signed endpoint.
The problem
Ops failures are easy to miss if nobody is notified in time. This collection packages the alert into the channel where your team acts: what to configure, which secrets you need, and how to test.
Who it’s for
Small teams, indie makers, and technical freelancers who want signals in chat — not another dashboard.
What’s included
Automations with how-to, secrets, and a way to test them. Guides cover the mental model; these pages get you to a working setup.