What is a Status Page? Definition and Uses
A status page is a public page showing whether a service works right now, its recent uptime, and any incident in progress. Hosted separately.
What is a status page?
A status page is a public web page that shows whether a service is working right now, how reliable it has been recently, and what the team is doing about any problem in progress. It is the page a customer opens when something feels broken and they want to know whether the fault is theirs or yours.
A status page is separate from the service it reports on. That separation is the whole point: if your application is down, a page hosted inside that application is down too. Status pages are therefore hosted independently, usually on a different domain or subdomain, so they stay reachable during exactly the outage they exist to explain.
What a status page contains
Most status pages share the same anatomy:
- Components - the parts of your service a customer would recognise, such as the API, the dashboard, or logins. Each carries its own status.
- Overall status - a single roll-up at the top, so a visitor gets an answer without reading anything.
- Uptime history - commonly a 90-day bar per component, giving an honest record rather than a claim.
- Incidents - a timeline of what happened, updated as the team learns more, from investigating through to resolved.
- Scheduled maintenance - planned work announced in advance, so it is not mistaken for an outage. See scheduled maintenance.
- Subscriptions - a way for customers to be told by email when something changes, instead of refreshing the page.
Manual pages versus monitor-driven pages
A status page can be updated by hand, which means it is only as current as the last person who remembered to edit it. During an incident, that person is usually busy fixing the incident.
A monitor-driven status page reads from checks that already run against your service, so component status and uptime history update themselves from real results. The page stays accurate without anyone touching it, and the uptime figures are measurements rather than assertions.
Why teams publish one
A status page reduces support load, because customers can answer their own question. It builds trust, because publishing your failures is a stronger signal than claiming you have none. And it is increasingly expected: enterprise buyers and procurement reviews often ask where the status page is before they ask anything else.
It also gives your own team a single place to communicate during an incident, rather than repeating the same update across email, chat and social channels.
Status pages and uptime monitoring
Because a useful status page is driven by monitoring data, the two are closely linked. API monitoring and uptime checks supply the signal; the status page is where that signal becomes public. LoadFocus publishes status pages driven by the checks you already run, so the page reflects real results from multiple regions rather than a manual toggle.
Related terms
- What is API Monitoring? Definition, Metrics and Benefits
- What is Incident Communication?
- What is Navigation Timing API?
- What is Performance Timeline API?
- Real User Monitoring (RUM): Definition, Tools, Examples
- What is Scheduled Maintenance?
- What is Server Timing API?
- What is Synthetic Monitoring? Definition, Types, RUM Comparison
Related LoadFocus Tools
Put this concept into practice with LoadFocus, the same platform that powers everything you just read about.