Skip to content

Show GB-hour billing model on pricing page - #508

Closed
robertjamesprior wants to merge 1 commit into
mainfrom
hypeship/gb-hour-pricing-clarity
Closed

Show GB-hour billing model on pricing page#508
robertjamesprior wants to merge 1 commit into
mainfrom
hypeship/gb-hour-pricing-clarity

Conversation

@robertjamesprior

Copy link
Copy Markdown

Summary

  • Replace the per-browser-type $/sec table with a standard vs. GPU-accelerated $/GB-hour table. Headless/headful/GPU move to a worked-example table underneath instead of looking like separate pricing tiers.
  • Point the Browser Pools section at the same $0.06/GB-hour rate instead of a separate "per GB-second" phrasing.
  • Rework the pricing calculator to compute cost as memory × rate instead of a hardcoded per-browser-type multiplier (the old GPU multiplier of 48 silently encoded "6 GB × 8x the standard rate").

Why

Kernel bills browser usage by memory used × a standard-or-GPU rate. Headless/headful aren't separate pricing tiers — they're fixed memory allocations at the same rate. Confirmed live against Metronome: the browser session uptime (GB-second) product prices by gpu/overage only, and Free, Hobbyist, and Start-Up contracts all resolve to the same rate card — $0.06/GB-hour standard, $0.48/GB-hour GPU (8x). Enterprise GPU pricing is a separate open question and stays out of scope here.

Testing

No test suite for this Mintlify site. Verified the calculator's new derivation against the old hardcoded per-second constants (0.0000166667 / 0.0001333336 / 0.0008000016) — they match exactly. Reviewed the rendered Markdown/JSX by hand; did not run a live mintlify dev preview.

Addresses KERNEL-1959.

@robertjamesprior
robertjamesprior requested a review from juecd August 18, 2026 21:13
@mintlify

mintlify Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟢 Ready View Preview Aug 18, 2026, 9:14 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Replace the per-browser-type $/sec table with standard/GPU rates per
GB-hour, matching how Metronome actually bills browser usage (GPU
boolean x memory, same rate card across Free/Hobbyist/Start-Up).
Headless/headful/GPU costs move to a worked-example table below. The
calculator and the browser-pools section now derive from the same
memory x rate math instead of a hardcoded per-browser multiplier.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Very Low

Decision: Approve.

This PR touches two files on a Mintlify docs site (info/pricing.mdx, snippets/calculator.jsx; +21/−10). There is no production billing, auth, or infrastructure code in the diff.

What changed

  • Pricing copy replaces a per-browser-type $/sec table with standard vs. GPU-accelerated $/GB-hour rates, plus a worked-example table for headless / headful / GPU memory allocations.
  • The in-page calculator now derives per-second cost as memory × rate instead of a hardcoded multiplier. The resulting rates match the previous constants exactly:
    • Headless: 1 × 0.0000166667 = 0.0000166667
    • Headful: 8 × 0.0000166667 = 0.0001333336
    • GPU: 6 × 0.0001333336 = 0.0008000016 (same as the old 48× multiplier)

Why Very Low

  • Documentation and a client-side estimator widget only
  • Small, easy-to-verify diff with equivalent calculator outputs
  • No shared services, schema, auth, or deploy/infra changes
  • No CODEOWNERS file, so codeowner review is not required

No prior approval existed on this PR, so this is the first approval.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

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.

1 participant