Skip to content

Status page quickstart

By the end of this guide you’ll have a public status page at <page-id>.siteqwality.com showing the status of an HTTP check, with a custom logo and brand color, and you’ll have published one incident update to it.

  1. Status pages → New status page.

  2. Set the friendly name — this is the public page title. Use your product name, e.g. Acme Cloud.

  3. Click Create. You’re dropped onto the page settings, with a unique URL (<id>.siteqwality.com) shown at the top.

A component is a public-facing label for one of your monitors. Attach any HTTP check or browser check.

  1. On the page, open Components → Add component.

  2. Pick an HTTP check from the dropdown. Override the public friendly name if the internal one is too technical (prod-api-eu-west-1API).

  3. Optionally set an SLA target (e.g. 99.9). The page renders monthly uptime against this target.

  4. Save.

Repeat for each monitor you want public. A typical SaaS publishes 3–6 components: API, Web app, Auth, Webhooks, Background workers.

  1. On the page, open Branding.

  2. Upload a logo — PNG or SVG up to 2MB. SiteQwality stores it on S3 and serves via CDN.

  3. Set the primary color to your brand color (must be #RRGGBB). The accent color is used for sub-headings and links.

  4. Set a page title (browser tab) and optional header/footer text.

  5. Pick a default theme (light, dark, or system to follow visitor’s preference).

  6. Save.

Most incidents on a status page should be auto-published from the same incident the monitor opened internally. Let’s create a manual one to confirm the publish path works.

  1. On the status page, open Incidents → New incident.

  2. Title: Investigating elevated API latency. Severity: minor. Status: investigating.

  3. Paste an initial update message: Our monitoring detected increased latency on the API. We're looking into it now.

  4. Save. The incident appears immediately on the public page.

  5. To resolve, post an update with status resolved and a closing message.

Open https://<page-id>.siteqwality.com in an incognito window. You should see:

  • Your logo and brand colors.
  • Each component with its current status (green check if healthy, red if failing).
  • The published incident at the top with its updates in chronological order.
  • Per-component uptime graph for the last 90 days.