Files
Katia Bulatova b229cd3cd0 feat(webapp): notify customers of incidents via BetterStack webhook
When a status report is published on the status page, an inbound BetterStack
webhook fans the update out over Slack, email, and Discord. Fires only on published incident
updates, not monitor auto-alerts. Deduped per update; each channel no-ops
unless its own config is present.
2026-07-01 14:21:34 +00:00
..
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh