···66 Palette,
77 PanelTop,
88 Table,
99+ Terminal,
910} from "lucide-react";
1011import type { Metadata } from "next";
1112···5859 "Get speed insights for your api, website from multiple regions. No account needed.",
5960 icon: Gauge,
6061 variant: "primary",
6262+ },
6363+ {
6464+ href: "/play/curl",
6565+ title: "cURL Builder",
6666+ description: "Easily generate curl commands to test your API endpoints.",
6767+ icon: Terminal,
6168 },
6269 {
6370 href: "/public/monitors/1",
+1-1
apps/web/src/app/shared-metadata.ts
···2233export const TITLE = "OpenStatus";
44export const DESCRIPTION =
55- "A better way to monitor your API and your website. Don't let downtime or a slow response time ruin your user experience. Try OpenStatus the open-source synthetic monitoring platform for free!";
55+ "A better way to monitor your API and your website. Don't let downtime or a slow response time ruin your user experience. Try the open-source synthetic monitoring platform for free!";
6677export const defaultMetadata: Metadata = {
88 title: {
···11+---
22+title: cURL Builder
33+description: An online curl command line builder. Generate curl commands to test your API endpoints.
44+image: /assets/changelog/curl-builder-playground.png
55+publishedAt: 2024-11-14
66+---
77+88+An online curl command line builder. Generate curl commands to test your API endpoints.
99+1010+Go to the **[Playground](/play/curl)** and test it.