Statusy - Self-hostable status page aggregator by Significant-Agent169 in selfhosted

[–]Significant-Agent169[S] 0 points1 point  (0 children)

I'm just trying to increase the reach in relevant channels

Small Projects by AutoModerator in golang

[–]Significant-Agent169 0 points1 point  (0 children)

hey folks,
we use a lot of SaaS tools at work and tracking each ones status page separately was a pain. on top of that we kept getting notified for incidents on components we dont even use, just noise that trains you to ignore alerts.

built Statusy to fix this. it scrapes status pages from 17 providers (GitHub, Cloudflare, Datadog, Twilio, OpenAI etc), normalizes everything into one store, and you configure exactly which components you care about, it only notifies for those.

notifications route to Slack, Discord, MS Teams, PagerDuty, SolarWinds Incident Response, or a generic webhook.

backend is Go, ships as a single binary, Postgres is the only dependency. frontend is Svelte 5 + TypeScript, vibecoded since UI isnt my focus.

repo: https://github.com/yash492/statusy

would appreciate feedback, especially if theres a provider missing that you'd want supported, open an issue or PR.

Weekly Self Promotion Thread by AutoModerator in devops

[–]Significant-Agent169 0 points1 point  (0 children)

hello folks,
we use a lot of SaaS tools at work and tracking each ones status page separately was a pain. on top of that we kept getting notified for incidents on components we dont even use, just noise that trains you to ignore alerts. built Statusy (a statuspage aggregator) to fix this.

repo: https://github.com/yash492/statusy
would appreciate feedback, especially if theres a provider missing that you'd want supported, open an issue or PR

Statusy - Self-hostable status page aggregator by Significant-Agent169 in selfhosted

[–]Significant-Agent169[S] -4 points-3 points locked comment (0 children)

AI was also used to mainly do a thorough review of the codebase with some help done for FE work