zero-config status infrastructure
A hosted status page for modern software teams. Mark a service as down in two clicks — or let your monitoring tool do it via webhook — and your subscribers are emailed before they can file a ticket.
All systems operational
Last incident 14 days ago
Website
Marketing site and docs
API
Core REST API
Database
Primary data store
Email delivery
Transactional email
2min
setup to live page
1 POST
to update a status
15s
auto-refresh
90d
uptime history
// how it works
01 / you're in control
Open the dashboard and flip that service to Degraded or Major outage — two clicks. Your public page changes the moment you do. Or skip the clicks entirely and let your monitoring tool flip it over a webhook.
02 / subscribers emailed
Post short updates as you work through it: Investigating → Identified → Monitoring. Every update lands on your public page and goes out to your email subscribers.
03 / back to green
One click posts the all-clear, closes the incident, and sets every affected service back to Operational. Your 90-day uptime history keeps the record.
GreenPing doesn't monitor your site. We never ping your servers, and nothing changes on your page unless you — or a webhook you configured — says so. No false alarms, no 3 a.m. surprises. If you want automatic updates, point UptimeRobot, Checkly, or any monitor at your webhook URL and it does the flipping for you.
// features
No agents to install, no plugins to configure. Six things, done properly.
01 / hosted by us
Live at your own URL in two minutes, hosted separately from your stack — so it's up when your site isn't.
02 / two clicks
Mark a service as down and post an update in the same flow — no automation required.
→ confirmation sent ✓
03 / double opt-in
Self-service signup, delivered from our infrastructure.
04 / any monitor
Payloads are normalized and mapped to components automatically.
05 / refreshed daily
A visible track record below every component.
06 / white-label
Your name in the header, your colors on the page.
// built for engineers
Send a POST when a check fails. The component flips, the page updates, and your subscribers get notified. No agent to install, no dashboard to babysit.
works with the monitor you already run
# Webhook URL: Dashboard → Webhooks → Add Webhook
curl -X POST https://greenping.onrender.com/api/webhooks/incoming/<your-webhook-id> \
-H "Content-Type: application/json" \
-d '{
"status": "major_outage",
"message": "Increased error rate on /v1/checkout"
}'// pricing
Annual plans are twelve months for the price of ten. No fake discounts.
For side projects and early stage products.
For small SaaS teams running the show themselves.
For multi-product teams and agencies.
enterprise
Need custom contracts, priority processing SLAs, or dedicated support paths?
// get started
Free for the first page. No card needed. Live URL the moment you finish setup.