In order to create your status page, you need to create at least one monitor.

Create your status page

Create your status page

What is a status page πŸ§‘β€πŸ«

A status page is a public page that displays the status and performance of your services. It shows the current status of your services and the history of incidents.

Status Page Badge 🏷️

You can embed the status page badge on your website or GitHub README to show the current status of your services.

Copy the following code and paste it into your website or GitHub README:

<img src="https://YOUR-SLUG.openstatus.dev/badge" />

If you want the dark version of the badge, you can use the following URL:

<img src="https://YOUR-SLUG.openstatus.dev/badge?theme=dark" />

You can also customize the size of the badge by adding a size parameter:

  • sm
  • md
  • lg
  • xl
<img src="https://YOUR-SLUG.openstatus.dev/badge?theme=dark&size=xl" />

Add monitors metrics πŸ“Š

If you make your monitor public, you can display the metrics on your status page.