Skip to content
AlertPing

Guides

What is a status page?

| Guides | 6 min read

A status page is a public web page that shows the real-time operational status of a website, app, or API, including current incidents, component health, and historical uptime. It tells your users whether a problem is on your side, so they stop filing tickets and stop guessing during an outage. Instead of one thread per customer, you post once, and everyone reads the same honest update.

The idea is simple, but it does real work. When your service is down, people notice fast and they all want the same answer: is it you, or is it me? A status page answers that in one place, in public, so your support queue does not fill up with the same question a hundred times over.

What is a status page, and what does it show?

A status page pulls a few distinct things onto one screen. Get these right and the page earns its keep during the worst hour of your month.

  • Component health. A list of the parts of your service (website, API, dashboard, payments, background jobs) each with a plain status: operational, degraded, or down.
  • An incident timeline. When something breaks, you open an incident and post short updates as you investigate, identify, fix, and resolve. The timeline stays public afterward as a record.
  • Uptime history. A rolling record, often 90 days, showing how each component has performed. This is the part customers check before they trust you with an SLA.
  • Subscribe and notify. Visitors sign up for email, SMS, Slack, or webhook alerts, so they hear about incidents without refreshing the page.

Together these turn a vague sense of "something is wrong" into a clear, timestamped story. The good news is you can also answer those repetitive questions automatically so your team focuses on the fix instead of the inbox.

Public vs internal status pages

Not every status page faces the world. A public status page lives at a URL your customers can reach, usually something like status.yourapp.com. An internal or private status page is locked behind login and used by your own team, or shared only with specific partners under NDA. Both matter, and they serve different readers.

Aspect Public status page Internal / private status page
AudienceCustomers, prospects, the general publicYour team, on-call, sometimes select partners
GoalCut support load, build trust, prove uptimeCoordinate response, share detail safely
AccessOpen URL, no loginPassword or SSO protected
Detail levelPlain language, no internal system namesFull technical detail, component internals

Many teams run both: a private view with the messy detail, and a public view that says only what a customer needs to know. If you run one page, make it the public one, because that is the page doing the trust work.

Hosted vs self-hosted status page software

There are two ways to get a status page. Hosted status page software is a service that runs the page for you: you configure components, and the provider handles hosting, uptime, and the alert plumbing. Self-hosted means you run open-source status page software on your own servers and maintain it yourself.

The trade is straightforward. A hosted status page is faster to stand up and, importantly, stays online when your own infrastructure does not. That last point matters more than it sounds: a self-hosted page that lives in the same data center as the app it monitors can go dark in the exact outage people came to read about. Self-hosting gives you full control and no per-page fee, at the cost of being one more thing you have to keep running.

For most SaaS teams, a hosted status pages setup wins on reliability alone. The page has to survive your bad day, not share it. If you are weighing specific providers, our rundown of status page software compares the hosted options side by side.

alertping

A hosted status page on every plan

AlertPing includes hosted status pages on every plan, hosted off your own infrastructure so the page stays up when your app does not. One page on Starter, five on Team, twenty on Business.

What makes a good status page

A status page is only worth having if people trust it. Trust comes from a few habits, not from design. A slick page that lies is worth less than a plain one that tells the truth on time.

  • It is honest. If a component is degraded, say so. A page that shows all green through a real outage teaches customers to ignore it.
  • It is updated during incidents. Post within minutes, then keep posting. Even "still investigating, next update in 30 minutes" is worth sending, because silence reads as chaos.
  • It is subscribable. Let people get notified rather than sit refreshing. This is the single feature that pulls them off your support channels.
  • It shows real uptime. Publish the actual rolling history from your monitoring, not a hand-edited number. Real data is what a buyer checks before signing.

The failure mode is a page nobody updates. A stale status page is worse than none, because it quietly tells everyone the truth lives somewhere else. If you want to see those habits in the wild, we walk through status page examples from teams that get it right.

Who needs a public status page?

Not every project needs one, but three groups almost always do. SaaS products with an SLA need a page to show they are holding the promise, because the uptime history is the receipt. If you sell a status page for your SaaS as part of an enterprise deal, buyers will ask for the link during procurement. APIs need one because their users are developers who will check a status page before they open a ticket, and often before they even email. Ecommerce stores need one during peak sales, when an hour of confusion about "is checkout broken?" costs real revenue.

If your customers lose money or time when you go down, a public status page pays for itself the first time you have a bad day. It also does quiet work on the good days, because a link to a healthy 90-day history is a sales asset a prospect can verify without asking you a thing.

How a status page relates to uptime monitoring

A status page and an uptime monitor are two halves of one job. The monitor measures: it checks your endpoints on an interval, from multiple regions, and records whether each check passed. The status page publishes: it takes that measurement and shows it to the world. One without the other is incomplete. A monitor with no page keeps the truth private. A page with no monitor is just a box you update by hand, which means it lags reality and eventually drifts into fiction.

