You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
site: price Compute alongside Postgres on the pricing page
Compute GA: the pricing page now covers both products as equals.
- Plan cards: symmetric labelled groups per card — Prisma Compute
(included allowance), Prisma Postgres, and Platform (spend limits,
compliance)
- Compare-plans table: new Prisma Compute group with included/overage
row pairs at the GA meter rates; "Database usage" renamed
"Prisma Postgres" and Monthly price hoisted above the product groups
- How-it-works and FAQ copy updated for GA (no more beta hedging);
egress answer scoped to Postgres now that Compute bills bandwidth
- Meter rates added to pricing-data.ts and the llms surfaces
⚠ Compute *included allowance* numbers in the cards and table are
placeholders to establish the format — real figures TBD (rates are
the confirmed GA meter prices).
"Prisma Postgres plan details, included usage, database limits, support levels, and compliance coverage.",
51
+
"Usage-based pricing for the whole stack: Prisma Compute app hosting rates, Prisma Postgres plan details, included usage, database limits, support levels, and compliance coverage.",
52
52
},
53
53
{
54
54
path: "/enterprise",
@@ -195,8 +195,8 @@ Key Prisma MCP Server capabilities:
195
195
## Pricing
196
196
197
197
URL: ${toAbsoluteUrl(baseUrl,"/pricing")}
198
-
Title: Pricing — Prisma Postgres Plans & Features
199
-
Description: Get started for free with Prisma Postgres. Choose the right plan for your workspace based on your project requirements.
198
+
Title: Pricing — Prisma Compute & Prisma Postgres
199
+
Description: Usage-based pricing for the whole stack. Get started for free, choose the right Prisma Postgres plan for your workspace, and pay for Prisma Compute app hosting by use.
Copy file name to clipboardExpand all lines: apps/site/src/app/pricing/page.tsx
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,15 @@ import { TestimonialsReveal } from "@/components/sections/testimonials-reveal";
12
12
exportconstmetadata: Metadata={
13
13
title: "Pricing",
14
14
description:
15
-
"Usage-based pricing by operation — pay for the queries your app runs, not seats or deploys. Free tier with no time limit, hard spend limits on every paid plan.",
15
+
"Usage-based pricing for your whole stack — Prisma Compute app hosting and Prisma Postgres databases. Pay for the work your app does, not seats or deploys. Free tier with no time limit, hard spend limits on every paid plan.",
16
16
};
17
17
18
18
// Built from the approved V2 pricing copy, in V2's order (CTA then FAQs).
19
+
// Compute GA launch (Shane, 2026-08-24): Compute pricing lives inside the
20
+
// existing structures — included allowances on the plan cards, rates and
21
+
// allowances as a group in the spec table — NOT as a separate section, hero
22
+
// subhead, or strip (all three were tried and removed on Shane's feedback:
23
+
// "we already have a table for these things").
19
24
// "Every plan includes" is the right-hand column of PricingHowItWorks; the
20
25
// calculator's three entry points double as its preset selector.
"Yes. Prisma ORM is open source and will always be free. The paid plans cover Prisma Postgres (managed database hosting) and Prisma Compute (app hosting, currently in public beta).",
21
+
"Yes. Prisma ORM is open source and will always be free. The paid plans cover Prisma Postgres (managed database hosting) and Prisma Compute (app hosting).",
16
22
},
17
23
{
18
24
question: "What happens if I exceed my plan's operations?",
answer: "No. Unlimited data transfer is included with Prisma Postgres on all plans.",
30
+
answer:
31
+
"Not for your database — unlimited data transfer is included with Prisma Postgres on all plans. Apps hosted on Prisma Compute pay for outbound bandwidth at $0.025 per GB, as part of Compute's usage-based pricing.",
"Prisma Compute is TypeScript app hosting built to run alongside Prisma Postgres — co-located on the same infrastructure so your app and database are always next to each other. It's currently in public beta. Pricing will be published before general availability.",
40
+
"Prisma Compute is TypeScript app hosting built to run alongside Prisma Postgres — co-located on the same infrastructure so your app and database are always next to each other. It's billed on usage across four meters — requests, provisioned memory, active CPU, and outbound bandwidth — and an idle app scales to zero and costs nothing.",
34
41
},
35
42
{
36
43
question: "Is there custom pricing for high-volume teams?",
0 commit comments