Skip to content

chore: compliance positioning#1978

Merged
mxkaske merged 7 commits intomainfrom
chore/compliance-positioning
Mar 13, 2026
Merged

chore: compliance positioning#1978
mxkaske merged 7 commits intomainfrom
chore/compliance-positioning

Conversation

@mxkaske
Copy link
Member

@mxkaske mxkaske commented Mar 13, 2026

No description provided.

@vercel
Copy link

vercel bot commented Mar 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openstatus-web Ready Ready Preview, Comment Mar 13, 2026 4:11pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
openstatus-dashboard Skipped Skipped Mar 13, 2026 4:11pm
openstatus-status-page Skipped Skipped Mar 13, 2026 4:11pm

Request Review

@vercel vercel bot temporarily deployed to Preview – openstatus-dashboard March 13, 2026 15:25 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-status-page March 13, 2026 15:25 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-status-page March 13, 2026 15:51 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-dashboard March 13, 2026 15:51 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-status-page March 13, 2026 15:53 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-dashboard March 13, 2026 15:53 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-dashboard March 13, 2026 15:56 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-status-page March 13, 2026 15:56 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-dashboard March 13, 2026 16:01 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-status-page March 13, 2026 16:01 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-status-page March 13, 2026 16:08 Inactive
@vercel vercel bot temporarily deployed to Preview – openstatus-dashboard March 13, 2026 16:08 Inactive
@mxkaske mxkaske requested a review from Copilot March 13, 2026 16:13
@mxkaske mxkaske merged commit 644a873 into main Mar 13, 2026
16 checks passed
@mxkaske mxkaske deleted the chore/compliance-positioning branch March 13, 2026 16:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the marketing/compliance positioning on the web app, adds a new “Use Cases” content type/route, and consolidates product content around the uptime monitoring page (with redirects from removed legacy product pages).

Changes:

  • Refreshes homepage + global metadata copy to emphasize SOC 2 / compliance readiness.
  • Introduces MDX-backed “Use Cases” section (content, navigation, search, sitemap, and routes).
  • Consolidates/removes standalone product pages (API monitoring, monitoring-as-code, private locations) and adds permanent redirects to /uptime-monitoring.

Reviewed changes

Copilot reviewed 23 out of 25 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
apps/web/src/styles/globals.css Adjusts typography spacing; updates prose heading styles and HR spacing.
apps/web/src/lib/metadata/shared-metadata.ts Updates default homepage title/description + OG description copy.
apps/web/src/data/content.ts Adds Use Cases + Blog/Changelog sections to footer and adds Use Cases to header resources.
apps/web/src/content/utils.ts Adds getUseCasePages() and registers "use-case" as a supported page type.
apps/web/src/content/pages/use-case/open-source.mdx New “Open Source” use-case landing content.
apps/web/src/content/pages/use-case/crypto.mdx New “Crypto” use-case landing content.
apps/web/src/content/pages/use-case/compliance.mdx New “Compliance / SOC 2” use-case landing content.
apps/web/src/content/pages/use-case/api-providers.mdx New “API Infrastructure” use-case landing content.
apps/web/src/content/pages/unrelated/pricing.mdx Reorders/updates pricing table rows for monitors + alerts.
apps/web/src/content/pages/unrelated/about.mdx Updates “About” narrative + positioning copy.
apps/web/src/content/pages/product/uptime-monitoring.mdx Expands uptime monitoring page to cover API monitoring, monitoring-as-code, and private locations.
apps/web/src/content/pages/product/private-locations.mdx Removes standalone legacy product page.
apps/web/src/content/pages/product/monitoring-as-code.mdx Removes standalone legacy product page.
apps/web/src/content/pages/product/api-monitoring.mdx Removes standalone legacy product page.
apps/web/src/content/pages/home.mdx Updates homepage headline/FAQ/sections to focus on compliance readiness and trust signals.
apps/web/src/content/listing.ts Adds Use Cases to generated listings.
apps/web/src/content/cmdk.tsx Adds Use Cases as a CmdK search group.
apps/web/src/app/sitemap.ts Adds Use Cases URLs to sitemap generation.
apps/web/src/app/api/search/route.ts Includes Use Cases content in search index.
apps/web/src/app/(landing)/use-case/page.tsx New /use-case listing page with metadata.
apps/web/src/app/(landing)/use-case/[slug]/page.tsx New statically-generated use-case detail pages with JSON-LD.
apps/web/next.config.ts Adds permanent redirects from removed legacy product routes to /uptime-monitoring.
apps/dashboard/src/data/plans.ts Reorders feature group config (including monitors group placement).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.


You can set a **degraded at** and **timeout** threshold whenever required. We will send you a notification whenever the responses exceed the thresholds.

#### Open Telemetry
```yaml
# yaml-language-server: $schema=https://www.openstatus.dev/schema.json
uptime-monitor:
name: "Graphql"

.prose hr {
@apply my-4 border-border;
@apply my-6
Comment on lines +55 to +58
items: useCases.map((page) => ({
label: page.metadata.title,
href: `/use-case/${page.slug}`,
})),
@@ -31,8 +20,19 @@ category: "company"
| **Audience** | | | |
| Password Protection | | + | + |
| Email Authentification | | $100/mo. | $100/mo. |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants