From 403d80c44b641a706bb0b1ae47305b6f6503d023 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:00:47 +0200 Subject: [PATCH 1/3] copy(site): align touched marketing pages with messaging skills Apply the Prisma communication skills (prisma-copy-review + prisma-product-messaging) to the user-facing copy on the marketing pages that PR #7859 touches. Copy-only edits; no structural, logic, or factual/pricing changes. - Remove em/en dashes from prose (startups testimonial + body, etc.). - Cut fluff, empty slogans, and vague intensifiers (seamless, powerful, "ship with confidence", "stay ahead in the game", "peak performance", "ultimate tool", "scale without limits", "core competencies", ...) and replace with concrete workflow/outcome language. - Fix mid-sentence capitalization (Build, Fortify, Grows, Pricing, Database) and tighten run-ons. - Correct product naming: Prisma Accelerate, Prisma Console (was "Prisma Data Platform"/"Platform Console"), VS Code (was VSCode), Management API; "Prisma ORM" instead of "the Prisma ORM". Pages: orm, postgres, enterprise, mcp, startups, query-insights, partners, community, ecosystem, studio. Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/site/src/app/community/page.tsx | 2 +- apps/site/src/app/ecosystem/page.tsx | 10 +++--- apps/site/src/app/enterprise/page.tsx | 32 +++++++++---------- apps/site/src/app/mcp/page.tsx | 2 +- apps/site/src/app/orm/page.tsx | 22 ++++++------- apps/site/src/app/partners/page.tsx | 39 +++++++++++------------ apps/site/src/app/postgres/page.tsx | 16 ++++------ apps/site/src/app/query-insights/page.tsx | 5 +-- apps/site/src/app/startups/page.tsx | 14 ++++---- apps/site/src/app/studio/page.tsx | 34 ++++++++++---------- 10 files changed, 85 insertions(+), 91 deletions(-) diff --git a/apps/site/src/app/community/page.tsx b/apps/site/src/app/community/page.tsx index 1ac7a6e508..d1fab3c160 100644 --- a/apps/site/src/app/community/page.tsx +++ b/apps/site/src/app/community/page.tsx @@ -6,7 +6,7 @@ import { meetups, type Meetup } from "../events/events-data"; export const metadata = createPageMetadata({ title: "Community | Prisma", description: - "Have a question, idea, or contribution for the Prisma ORM? You are not alone! Join hundreds of thousands of Prisma developers.", + "Have a question, idea, or contribution for Prisma ORM? You are not alone. Join hundreds of thousands of Prisma developers.", path: "/community", ogImage: "/og/og-community.png", }); diff --git a/apps/site/src/app/ecosystem/page.tsx b/apps/site/src/app/ecosystem/page.tsx index 516e27c331..f5ef24195c 100644 --- a/apps/site/src/app/ecosystem/page.tsx +++ b/apps/site/src/app/ecosystem/page.tsx @@ -18,8 +18,8 @@ const twoCol = [ Postgres that
fits your stack.

