···2233 <h3 align="center">OpenStatus</h3>
4455- <p align="center"> The Open-Source synthetic and Real User Monitoring monitoring platform.
55+ <p align="center">
66+ <a href="https://status.openstatus.dev">
77+ <img src='https://status.openstatus.dev/badge'>
88+ </a>
99+ </p>
1010+1111+ <p align="center"> The Open-Source frontend performance monitoring platform.
612 <br />
713 <a href="https://www.openstatus.dev"><strong>Learn more »</strong></a>
814 <br />
···19252026## About OpenStatus 🏓
21272222-OpenStatus is open-source synthetic and real user monitoring platform with
2323-beautiful status page and incident management. We are building it publicly for
2424-everyone to see our progress. We believe great softwares are built this way.
2828+OpenStatus is open-source frontend monitoring plateform.
25292626-You can choose to host it yourself or use our hosted version at
2727-[openstatus.dev](https://www.openstatus.dev)
3030+- **Synthetic monitoring**: Monitor your website and APIs worldwide and receive
3131+ notifications when they are down or slow.
3232+- **Real User Monitoring**: Understand how your users are experiencing your
3333+ website with core web vitals metrics.
3434+3535+## Recognitions 🏆
3636+3737+<a href="https://trendshift.io/repositories/1780" target="_blank"><img src="https://trendshift.io/api/badge/repositories/1780" alt="openstatusHQ%2Fopenstatus | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
3838+3939+<a href="https://news.ycombinator.com/item?id=37740870">
4040+ <img
4141+ alt="Featured on Hacker News"
4242+ src="https://hackerbadge.now.sh/api?id=37740870"
4343+ style="width: 250px; height: 55px;" width="250" height="55"
4444+ />
4545+</a>
28462947## Contact us 💌
30483131-If you want to learn more about this project or have any questions, book a call
3232-with us or send us an email at [ping@openstatus.dev](mailto:ping@openstatus.dev)
3333-<br/><br/>
4949+If you are interested in our enterprise plan or need special features, please
5050+email us at [ping@openstatus.dev](mailto:ping@openstatus.dev) or book a
5151+call<br/><br/>
3452<a href="https://cal.com/team/openstatus/30min"><img alt="Book us with Cal.com" src="https://cal.com/book-with-cal-dark.svg" /></a>
5353+5454+## Roadmap 🗺️
5555+5656+Here's our [roadmap](https://openstatus.productlane.com/roadmap) feel free to
5757+contribute to it.
5858+5959+## Contributing 🤝
6060+6161+If you want to help us building the best status page and alerting system, you
6262+can check our
6363+[contributing guidelines](https://github.com/openstatusHQ/openstatus/blob/main/CONTRIBUTING.MD)
6464+6565+### Top Contributors
6666+6767+<a href="https://github.com/openstatushq/openstatus/graphs/contributors">
6868+ <img src="https://contrib.rocks/image?repo=openstatushq/openstatus" />
6969+</a>
7070+7171+Made with [Contrib.rocks](https://contrib.rocks)
7272+7373+### Stats
7474+7575+
35763677## Built with 🛠️
3778···128169129170- [The code behind OpenStatus and how it uses Turbopack](https://youtube.com/watch?v=PYfSJATE8v8).
130171- [Drop Betterstack and go open source](https://www.youtube.com/watch?v=PKag0USy3eQ)
131131-132132-## Roadmap 🗺️
133133-134134-Here's our [roadmap](https://openstatus.productlane.com/roadmap) feel free to
135135-contribute to it.
136136-137137-## Contributing 🤝
138138-139139-If you want to help us building the best status page and alerting system, you
140140-can check our
141141-[contributing guidelines](https://github.com/openstatusHQ/openstatus/blob/main/CONTRIBUTING.MD)
142142-143143-### Top Contributors
144144-145145-<a href="https://github.com/openstatushq/openstatus/graphs/contributors">
146146- <img src="https://contrib.rocks/image?repo=openstatushq/openstatus" />
147147-</a>
148148-149149-Made with [Contrib.rocks](https://contrib.rocks)
150150-151151-### Stats
152152-153153-
+21
apps/docs/synthetic/features/status-page.mdx
···1717A status page is a public page that displays the status and performance of your
1818services. It shows the current status of your services and the history of
1919incidents.
2020+2121+## Status Page Badge 🏷️
2222+2323+You can embed the status page badge on your website or GitHub README to show the
2424+current status of your services.
2525+2626+<a href="https://status.openstatus.dev">
2727+ <img src="https://status.openstatus.dev/badge" />
2828+</a>
2929+3030+Copy the following code and paste it into your website or GitHub README:
3131+3232+```html
3333+<img src="https://YOUR-SLUG.openstatus.dev/badge" />
3434+```
3535+3636+If you want the dark version of the badge, you can use the following URL:
3737+3838+```html
3939+<img src="https://YOUR-SLUG.openstatus.dev/badge?theme=dark" />
4040+```
···11+---
22+title: Status Page SVG Badge
33+description: Easily integrate the status of your service everywhere.
44+image: /assets/changelog/status-page-badge.jpeg
55+publishedAt: 2024-05-02
66+---
77+88+We have added a new feature to embed the status of your service everywhere.
99+1010+Just copy the following code and paste it into your website or GitHub README:
1111+1212+```html
1313+<img src="https://YOUR-SLUG.openstatus.dev/badge" />
1414+```
1515+1616+And it will look like this:
1717+1818+<a href="https://status.openstatus.dev">
1919+ <img src="https://status.openstatus.dev/badge" />
2020+</a>