Skip to content

docs(compute): add Prisma Compute pricing page#7952

Merged
ankur-arch merged 7 commits into
mainfrom
compute-pricing-docs
Jun 16, 2026
Merged

docs(compute): add Prisma Compute pricing page#7952
ankur-arch merged 7 commits into
mainfrom
compute-pricing-docs

Conversation

@ankur-arch

@ankur-arch ankur-arch commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

What

Adds a Prisma Compute pricing docs page and points everyone who looks for Compute pricing to it.

New page — apps/docs/content/docs/compute/pricing.mdx

Adapts the drafted pricing content into the Compute docs voice (flowing prose, no em dashes, standard frontmatter, internal cross-links). Covers:

  • Expected per-meter rates (requests, provisioned memory, active CPU, outbound bandwidth)
  • Three worked cost examples (preview, agent, high-transfer workflows)
  • The billing formula
  • What is not billed separately
  • Beta status and the bandwidth caveat

Added to the Compute nav under More (meta.json).

Cross-links to the pricing page (via https://pris.ly/pricing-compute)

  • Site pricing page (pricing-page-content.tsx): the Compute section said "We'll share pricing soon" — now notes it's free during Public Beta and links to pricing.
  • Compute marketing page (app/compute/page.tsx): added a See pricing button in the hero, with a "Free while in public beta" note.
  • Compute FAQ (faq.mdx): new "Is Prisma Compute free?" entry that answers yes-during-beta and links to pricing.
  • Blog: Launching Prisma Compute in Public Beta and Bun Rust rewrite on Prisma Compute: free-during-beta note linking to pricing.

Notes

  • All numbers, rates, and examples are preserved verbatim from the source draft; only prose was adapted to match docs style.
  • External pointers use the https://pris.ly/pricing-compute short link; the docs page's url is /compute/pricing.
  • The custom-domains post was left unchanged — it has no natural pricing/CTA anchor.

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • Documentation

    • Added comprehensive Prisma Compute pricing documentation, including expected post-beta rates, billing formula, and worked cost examples.
    • Added an FAQ entry clarifying Compute is free during public beta.
    • Updated Compute docs navigation to include the new Pricing page.
  • Updates

    • Refreshed website and blog call-to-action messaging to emphasize “free during public beta,” with links to expected pricing.
    • Added a “See pricing” button and beta note to the Compute hero section.
  • Chores

    • Updated spelling dictionary for “vcpu.”

…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) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 16, 2026 1:57pm
docs Ready Ready Preview, Comment Jun 16, 2026 1:57pm
eclipse Ready Ready Preview, Comment Jun 16, 2026 1:57pm
site Ready Ready Preview, Comment Jun 16, 2026 1:57pm

Request Review

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

🍈 Lychee Link Check Report

20 links: ✅ 2 OK | 🚫 1 errors | 🔀 0 redirects | 👻 17 excluded

❌ Errors

apps/docs/content/docs/compute/faq.mdx


Full Statistics Table
Status Count
✅ Successful 2
🔀 Redirected 0
👻 Excluded 17
🚫 Errors 1
⛔ Unsupported 0
⏳ Timeouts 0
❓ Unknown 0

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4002eef5-8a5a-47d1-8f5a-ad2f693d091b

📥 Commits

Reviewing files that changed from the base of the PR and between 555c9fd and 0524b3a.

📒 Files selected for processing (1)
  • apps/docs/content/docs/compute/pricing.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/docs/content/docs/compute/pricing.mdx

Walkthrough

Adds a new pricing.mdx docs page for Prisma Compute with meter rates, worked billing examples, and a formula. Registers it in the Compute docs sidebar, adds a matching FAQ entry, and updates the compute landing page CTA and the site pricing page copy to reflect the free-during-beta status. Two blog posts receive matching beta-free callout sentences.

Changes

Compute Beta Pricing Content

Layer / File(s) Summary
New Compute pricing docs page, sidebar registration, and spell-check
apps/docs/content/docs/compute/pricing.mdx, apps/docs/content/docs/compute/meta.json, apps/docs/cspell.json
New pricing.mdx documents expected post-beta meter rates (requests, memory, CPU, bandwidth), three worked cost examples, the billing estimation formula, and non-billed items. meta.json registers the page before faq. "vcpu" added to the spell-check word list.
FAQ entry, site pricing page, and compute landing CTA
apps/docs/content/docs/compute/faq.mdx, apps/site/src/app/pricing/pricing-page-content.tsx, apps/site/src/app/compute/page.tsx
New "Is Prisma Compute free?" FAQ entry links to the pricing page. The site pricing page description is updated with an "expected pricing" link. The compute landing hero CTA gains a secondary "See pricing" button and a "Free while in public beta." label.
Blog post beta-free callouts
apps/blog/content/blog/bun-rust-rewrite-prisma-compute/index.mdx, apps/blog/content/blog/launching-prisma-compute-public-beta/index.mdx
One sentence in each blog post is expanded to state that Compute is free during public beta and to link to expected pricing.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • prisma/web#7930: Both PRs modify the hero CTA in apps/site/src/app/compute/page.tsx — that PR changes the CTA copy and button link while this one adds a "See pricing" button and beta-free note to the same component.
  • prisma/web#7943: That PR introduces the bun-rust-rewrite blog post whose CTA sentence is updated in this PR.
  • prisma/web#7929: Both PRs touch the Compute landing page in apps/site/src/app/compute/page.tsx, editing overlapping hero/CTA markup.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely summarizes the primary objective of the PR: adding pricing documentation to the Compute section.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

…button

Point all pricing-page references at the https://pris.ly/pricing-compute
short link (blog posts and site pricing page). Add a Compute pricing FAQ
answering whether it is free during beta, and add a "See pricing" button
to the Compute marketing hero noting it is free while in public beta.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@argos-ci

argos-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jun 16, 2026, 2:03 PM

Rewrite the pricing page and FAQ entry in plainer, more connected
prose: shorter declarative sentences, less rhetorical filler, no jargon,
and consistent "enable production billing" phrasing throughout.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ankur-arch and others added 2 commits June 16, 2026 15:39
The billing formula uses the snake_case token active_vcpu_hours, which
cspell splits into "vcpu" — flagged as unknown because, unlike "vCPU",
it has no case boundary to split on. Add it to the dictionary.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rename "Examples" and "Formula" to descriptive headings and add a short
sentence introducing the content below each.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a prominent pricing-feedback pointer to the prisma-compute Discord
channel at both the top (Public Beta callout) and the end (dedicated
section). Restore "edge cases" in the beta measurement note to stay
faithful to the source.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ankur-arch ankur-arch merged commit bd107fe into main Jun 16, 2026
18 of 19 checks passed
@ankur-arch ankur-arch deleted the compute-pricing-docs branch June 16, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants