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..5b45dff69f 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://pris.ly/pricing-compute). 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..408f6ddc17 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://pris.ly/pricing-compute) 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: -
-