-
Notifications
You must be signed in to change notification settings - Fork 886
chore(docs): rename pdp #7558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(docs): rename pdp #7558
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -56,11 +56,11 @@ To see more examples, visit our [examples repo](https://github.com/prisma/prisma | |||||
|
|
||||||
| ## Grow with Prisma | ||||||
|
|
||||||
| Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Data Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications! | ||||||
| Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications! | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Two grammatical errors slipped into this sentence. The rebranding itself is correct, but the sentence has two prose issues:
✏️ Proposed fix-Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
+Prisma Accelerate takes features built into Prisma ORM and builds upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free on the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| Improving developer experience doesn’t stop at Accelerate. Prisma is building and expanding our products, such as [Prisma Optimize](https://www.prisma.io/optimize) and [Prisma Postgres](https://www.prisma.io/postgres), to improve every aspect of Data DX and we’d love to hear what you think. Join our community and learn more about our products below. | ||||||
|
|
||||||
| Accelerate and Optimize build on Prisma ORM through [Prisma Client Extensions](/v6/orm/prisma-client/client-extensions). This opens up features that we couldn’t include in the ORM like globally-optimized caching and connection pooling. Create a free [Prisma Data Platform](https://console.prisma.io/login) account and explore how Accelerate can help you build scalable, high-performance applications! | ||||||
| Accelerate and Optimize build on Prisma ORM through [Prisma Client Extensions](/v6/orm/prisma-client/client-extensions). This opens up features that we couldn’t include in the ORM like globally-optimized caching and connection pooling. Create a free [Prisma Developer Platform](https://console.prisma.io/login) account and explore how Accelerate can help you build scalable, high-performance applications! | ||||||
|
|
||||||
| Improving developer experience doesn’t stop at Prisma Postgres, Accelerate and Optimize. Prisma is building and expanding our products to improve every aspect of Data DX and we’d love to hear what you think. Join our community and learn more about our products below | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
Prisma console.prisma.io current platform name branding 2026💡 Result:
As of February 24, 2026, console.prisma.io is branded as Prisma Console (“Console” in Prisma’s docs). (prisma.io)
In Prisma’s current branding/docs, Prisma Console is the web platform used to manage/configure Prisma’s hosted products (notably Prisma Accelerate, Prisma Optimize, and Prisma Postgres). (prisma.io)
Citations:
🏁 Script executed:
Repository: prisma/web
Length of output: 1496
🏁 Script executed:
Repository: prisma/web
Length of output: 569
🏁 Script executed:
Repository: prisma/web
Length of output: 569
Update branding references to match console.prisma.io's actual label.
The docs now reference "Prisma Developer Platform", but the console itself is currently branded as Prisma Console in Prisma's documentation. A reader clicking the link will encounter a mismatch between the label in the docs and the actual page title.
This affects three files:
Either update all three references to "Prisma Console" or align the console's branding documentation with this new label before shipping.
🤖 Prompt for AI Agents