[GH-ISSUE #3] suggestion: add global internet issues layer. #2

Open
opened 2026-03-16 12:11:09 +03:00 by kerem · 1 comment
Owner

Originally created by @kmozurkewich on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/hipcityreg/situation-monitor/issues/3

network outages, cloud issues, etc.

Originally created by @kmozurkewich on GitHub (Jan 8, 2026). Original GitHub issue: https://github.com/hipcityreg/situation-monitor/issues/3 network outages, cloud issues, etc.
Author
Owner

@itsnex1s commented on GitHub (Jan 11, 2026):

Hey! I'd love to pick this up.

The idea: a panel showing global internet health — outages, cloud status, maybe BGP anomalies.

Data sources I found:

  • Cloudflare Radar API (free) — best for traffic anomalies and regional outages
  • StatusGator — aggregates status pages from AWS/Azure/GCP/etc
  • NetBlocks — tracks government shutdowns

Implementation:

  • InternetHealthPanel.svelte + src/lib/api/internet.ts
  • Start simple: traffic index + list of active incidents
  • Could expand to BGP stuff later

I can start with Cloudflare Radar since it covers most use cases. Let me know if this works or if you'd prefer a different approach.

<!-- gh-comment-id:3734062813 --> @itsnex1s commented on GitHub (Jan 11, 2026): Hey! I'd love to pick this up. **The idea:** a panel showing global internet health — outages, cloud status, maybe BGP anomalies. **Data sources I found:** - Cloudflare Radar API (free) — best for traffic anomalies and regional outages - StatusGator — aggregates status pages from AWS/Azure/GCP/etc - NetBlocks — tracks government shutdowns **Implementation:** - `InternetHealthPanel.svelte` + `src/lib/api/internet.ts` - Start simple: traffic index + list of active incidents - Could expand to BGP stuff later I can start with Cloudflare Radar since it covers most use cases. Let me know if this works or if you'd prefer a different approach.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/situation-monitor#2
No description provided.