š Self-hosting in 2026: What I actually run on a $5/mo VPS
After 6 months of self-hosting everything, here's my actual stack:
⢠Uptime monitor (checks every 60s, instant alerts)
⢠DNS/WHOIS lookup API
⢠SSL certificate expiry checker
⢠Website change detector (tracks competitor pricing)
⢠Crypto price alerts
⢠SEO analyzer
Total cost: $5/month on Hetzner.
Total value: Replaces ~$50/mo in SaaS subscriptions.
The trick? Every service is a simple Node.js app behind nginx. No Docker, no K8s, no overthinking it.
All APIs are free to use:
http://5.78.129.127:3456
#selfhosting #devops #linux #webdev