Skip to content

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" />