I built this tool to monitor third-party cloud and SaaS services and send notifications, primarily meant for techops/SRE folks. I built this based on my past work experience where I felt a need for such a tool and had to be satisfied with patched together scripts.<p>E.g. Getting alerted when my public cloud has incidents, my monitoring SaaS is unable to send alerts, GitHub has intermittent issues, Slack has trouble delivering messages, Stripe has payment failures for an edge case, and so on.<p>It was important to catch these issues before they impacted my apps. For paging services, I wanted to avoid potential disasters because my on-call teams were not receiving alerts (true story - AWS had an outage and PagerDuty was not sending alerts). For non-infra services like Slack, I wanted to know if there were message drops or delays.<p>There are RSS feeds for these services but I wanted a single place to monitor the ones I am using and be notified, rather than manually check 10-15 or more RSS feeds.<p>It's primarily meant for teams that want a simple way to setup such alerts.<p>I'm the solo dev on this project. I've been in backend development/ops most of my career, so my frontend skills are not great yet, which is evident in the UI :)<p>Would love to hear feedback.