Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Contributor
There was a problem hiding this comment.
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. | | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.