Skip to content

docs: use euros for plan pricing on billing page#882

Merged
SunsetDrifter merged 1 commit into
mainfrom
docs/pricing-euros
Jul 24, 2026
Merged

docs: use euros for plan pricing on billing page#882
SunsetDrifter merged 1 commit into
mainfrom
docs/pricing-euros

Conversation

@SunsetDrifter

@SunsetDrifter SunsetDrifter commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

The Plans and billing page priced the Team and Business plans in USD at the top, while the "Machine-based Usage" section further down already priced Team at €6/user. This aligns the plan descriptions with euros so the page is internally consistent.

  • Team Plan: $6€6 per user per month
  • Business Plan: $12€12 per user per month

Amounts are unchanged — only the currency symbol. Also removed a stray double space before the Business price.

Agent Network USD references (LLM spend caps, cost-per-token, API fields like group_cap_usd) are intentionally untouched: they measure spend against external LLM providers billed in USD and are literal API field names, not NetBird pricing.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Summary by CodeRabbit

  • Documentation
    • Updated Team and Business plan pricing to display Euros instead of Dollars.
    • Team plan: €6 per user/month.
    • Business plan: €12 per user/month.

@coderabbitai

coderabbitai Bot commented Jul 24, 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: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f1637726-cd64-47be-ac9b-fd16797df3d3

📥 Commits

Reviewing files that changed from the base of the PR and between 03d15c3 and a498ca4.

📒 Files selected for processing (1)
  • src/pages/manage/settings/plans-and-billing.mdx

📝 Walkthrough

Walkthrough

The plans and billing page changes the Team and Business plan prices from dollars to euros, updating the displayed amounts to €6 and €12 per user per month.

Changes

Pricing copy

Layer / File(s) Summary
Update plan prices
src/pages/manage/settings/plans-and-billing.mdx
Team and Business plan prices change from $6 and $12 to €6 and €12 per user per month.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

I’m a bunny with a pricing decree,
Swapping dollar signs for euros with glee.
Six hops for Team, twelve for Business bright,
The plan page now reads just right! 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: updating plan pricing on the billing page from dollars to euros.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/pricing-euros

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/pages/manage/settings/plans-and-billing.mdx

Oops! Something went wrong! :(

ESLint: 9.39.2

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@SunsetDrifter
SunsetDrifter merged commit f6ee418 into main Jul 24, 2026
3 checks passed
@SunsetDrifter
SunsetDrifter deleted the docs/pricing-euros branch July 24, 2026 08:32
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