Skip to content

feat(site): update copy for landing pages#7892

Open
mhartington wants to merge 3 commits into
mainfrom
page-copy-upates
Open

feat(site): update copy for landing pages#7892
mhartington wants to merge 3 commits into
mainfrom
page-copy-upates

Conversation

@mhartington
Copy link
Copy Markdown
Member

@mhartington mhartington commented May 11, 2026

Summary by CodeRabbit

  • Documentation
    • Updated Prisma Postgres marketing to emphasize managed PostgreSQL for modern/serverless apps with built-in connection pooling, pgvector, encryption, tenant isolation, and new CTAs.
    • Revised Prisma ORM page copy, hero/feature cards, and CTAs to highlight declarative migrations, schema-driven queries, and broader DB support.
    • Refreshed site content/configuration, tabs, and SEO/structured-data across Postgres and ORM pages.

Review Change Stack

@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

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

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment May 11, 2026 3:00pm
docs Ready Ready Preview, Comment May 11, 2026 3:00pm
eclipse Ready Ready Preview, Comment May 11, 2026 3:00pm
site Ready Ready Preview, Comment May 11, 2026 3:00pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a5f4d209-2352-41ae-930d-d27afe051d88

📥 Commits

Reviewing files that changed from the base of the PR and between b6d30c5 and aae93a2.

📒 Files selected for processing (1)
  • apps/site/src/app/postgres/page.tsx
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/site/src/app/postgres/page.tsx

Walkthrough

This PR updates marketing copy, SEO/structured-data, and product-data content across Prisma Postgres and Prisma ORM pages plus the generated LLM content snippet. All edits are string/content changes; no exported APIs or runtime behavior were modified.

Changes

Prisma Product Marketing Messaging

Layer / File(s) Summary
SEO & Metadata Foundation
apps/site/src/app/postgres/page.tsx, apps/site/src/app/orm/page.tsx
Updated JSON-LD/structured-data and metadata title/description strings to reflect managed Postgres for serverless deployments and schema-driven ORM messaging.
Postgres Product Configuration
apps/site/src/data/postgres.json
Rewrote tabs, tab bodies, stack tile wording, and made_for audience descriptions to focus on "Create DB", ORM/raw-SQL flexibility, Prisma integration, preview/CI, and query insights.
Postgres Hero & Feature Cards
apps/site/src/app/postgres/page.tsx
Replaced hero H1 and two-column feature card content to emphasize built-in connection pooling for serverless apps, standard Postgres compatibility, and direct Prisma ORM integration.
Postgres Supporting Sections
apps/site/src/app/postgres/page.tsx
Updated section headings, pricing CTA ("Start free, scale with usage"), workflows heading, quickstart/YouTube title, and footer CTA copy.
Generated LLM Content Alignment
apps/site/src/app/llms-content.ts
Updated buildLlmsFullContent() Prisma Postgres section title, description, and feature bullets to match the new serverless-focused positioning.
ORM Product Hero & CTAs
apps/site/src/app/orm/page.tsx
Replaced ORM hero H1/paragraph and CTAs to "Start with Prisma ORM" and added "Explore Prisma Client"; updated supported-database wording.
ORM Feature Cards & List
apps/site/src/app/orm/page.tsx
Rewrote three-column feature grid (added "Agentic workflows"), updated TypeScript guarantees copy, changed benchmarks CTA, and replaced features entries with declarative-migrations/schema-generated-queries/schema-as-source-of-truth.
ORM Supporting Sections
apps/site/src/app/orm/page.tsx
Adjusted small layout className, standardized web-CTA messaging, refreshed footer CTAs and links.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating marketing copy across multiple landing pages (ORM, Postgres, and llms-content files).
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link
Copy Markdown

argos-ci Bot commented May 11, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - May 11, 2026, 3:07 PM

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@apps/site/src/app/orm/page.tsx`:
- Line 245: Replace the outdated URL string
"https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/overview"
with the canonical destination
"https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/mental-model"
wherever that link property appears in the file (i.e., update the link: "..."
value shown in the diff).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e8d9113f-92b0-4d4c-acb1-4a4ae0c84860

📥 Commits

Reviewing files that changed from the base of the PR and between e9ef439 and ed20794.

📒 Files selected for processing (4)
  • apps/site/src/app/llms-content.ts
  • apps/site/src/app/orm/page.tsx
  • apps/site/src/app/postgres/page.tsx
  • apps/site/src/data/postgres.json

Comment thread apps/site/src/app/orm/page.tsx Outdated
Clarify the ORM hero messaging and point the Prisma Migrate feature card at the canonical docs URL.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant