Openstatus www.openstatus.dev

🏷️ add badge (#797)

* 🏷️ add badge

* 🏷️ add badge

authored by

Thibault Le Ouay and committed by
GitHub
780f3fb8 e0c621bb

+91 -32
+50 -32
README.md
··· 2 2 3 3 <h3 align="center">OpenStatus</h3> 4 4 5 - <p align="center"> The Open-Source synthetic and Real User Monitoring monitoring platform. 5 + <p align="center"> 6 + <a href="https://status.openstatus.dev"> 7 + <img src='https://status.openstatus.dev/badge'> 8 + </a> 9 + </p> 10 + 11 + <p align="center"> The Open-Source frontend performance monitoring platform. 6 12 <br /> 7 13 <a href="https://www.openstatus.dev"><strong>Learn more »</strong></a> 8 14 <br /> ··· 19 25 20 26 ## About OpenStatus 🏓 21 27 22 - OpenStatus is open-source synthetic and real user monitoring platform with 23 - beautiful status page and incident management. We are building it publicly for 24 - everyone to see our progress. We believe great softwares are built this way. 28 + OpenStatus is open-source frontend monitoring plateform. 25 29 26 - You can choose to host it yourself or use our hosted version at 27 - [openstatus.dev](https://www.openstatus.dev) 30 + - **Synthetic monitoring**: Monitor your website and APIs worldwide and receive 31 + notifications when they are down or slow. 32 + - **Real User Monitoring**: Understand how your users are experiencing your 33 + website with core web vitals metrics. 34 + 35 + ## Recognitions 🏆 36 + 37 + <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> 38 + 39 + <a href="https://news.ycombinator.com/item?id=37740870"> 40 + <img 41 + alt="Featured on Hacker News" 42 + src="https://hackerbadge.now.sh/api?id=37740870" 43 + style="width: 250px; height: 55px;" width="250" height="55" 44 + /> 45 + </a> 28 46 29 47 ## Contact us 💌 30 48 31 - If you want to learn more about this project or have any questions, book a call 32 - with us or send us an email at [ping@openstatus.dev](mailto:ping@openstatus.dev) 33 - <br/><br/> 49 + If you are interested in our enterprise plan or need special features, please 50 + email us at [ping@openstatus.dev](mailto:ping@openstatus.dev) or book a 51 + call<br/><br/> 34 52 <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> 53 + 54 + ## Roadmap 🗺️ 55 + 56 + Here's our [roadmap](https://openstatus.productlane.com/roadmap) feel free to 57 + contribute to it. 58 + 59 + ## Contributing 🤝 60 + 61 + If you want to help us building the best status page and alerting system, you 62 + can check our 63 + [contributing guidelines](https://github.com/openstatusHQ/openstatus/blob/main/CONTRIBUTING.MD) 64 + 65 + ### Top Contributors 66 + 67 + <a href="https://github.com/openstatushq/openstatus/graphs/contributors"> 68 + <img src="https://contrib.rocks/image?repo=openstatushq/openstatus" /> 69 + </a> 70 + 71 + Made with [Contrib.rocks](https://contrib.rocks) 72 + 73 + ### Stats 74 + 75 + ![Alt](https://repobeats.axiom.co/api/embed/180eee159c0128f683a30f15f51ac35bdbd9fa44.svg "Repobeats analytics image") 35 76 36 77 ## Built with 🛠️ 37 78 ··· 128 169 129 170 - [The code behind OpenStatus and how it uses Turbopack](https://youtube.com/watch?v=PYfSJATE8v8). 130 171 - [Drop Betterstack and go open source](https://www.youtube.com/watch?v=PKag0USy3eQ) 131 - 132 - ## Roadmap 🗺️ 133 - 134 - Here's our [roadmap](https://openstatus.productlane.com/roadmap) feel free to 135 - contribute to it. 136 - 137 - ## Contributing 🤝 138 - 139 - If you want to help us building the best status page and alerting system, you 140 - can check our 141 - [contributing guidelines](https://github.com/openstatusHQ/openstatus/blob/main/CONTRIBUTING.MD) 142 - 143 - ### Top Contributors 144 - 145 - <a href="https://github.com/openstatushq/openstatus/graphs/contributors"> 146 - <img src="https://contrib.rocks/image?repo=openstatushq/openstatus" /> 147 - </a> 148 - 149 - Made with [Contrib.rocks](https://contrib.rocks) 150 - 151 - ### Stats 152 - 153 - ![Alt](https://repobeats.axiom.co/api/embed/180eee159c0128f683a30f15f51ac35bdbd9fa44.svg "Repobeats analytics image")
+21
apps/docs/synthetic/features/status-page.mdx
··· 17 17 A status page is a public page that displays the status and performance of your 18 18 services. It shows the current status of your services and the history of 19 19 incidents. 20 + 21 + ## Status Page Badge 🏷️ 22 + 23 + You can embed the status page badge on your website or GitHub README to show the 24 + current status of your services. 25 + 26 + <a href="https://status.openstatus.dev"> 27 + <img src="https://status.openstatus.dev/badge" /> 28 + </a> 29 + 30 + Copy the following code and paste it into your website or GitHub README: 31 + 32 + ```html 33 + <img src="https://YOUR-SLUG.openstatus.dev/badge" /> 34 + ``` 35 + 36 + If you want the dark version of the badge, you can use the following URL: 37 + 38 + ```html 39 + <img src="https://YOUR-SLUG.openstatus.dev/badge?theme=dark" /> 40 + ```
apps/web/public/assets/changelog/status-page-badge.jpeg

This is a binary file and will not be displayed.

+20
apps/web/src/content/changelog/status-page-badge.mdx
··· 1 + --- 2 + title: Status Page SVG Badge 3 + description: Easily integrate the status of your service everywhere. 4 + image: /assets/changelog/status-page-badge.jpeg 5 + publishedAt: 2024-05-02 6 + --- 7 + 8 + We have added a new feature to embed the status of your service everywhere. 9 + 10 + Just copy the following code and paste it into your website or GitHub README: 11 + 12 + ```html 13 + <img src="https://YOUR-SLUG.openstatus.dev/badge" /> 14 + ``` 15 + 16 + And it will look like this: 17 + 18 + <a href="https://status.openstatus.dev"> 19 + <img src="https://status.openstatus.dev/badge" /> 20 + </a>