Openstatus www.openstatus.dev

๐Ÿš€ blog post (#792)

* ๐Ÿš€ blog post

* ๐Ÿ“ small update

authored by

Thibault Le Ouay and committed by
GitHub
56a10519 56e60ef0

+63 -2
apps/web/public/assets/posts/q1-2024-update/chart.png

This is a binary file and will not be displayed.

apps/web/public/assets/posts/q1-2024-update/q1-2024-update.png

This is a binary file and will not be displayed.

+3 -2
apps/web/src/components/layout/marketing-footer.tsx
··· 23 23 <BrandName /> 24 24 <p className="text-muted-foreground mt-2 text-sm font-light"> 25 25 We are on a mission to provide a reliable, easy and fast way to 26 - monitor your APIs and websites.{" "} 26 + monitor the performance of your APIs and websites. 27 + <br /> 27 28 <span className="underline decoration-dotted underline-offset-2"> 28 - Let&apos;s end <code>us-east-1</code> privilege together. 29 + Speed Matters 29 30 </span> 30 31 </p> 31 32 </div>
+60
apps/web/src/content/posts/q1-2024-update.mdx
··· 1 + --- 2 + title: OpenStatus Q1 2024 Update 3 + description: Let's review our first quarter of 2024. 4 + author: 5 + name: Thibault Le Ouay Ducasse 6 + url: https://twitter.com/thibaultleouay 7 + publishedAt: 2024-04-29 8 + image: /assets/posts/q1-2024-update/q1-2024-update.png 9 + --- 10 + 11 + A lot has happened in the first quarter of 2024. We have been working hard to 12 + improve OpenStatus and make it the best open source platform for monitoring the 13 + performance of your services. 14 + 15 + ## Metrics ๐Ÿ“ˆ 16 + 17 + Our MRR has increased by 108% compared to the last quarter of 2023 and our new 18 + [pricing](https://www.openstatus.dev/blog/our-new-pricing-explained). 19 + 20 + <Image 21 + alt="New users per week" 22 + src="/assets/posts/q1-2024-update/chart.png" 23 + width={650} 24 + height={575} 25 + /> 26 + 27 + We grew our user base by 38% and now have over 3000 users on the platform. 28 + 29 + ## Product Updates ๐Ÿš€ 30 + 31 + We have shipped a lot of new features in the first quarter of 2024, just to name 32 + a few: 33 + 34 + - Reworked our dashboard 35 + - Terraform Providers 36 + - Request Assertion 37 + - Monitor Tags 38 + - Auto Resolved Incidents 39 + 40 + But you should check out our [changelog](https://www.openstatus.dev/changelog) 41 + for a complete list of updates. 42 + 43 + ## Team Update ๐Ÿ‘ฅ 44 + 45 + Thibault went full time on OpenStatus in March 2024 and got father. 46 + 47 + <Tweet id="1763937576929333658" /> 48 + 49 + ## What to expect for the next quarter? ๐Ÿค” 50 + 51 + We are slowly rolling out Real User Monitoring (RUM) to all users. If you want 52 + to be opted in in the beta program, send an email to 53 + [ping@openstatus.dev](mailto:ping@openstatus.dev). 54 + 55 + We are also working hard on improving our synthetic monitoring amd making it 56 + more reliable. 57 + 58 + We are also planing on making the platform more easily self hosted and remove 59 + most of the external services we rely on. We want to switch from Clerk to either 60 + NextAuth V5 or Lucia.