Top 3 Go status-page Projects
-
Project mention: How I Built a DIY IoT Notification System for Monitoring Service Downtime | dev.to | 2025-01-19
To monitor downtime, we Initially integrated Gatus with Discord webhooks.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: Show HN: I built a self-hosted status page and monitoring tool for my projects | news.ycombinator.com | 2024-04-25
The README offers a whole bunch of different installation options, but none of them are the one I was looking for!
I ended up inspecting "curl -fsSL https://get.statusnook.com | sudo bash" and extracting the script so I could see what it did:
https://gist.github.com/simonw/09b8817b4010cf32e4bfcbe929dcd...
It downloads either the arm64 or amd64 built binaries, both of which are also available from the GitHub releases page: https://github.com/goksan/Statusnook/releases/tag/v0.0.0
Feature request: add those to the README too!
-
Go status-page discussion
Index
What are some of the best open-source status-page projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | gatus | 7,223 |
2 | statusnook | 879 |
3 | status_check | 1 |