b229cd3cd0
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.
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