···11<p align="center" style="margin-top: 120px">
2233- <h3 align="center">The Open-source Status Page and Alerting System
33+ <h3 align="center">The Open-source Uptime Monitoring with Status Page
44 </h3>
5566 <p align="center">
77- The Atlassian's Statuspage Open Source Alternative.
77+ The BetterUptime Open Source Alternative.
88 <br />
99 <a href="https://www.openstatus.dev"><strong>Learn more »</strong></a>
1010 <br />
···21212222## About OpenStatus
23232424-OpenStatus is open-source status page and alerting system. We are building it
2525-publicly for everyone to see our progress. We believe great softwares are built
2626-this way.
2424+OpenStatus is open-source monitoring system with beautiful status page. We are
2525+building it publicly for everyone to see our progress. We believe great
2626+softwares are built this way.
27272828You can choose to host it yourself or use our hosted version at
2929[openstatus.dev](https://www.openstatus.dev)
+1-2
apps/web/src/app/layout.tsx
···44import { Inter } from "next/font/google";
55import LocalFont from "next/font/local";
66import { ClerkProvider } from "@clerk/nextjs";
77-import { Analytics } from "@vercel/analytics/react";
87import PlausibleProvider from "next-plausible";
98109import { TailwindIndicator } from "@/components/tailwind-indicator";
···21202221const TITLE = "OpenStatus";
2322const DESCRIPTION =
2424- "Open-Source alternative to your current status page and monitoring service.";
2323+ "Open-Source uptime monitoring with beautiful status pages.";
25242625export const metadata: Metadata = {
2726 title: TITLE,