Clean up pricing page and align to marketing pricing page - #524
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cafca63. Configure here.
There was a problem hiding this comment.
Risk assessment: Very Low
Re-evaluated after the main merge (8478c21). Risk did not increase, so the existing approval stands and is not re-issued.
What changed vs main
info/pricing.mdx: documentation-only restructure (plan pricing table, usage-rate order, feature-table labels, FAQ accordions).snippets/calculator.jsx: docs-widget defaultbrowserTypeheadless→headful, plus button reorder. Calculator rates and plan prices are unchanged.
The merge itself only brought already-merged main docs (spending caps) onto the branch, plus a small table-row edit in the pricing matrix. No CODEOWNERS file; no production billing, auth, API, or infrastructure codepaths.
Why Very Low
- Blast radius is the public pricing docs page.
- No shared systems or production logic.
- Easy to reason about: MDX copy/structure and a two-line snippet default.
Non-blocking content notes (do not raise operational or security risk):
- The Managed infrastructure table now lists Browser live view twice and dropped telemetry / profiles / file i/o rows during the merge.
- Browser pools is still marked available on all plans, while the pools FAQ says Start-Up and Enterprise only.
Sent by Cursor Automation: Assign PR reviewers



Feedback to align pricing page to kernel.sh/pricing. Also default to headful, not headless
Note
Low Risk
Documentation and calculator UI defaults only; no product billing or API behavior changes.
Overview
Restructures Pricing & Limits to match the marketing pricing page: adds a Plan Pricing table (monthly fee + included credits), renames the per-second section to Usage Rates (headful listed first), and simplifies plan column labels in the feature and concurrency tables.
Moves pool billing, Managed Auth, spending controls, and browser lifecycle billing out of inline sections into a new FAQ with accordions; trims the concurrency notes accordingly. The managed-infrastructure matrix is updated (e.g. Managed stealth mode, Hobbyist Email support, credits row removed in favor of Plan Pricing).
In
PricingCalculator, the default browser type is headful and the type toggle order puts Headful first.Reviewed by Cursor Bugbot for commit 8478c21. Bugbot is set up for automated code reviews on this repo. Configure here.