From e25346bcabaca207392d753f3e61d2b69513776c Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:13:25 +0200 Subject: [PATCH 1/7] docs(compute): add pricing page and link to it from pricing page and blogs Add a Prisma Compute pricing docs page covering the expected production rates, worked cost examples, the billing formula, and what is not billed, adapted to the Compute docs voice. Wire it into the Compute nav, link to it from the site pricing page's Compute section, and cross-link from the Compute public beta and Bun Rust rewrite posts. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../bun-rust-rewrite-prisma-compute/index.mdx | 2 +- .../index.mdx | 2 +- apps/docs/content/docs/compute/meta.json | 1 + apps/docs/content/docs/compute/pricing.mdx | 116 ++++++++++++++++++ .../src/app/pricing/pricing-page-content.tsx | 9 +- 5 files changed, 127 insertions(+), 3 deletions(-) create mode 100644 apps/docs/content/docs/compute/pricing.mdx diff --git a/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx b/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx index b51856ffc8..1676465d9c 100644 --- a/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx +++ b/apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx @@ -99,7 +99,7 @@ A benchmark tells you one kind of truth, and a minimal repro isolates another. B This is the feedback loop open-source runtimes need. We hit failures in production, reduced them to reports someone could act on, and watched the Rust rewrite resolve several of them. We launched on the build that behaved better, and we'll keep sending what we learn upstream. -[Prisma Compute is in public beta](https://pris.ly/compute-blog-pb) now. To try it out, sign in once: +[Prisma Compute is in public beta](https://pris.ly/compute-blog-pb) now, and [free to use during the beta](https://docs.prisma.io/docs/compute/pricing). To try it out, sign in once: ```bash bunx @prisma/cli@latest auth login diff --git a/apps/blog/content/blog/launching-prisma-compute-public-beta/index.mdx b/apps/blog/content/blog/launching-prisma-compute-public-beta/index.mdx index ff69905a8d..2a5a32a1a7 100644 --- a/apps/blog/content/blog/launching-prisma-compute-public-beta/index.mdx +++ b/apps/blog/content/blog/launching-prisma-compute-public-beta/index.mdx @@ -46,7 +46,7 @@ With Prisma Compute, Prisma becomes a platform for product builders who want to ## Try it -Compute is in public beta starting today. Sign in once with `bunx @prisma/cli@latest auth login`, the one step that needs a human, then point your coding agent at your project and tell it: +Compute is in public beta starting today, and free to use while in beta (see the [expected pricing](https://docs.prisma.io/docs/compute/pricing) for when production billing turns on). Sign in once with `bunx @prisma/cli@latest auth login`, the one step that needs a human, then point your coding agent at your project and tell it:

- Prisma Compute is in Public Beta. We'll share pricing soon. + Prisma Compute is free during Public Beta. See the{" "} + + expected pricing + {" "} + for when production billing turns on.