Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

✏️ some improvment (#862)

authored by

Thibault Le Ouay and committed by
GitHub
18ce66de 030f4e4b

+17 -18
+2 -2
README.md
··· 8 8 </a> 9 9 </p> 10 10 11 - <p align="center">The Open-Source frontend performance monitoring platform. 11 + <p align="center">The Open-Source performance monitoring platform. 12 12 <br /> 13 13 <a href="https://www.openstatus.dev"><strong>Learn more »</strong></a> 14 14 <br /> ··· 25 25 26 26 ## About OpenStatus 🏓 27 27 28 - OpenStatus is open-source frontend monitoring platform. 28 + OpenStatus is open-source performance monitoring platform. 29 29 30 30 - **Synthetic monitoring**: Monitor your website and APIs worldwide and receive 31 31 notifications when they are down or slow.
+1 -1
apps/web/src/app/shared-metadata.ts
··· 2 2 3 3 export const TITLE = "OpenStatus"; 4 4 export const DESCRIPTION = 5 - "A better way to monitor your API and your frontend performance. Don't let downtime or slow page loading ruin your user experience. Speed Matters ⚡."; 5 + "A better way to monitor your API and your website. Don't let downtime or a slow response time ruin your user experience. Speed Matters ⚡."; 6 6 7 7 export const defaultMetadata: Metadata = { 8 8 title: {
+2
apps/web/src/components/icons.tsx
··· 5 5 Book, 6 6 Bot, 7 7 Calendar, 8 + Camera, 8 9 CandlestickChart, 9 10 Check, 10 11 Clock, ··· 108 109 "candlestick-chart": CandlestickChart, 109 110 ratio: Ratio, 110 111 user: UserCircle, 112 + camera: Camera, 111 113 discord: ({ ...props }: LucideProps) => ( 112 114 <svg viewBox="0 0 640 512" {...props}> 113 115 <path
+3 -3
apps/web/src/components/marketing/alert/timeline.tsx
··· 29 29 <div 30 30 className={cn( 31 31 "rounded-full border bg-background p-2", 32 - icon.borderColor, 32 + icon.borderColor 33 33 )} 34 34 > 35 35 <Icon className={cn("h-4 w-4", icon.textColor)} /> ··· 88 88 }, 89 89 }, 90 90 { 91 - label: "Grafana alert", 91 + label: "Screenshot captured", 92 92 date: new Date("03.12.2023, 19:14:55"), 93 93 message: "3 incoming notifications from Grafana.", 94 94 icon: { 95 - name: "webhook", 95 + name: "camera", 96 96 textColor: "text-amber-500", 97 97 borderColor: "border-amber-500/40", 98 98 },
+3 -4
apps/web/src/components/marketing/hero.tsx
··· 27 27 <h1 28 28 className={cn( 29 29 "font-cal text-4xl text-foreground md:text-6xl", 30 - "bg-gradient-to-tl from-0% from-[hsl(var(--muted))] to-40% to-[hsl(var(--foreground))] bg-clip-text text-transparent", 30 + "bg-gradient-to-tl from-0% from-[hsl(var(--muted))] to-40% to-[hsl(var(--foreground))] bg-clip-text text-transparent" 31 31 )} 32 32 > 33 33 A better way to monitor your services. 34 34 </h1> 35 35 <p className="mx-auto max-w-md text-lg text-muted-foreground md:max-w-xl md:text-xl"> 36 - Monitor your API and website from 6 continents, detect some 37 - performance issues and receive notifications before your users are 38 - affected. 36 + Monitor your API and website globally, identify performance issues, 37 + downtime and receive alerts before your users are affected. 39 38 </p> 40 39 </div> 41 40 <div className="my-4 grid gap-2 sm:grid-cols-2">
+4 -6
apps/web/src/components/marketing/pricing/enterprice-plan.tsx
··· 6 6 <div className="flex-1"> 7 7 <div className="flex items-end justify-between gap-4"> 8 8 <div> 9 - <p className="mb-2 font-cal text-xl">Enterprise</p> 9 + <p className="mb-2 font-cal text-xl">Custom</p> 10 10 <p className="text-muted-foreground"> 11 - Dedicated support and needs for your company. 11 + Want more regions? Want to host it on your own server? Want 12 + something else? We can help you with that. 12 13 </p> 13 14 </div> 14 - <p className="shrink-0"> 15 - <span className="font-cal text-2xl">Lets talk</span> 16 - </p> 17 15 </div> 18 16 </div> 19 17 <div> ··· 23 21 target="_blank" 24 22 rel="noreferrer" 25 23 > 26 - Schedule call 24 + Talk to us 27 25 </a> 28 26 </Button> 29 27 </div>
+2 -2
apps/web/src/config/features.ts
··· 84 84 features: [ 85 85 { 86 86 icon: "sparkles", 87 - catchline: "Connect.", 87 + catchline: "Reduce fagitue.", 88 88 description: 89 - "Aggregate alerts from all your monitoring services (Grafana, Datadog) and use our AI to make them actionable.", 89 + "Reduce your alerts fatigue with automatic noise reduction.", 90 90 badge: "Coming soon", 91 91 }, 92 92 {