With AlertPing, checks run as fast as every 30 seconds on Team and Business plans (60 seconds on Starter), confirmed across three regions so a single flaky network path does not trigger a false alarm. When a real outage is confirmed, the same system that fires your alerts over SMS, email, Slack, or webhook can drive the status page, so the public update and your on-call ping come from one source of truth. Measure once, alert your team, publish to your customers.

keep reading

More from the blog

· Comparisons

Checkly pricing 2026: how much does Checkly cost per check run, module by module

9 min read

· Comparisons

Grafana Cloud pricing 2026: how much does Grafana Cloud cost, meter by meter

10 min read

· Comparisons

Atlassian Statuspage pricing 2026: how much does Statuspage cost per subscriber, public and private

9 min read

· Comparisons

Opsgenie pricing 2026: how much does Opsgenie cost, and what you pay to replace it

8 min read

· Comparisons

PagerDuty pricing 2026: how much does PagerDuty cost per user, per plan and per year

8 min read

· Comparisons

Pingdom pricing 2026: how much does Pingdom cost per check, per plan and per year

8 min read

· Comparisons

Uptime monitoring software to pair with Datadog, New Relic or Dynatrace

8 min read

· Comparisons

How much does Splunk Observability Cloud cost? Hosts, editions and synthetic monitoring

8 min read

· Comparisons

How much does AppDynamics cost? Editions, cores and synthetic monitoring

8 min read

· Comparisons

How much does Dynatrace cost? Hosts, synthetic monitoring and log ingest

8 min read

· Comparisons

How much does New Relic cost? Users, data ingest and synthetic checks

9 min read

· Comparisons

Datadog synthetic monitoring pricing: what synthetics really cost per test run

9 min read

· Guides

Uptime guarantee vs uptime monitoring: why your host reports 99.9% when your site was down

9 min read

· Guides

Cloudflare uptime monitoring: health checks, origin monitoring, and the blind spots behind the proxy

11 min read

· Comparisons

Status page pricing: what a hosted status page actually costs in 2026

8 min read

· Guides

API monitoring best practices: what to check, how often, and how to keep alerts worth answering

10 min read

· Guides

SSL certificate 200 days: the new validity limit, and the 47-day lifetime coming next

9 min read

· Guides

SSL certificate expired: what happens and how to fix it

8 min read

· Guides

How often should you check website uptime?

7 min read

· SLAs

Error budget: the formula, burn rate alerts, and the policy that makes it work

11 min read

· Playbooks

Runbook template for incident response that gets used

8 min read

· Guides

What causes website downtime, and how to catch each cause

8 min read

· Playbooks

Incident postmortem template that teams actually use

8 min read

· Playbooks

On-call rotation best practices that keep engineers sane

8 min read

· SLAs

MTTR (mean time to recovery): what it is and how to cut it

7 min read

· Guides

Heartbeat monitoring: what it is and how it works

7 min read

· Guides

Status page examples and what the good ones get right

7 min read

· Guides

API uptime SLA: service credit tiers, downtime limits and what a good one costs

8 min read

· Guides

How to create a status page in 6 steps

7 min read

· Guides

Uptime SLA report: what to include, with a worked example

9 min read

· Guides

SLA service credits: what you get back and how to claim it

8 min read

· Guides

Synthetic monitoring vs uptime monitoring: what each one costs and when you need it

8 min read

· Guides

Status page vs uptime monitoring: what is the difference?

6 min read

· Guides

What does 99.9% uptime mean?

6 min read

· Guides

What is five nines (99.999%) uptime?

8 min read

· Guides

How to calculate uptime percentage

7 min read

· Guides

SLA vs SLO vs SLI: what is the difference?

7 min read

· Guides

Downtime alerts: how to get notified by email, SMS or phone when your website goes down

7 min read

· Guides

How to monitor an online store for downtime

9 min read

· Guides

Why is my Shopify store unavailable?

8 min read

· Comparisons

Better Stack pricing: how much does Better Stack cost?

8 min read

· Comparisons

UptimeRobot pricing: how much does UptimeRobot cost?

7 min read

· Comparisons

Site24x7 pricing: how much does Site24x7 cost?

8 min read

· Guides

What is a dead man's switch in monitoring?

9 min read

· Guides

Why is my WordPress site down?

9 min read

· Guides

How to monitor WooCommerce uptime and checkout

8 min read

· Guides

How to monitor an API for errors, not just uptime

8 min read

· Economics

How much does website downtime cost?

8 min read

· Guides

How to monitor a cron job

9 min read

· Comparisons

Synthetic monitoring vs real user monitoring

8 min read

· Benchmarks

What is a good uptime percentage?

7 min read

· SLAs

99.99 uptime meaning: SLAs and the real cost of each nine

8 min read

· Guides

How to monitor website uptime

8 min read

· Playbooks

Incident communication examples, templates and outage communication best practices

9 min read

Know the second your site goes down

Checks every 30 seconds, confirmed from 3 regions, alerts on every channel. Running in under a minute.

See pricing