Browse the docs

Getting started

From a new account to a published status page with a monitor behind it, in about ten minutes.

On this page
  1. What you need
  2. 1. Create the account
  3. 2. Publish a page
  4. 3. Name the components
  5. 4. Add a monitor
  6. 5. Link the monitor to a component
  7. 6. Tell people about it
  8. Where next

By the end of this guide you will have a status page at your own address, one component on it, a monitor checking the real thing, and a rule that changes the component when the check fails. Nothing here needs a paid plan.

What you need

  • An email address for the account.
  • A public URL to monitor. A marketing site, an API health endpoint, anything that answers HTTPS.
  • About ten minutes.

1. Create the account

Sign up with an email address and a password. Confirm the address from the email we send, then sign in. The first sign-in creates your organisation and a default workspace named after it; you can rename both later.

You land on the Overview: an empty one for now.

The workspace overview with the health strip, open incidents and monitors
The Overview after a few days of use. Yours starts empty.

2. Publish a page

  1. Open Status pages and choose New page

    Give it a name customers will recognise, usually your product's name. The address is derived from it: acme-cloud.statusbee.co.

  2. Pick a template

    SaaS, API, agency or blank. Templates add component groups and components you can rename or delete in a minute; picking one is faster than starting empty.

  3. Publish

    The page goes live at its address straight away. It shows every component as Operational until you or a monitor says otherwise.

A status page's detail view with address, components, custom domains and settings
The page detail: address, components grouped by area, custom domains and page settings.

3. Name the components

Components are the rows customers see. Rename the template's components to the words your customers use: “Checkout” rather than “payments-svc”. Delete what does not apply. Two to six components is typical for a small product.

Each component has a status you can set by hand from its row. Leave them Operational; the monitor will take it from here.

4. Add a monitor

  1. Open Monitors and choose New monitor

    Leave the type on HTTP(S). Name it, paste the URL, and pick an interval. Every 5 minutes is the floor on Free; paid plans go down to every minute or every 30 seconds.

  2. Create it

    The first check runs within a few seconds. The monitor shows Pending until it has a result, then Operational.

The New monitor drawer with the type switch, name, target and interval
The New monitor drawer. Advanced hides assertions, timeout and thresholds.

Open the monitor and find Rules. Add a rule that points at the component you want it to control. The defaults are the sensible ones: on failure set the component to Outage and draft an incident for you to review; on recovery set it back to Operational.

That is the whole loop. A failing check now changes the page, and a drafted incident waits for you in Incidents so you can add words and publish.

6. Tell people about it

  • Put the page's link in your app footer and your support signature. That is where customers look first.
  • Connect the team alert channel under Settings, Webhooks, or subscribe your own Slack channel from the page itself, so you hear about incidents where you already are.
  • Subscribe with your own email to see what customers receive.

Where next