- Works with your existing stack, wherever you deploy.Your choice of ORM, frameworks, and - tools, they all just connect. + Works with your existing stack, wherever you deploy. Connect your choice of ORM, + frameworks, and tools.

), @@ -39,8 +39,8 @@ const twoCol = [ Real Postgres.
Better experience.

- The PostgreSQL millions know and trust in production, ready in seconds with zero - configuration. Automatic backups, observability and compliance. + The PostgreSQL millions know and trust in production, ready quickly without manual + configuration. Includes automatic backups, observability, and compliance.

), @@ -72,7 +72,7 @@ export default function SiteHome() { Prisma Ecosystem

- Explore the wide variety of tools created by our amazing community. + Explore the wide variety of tools created by the Prisma community.

- Prisma acts as your comprehensive enterprise data toolset, simplifying database - interactions and reducing complexity so developers can focus on business logic. + Prisma simplifies database interactions and reduces complexity, so developers can focus + on business logic instead of infrastructure plumbing.

diff --git a/apps/site/src/app/mcp/page.tsx b/apps/site/src/app/mcp/page.tsx index 692a444fd5..6c505044da 100644 --- a/apps/site/src/app/mcp/page.tsx +++ b/apps/site/src/app/mcp/page.tsx @@ -42,7 +42,7 @@ const heroFeatures: McpHeroFeature[] = [ line1: "Works with any", line2: "AI agent", }, - { icon: "fa-light fa-bolt", line1: "Super quick", line2: "2-minute setup" }, + { icon: "fa-light fa-bolt", line1: "Quick", line2: "2-minute setup" }, { icon: "fa-light fa-lock", line1: "Enterprise-grade", diff --git a/apps/site/src/app/orm/page.tsx b/apps/site/src/app/orm/page.tsx index 0b4422ca3c..6f7838c3bf 100644 --- a/apps/site/src/app/orm/page.tsx +++ b/apps/site/src/app/orm/page.tsx @@ -75,7 +75,7 @@ const twoCol = [ Why Prisma ORM

- Delightful DB workflows + Database workflows without the friction

@@ -110,8 +110,8 @@ const twoCol = [ Works with your favorite databases and frameworks

- Prisma's compatibility with popular tools ensures no stack lock-in, lower integration - costs, and smooth transitions. + Prisma ORM works with popular databases and tools, so you avoid stack lock-in and reduce + integration costs.

Learn more @@ -202,12 +202,12 @@ const twoCol_2 = [ const twoCol_3 = [ { icon: "/icons/technologies/vscode.svg", - title: "Extra ergonomy in VS Code", + title: "Built for VS Code", description: - "Auto-completion, linting, formatting and more help Prisma developers in VSCode stay confident and productive.", + "Auto-completion, linting, and formatting help Prisma developers in VS Code catch errors early and stay productive.", btn: { url: "https://marketplace.visualstudio.com/items?itemName=Prisma.prisma", - label: "Download Prisma VSCode Extension", + label: "Download Prisma VS Code Extension", icon: "fa-regular fa-arrow-up-right", }, }, @@ -243,7 +243,7 @@ const features = [ }, { title: "Data model you can read", - subtitle: "The Prisma schema is intuitive and easy to use", + subtitle: "The Prisma schema is intuitive and easy to read.", image: "/illustrations/orm/collaborative", alt: "Collaborative work", icon: "fa-light fa-screen-users", @@ -291,8 +291,8 @@ export default function ORM() {

- Prisma ORM elevates developer experience with intuitive data modeling, automated - migrations, and type-safety. + Prisma ORM gives you intuitive data modeling, automated migrations, and type-safety + across PostgreSQL, MySQL, SQLite, MongoDB, and more.

@@ -275,13 +273,13 @@ export default async function SiteHome() { See Postgres in action

- See how to get started in just a couple of minutes, with Prisma Postgres. + See how to get started with Prisma Postgres in a couple of minutes.

@@ -309,7 +307,7 @@ export default async function SiteHome() {
diff --git a/apps/site/src/app/query-insights/page.tsx b/apps/site/src/app/query-insights/page.tsx index 0f16d80b4b..dc812c5bba 100644 --- a/apps/site/src/app/query-insights/page.tsx +++ b/apps/site/src/app/query-insights/page.tsx @@ -116,7 +116,7 @@ export default async function Page() {

Query Insights groups your queries, tracks execution time and read volume, and - shows you which query shapes are driving performance issues, in one single + shows you which query shapes are driving performance issues, all in one overview page.

@@ -140,7 +140,8 @@ export default async function Page() {

See which code-level query is causing slow responses or increased load. Prisma - ORM queries get exclusive attribution. All other SQL queries are visible too. + ORM queries are attributed to the code that ran them. All other SQL queries + are visible too.

), diff --git a/apps/site/src/app/startups/page.tsx b/apps/site/src/app/startups/page.tsx index 4ceeb565d8..0f77e28fb0 100644 --- a/apps/site/src/app/startups/page.tsx +++ b/apps/site/src/app/startups/page.tsx @@ -55,7 +55,7 @@ const testimonials = [ { quote: ( <> - Entire SaaS businesses have been built on top of the Prisma ecosystem— including OSS ones + Entire SaaS businesses have been built on top of the Prisma ecosystem, including OSS ones like Dub.co. Have been loving the recent performance improvements as well ), @@ -101,8 +101,8 @@ export default function StartupsPage() { for Startups?

- Building a startup is hard – your tools shouldn't be. You need infra that grows - with you: flexible, powerful, and built to scale. + Building a startup is hard. Your tools shouldn't be. You need infrastructure + that grows with you: flexible and built to scale.

Apply if you're building a software product or service with an active website @@ -128,7 +128,7 @@ export default function StartupsPage() {

{b.title}
- – {b.description} + {b.description}
))} @@ -201,10 +201,8 @@ export default function StartupsPage() { {/* Info box */}

- Prisma empowers you to innovate faster with the most reliable and developer-friendly - database infrastructure. Build with confidence, scale without limits, and deliver - exceptional experiences to your global audience—all while staying focused on what - matters: your product. + Prisma gives you developer-friendly database infrastructure so you can build and scale + your product while staying focused on what matters: shipping to your users.