Hey, I built a small project called Hetzner Cloud Radar.
It tracks Hetzner Cloud server type availability across regions and shows which instances are available, sold out, limited, or not offered. I mainly made it because I kept running into stock issues and wanted a cleaner way to see what was actually available without manually checking.
Current features:
- Live availability polling from the Hetzner Cloud API
- Region-by-region stock table for CX, CAX, CPX, and CCX
- “Limited” state when a type flickers between available and sold out during the same UTC day
- Recent dispatches for stock-out/restock events
- Supply history chart
- Optional email alerts for sold-out and restock events
It’s still pretty early, but the core polling and persistence are working now. The goal is to make it easier to see Hetzner capacity patterns over time, especially for people who rely on specific regions or server families.
Source Code: https://github.com/TheGoatedDev/Hetzner-Cloud-Radar
Would be interested to hear if this is useful to anyone else, or if there are other Hetzner-specific signals you’d want tracked.