Skip to content

fix(pricing): correct pro plan fee messaging - #1399

Merged
steebchen merged 3 commits into
mainfrom
steebchen/fix-pro-plan-fees
Jan 4, 2026
Merged

steebchen merged 3 commits into
mainfrom
steebchen/fix-pro-plan-fees

Conversation

@steebchen

@steebchen steebchen commented Jan 4, 2026

Copy link
Copy Markdown
Member

Summary

Updated Pro plan pricing messaging to accurately reflect the 1% fee on credit purchases instead of the misleading "NO fees" claim. This matches the actual implementation in packages/shared/src/fees.ts where PRO_PLAN_FEE_PERCENTAGE = 0.01.

Changes

  • Updated pricing plans component to show "Only 1% fee on credit purchases" instead of "NO fees on credit purchases"
  • Updated upgrade dialog messaging to clarify "No surcharges for API keys, only 1% fee on credits"

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Updates
    • Clarified pricing copy across the product to show lower fees: "80% less fees on credit purchases (1% vs 5%)" and "Start for free, Scale with low fees".
    • Updated upgrade dialog to detail fee structure for API keys and credits.
    • Updated trial/start emails to reflect the new fee messaging.
    • Updated enterprise feature wording to indicate a 1% platform fee on credit purchases.

✏️ Tip: You can customize this high-level summary in your review settings.

Update Pro plan pricing messaging to accurately reflect the 1% fee on credit purchases instead of the misleading "NO fees" claim, matching the actual implementation in fees.ts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings January 4, 2026 17:37
@coderabbitai

coderabbitai Bot commented Jan 4, 2026

Copy link
Copy Markdown
Contributor

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Walkthrough

Minor copy updates across UI and email templates to clarify pricing: several "no fees" phrases replaced with explicit "80% less fees" / "1% vs 5%" wording. No functional, control-flow, or API changes.

Changes

Cohort / File(s) Summary
Landing & Upgrade UI
apps/ui/src/components/landing/pricing-plans.tsx, apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
Updated Pro plan and upgrade dialog copy: replaced "No fees" wording with "80% less fees on credit purchases (1% vs 5%)" / clarified surcharge language.
Enterprise features data
apps/ui/src/components/enterprise/features.tsx
Changed Wallet feature title/description from "No Fees on Credits" to "Lowest Fees on Credits" and added explicit 1% platform fee note.
Email template
apps/api/src/utils/email.ts
Updated trial-started HTML email copy: "No fees on credit top-ups" → "80% lower fees on credit top-ups (1% vs 5%)".
Manifests
package.json (mentioned in diffs)
No functional changes; referenced in diffs' manifests only.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

auto-merge

Suggested reviewers

  • smakosh

Pre-merge checks and finishing touches

❌ 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%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main objective of the changeset—correcting fee messaging for the Pro plan across multiple components and files.
✨ Finishing touches
  • 📝 Generate docstrings

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 and usage tips.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

Copilot AI 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.

Pull request overview

This PR corrects misleading Pro plan pricing messaging by replacing false "NO fees" claims with accurate "1% fee on credit purchases" language. The changes align with the actual implementation where PRO_PLAN_FEE_PERCENTAGE = 0.01 is defined in packages/shared/src/fees.ts.

Key Changes:

  • Updated pricing plans page to show "Only 1% fee on credit purchases" instead of "NO fees on credit purchases"
  • Updated upgrade dialog to clarify "No surcharges for API keys, only 1% fee on credits"

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
apps/ui/src/components/landing/pricing-plans.tsx Updated Pro plan feature list to accurately state the 1% fee on credit purchases
apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx Updated upgrade dialog benefits to clarify the 1% fee applies to credits, not API keys

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between fae6d0f and b4dedda.

📒 Files selected for processing (2)
  • apps/ui/src/components/landing/pricing-plans.tsx
  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
🧰 Additional context used
📓 Path-based instructions (6)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx}: Never use any or as any unless absolutely necessary in TypeScript code
For database reads: Use db().query.<table>.findMany() or db().query.<table>.findFirst()

Files:

  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
**/*.{ts,tsx,js,jsx,json,md}

📄 CodeRabbit inference engine (CLAUDE.md)

Always use tabs for indentation

Files:

  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
**/*.{ts,tsx,js,jsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx,js,jsx}: Always use top-level import, never use require or dynamic imports
No unnecessary code comments

Files:

  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
apps/{ui,playground}/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

apps/{ui,playground}/**/*.{ts,tsx}: Use cookies for user-settings which are not saved in the database to ensure SSR works
Use Next.js App Router with React Server Components for frontend development

Use cookies for user-settings which are not saved in the database to ensure SSR works

Files:

  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
**/*.{js,ts,tsx,jsx}

📄 CodeRabbit inference engine (AGENTS.md)

Always use top-level import, never use require or dynamic imports

Files:

  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
apps/{ui,playground,docs}/**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

Use next/link for links and next/navigation's router for programmatic navigation

Files:

  • apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: test / run
  • GitHub Check: generate / run
  • GitHub Check: lint / run
  • GitHub Check: build / run
  • GitHub Check: autofix
🔇 Additional comments (2)
apps/ui/src/components/shared/upgrade-to-pro-dialog.tsx (1)

159-159: LGTM! Consistent and accurate fee messaging.

The updated text correctly clarifies that Pro plan users have no surcharges on API keys but do have a 1% fee on credit purchases (80% less than the Free plan's 5%). This change aligns perfectly with the updated messaging in the pricing plans component.

apps/ui/src/components/landing/pricing-plans.tsx (1)

227-227: LGTM! Corrects misleading fee messaging.

The updated text accurately reflects the 1% fee on credit purchases for Pro plans and clearly highlights the 80% reduction compared to the Free plan's 5% fee. This aligns with the PR objective to fix the misleading "NO fees" claim.

Comment thread apps/ui/src/components/landing/pricing-plans.tsx
@steebchen
steebchen added this pull request to the merge queue Jan 4, 2026
@steebchen
steebchen removed this pull request from the merge queue due to a manual request Jan 4, 2026
Update remaining outdated fee claims:
- Pricing page heading: "no fees" → "low fees"
- Enterprise features: "No Fees on Credits" → "Lowest Fees on Credits"
- Welcome email: "No fees" → "80% lower fees (1% vs 5%)"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
apps/api/src/utils/email.ts (1)

175-175: LGTM! Fee messaging updated correctly.

The updated text accurately reflects the 1% Pro plan fee compared to the 5% free plan fee (80% reduction). The change aligns well with the PR objectives.

Optional consistency note: This line uses "credit top-ups" while other UI components in the PR use "credit purchases". Consider standardizing the terminology across all customer-facing text for consistency, though both terms are clear.

apps/ui/src/components/enterprise/features.tsx (1)

24-26: LGTM! Fee messaging updated accurately.

The Wallet feature text now correctly reflects the 1% platform fee on credit purchases, and "Lowest Fees on Credits" is an appropriate claim for the Enterprise tier.

Optional consistency consideration: Other components in this PR include the explicit comparison "(1% vs 5%)" to quantify the savings. Consider whether adding this comparison here would strengthen the value proposition for Enterprise prospects, though the current messaging is clear and effective.

📜 Review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b4dedda and 0f211b8.

📒 Files selected for processing (3)
  • apps/api/src/utils/email.ts
  • apps/ui/src/components/enterprise/features.tsx
  • apps/ui/src/components/landing/pricing-plans.tsx
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/ui/src/components/landing/pricing-plans.tsx
🧰 Additional context used
📓 Path-based instructions (9)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx}: Never use any or as any unless absolutely necessary in TypeScript code
For database reads: Use db().query.<table>.findMany() or db().query.<table>.findFirst()

Files:

  • apps/ui/src/components/enterprise/features.tsx
  • apps/api/src/utils/email.ts
**/*.{ts,tsx,js,jsx,json,md}

📄 CodeRabbit inference engine (CLAUDE.md)

Always use tabs for indentation

Files:

  • apps/ui/src/components/enterprise/features.tsx
  • apps/api/src/utils/email.ts
**/*.{ts,tsx,js,jsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx,js,jsx}: Always use top-level import, never use require or dynamic imports
No unnecessary code comments

Files:

  • apps/ui/src/components/enterprise/features.tsx
  • apps/api/src/utils/email.ts
apps/{ui,playground}/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

apps/{ui,playground}/**/*.{ts,tsx}: Use cookies for user-settings which are not saved in the database to ensure SSR works
Use Next.js App Router with React Server Components for frontend development

Use cookies for user-settings which are not saved in the database to ensure SSR works

Files:

  • apps/ui/src/components/enterprise/features.tsx
**/*.{js,ts,tsx,jsx}

📄 CodeRabbit inference engine (AGENTS.md)

Always use top-level import, never use require or dynamic imports

Files:

  • apps/ui/src/components/enterprise/features.tsx
  • apps/api/src/utils/email.ts
apps/{ui,playground,docs}/**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

Use next/link for links and next/navigation's router for programmatic navigation

Files:

  • apps/ui/src/components/enterprise/features.tsx
apps/{gateway,api}/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

Use Hono framework with Zod validation and OpenAPI documentation for backend APIs

Files:

  • apps/api/src/utils/email.ts
{apps/api,apps/gateway,packages/db}/**/*.ts

📄 CodeRabbit inference engine (AGENTS.md)

{apps/api,apps/gateway,packages/db}/**/*.ts: Use Drizzle ORM with latest object syntax for database operations
For database reads: Use db().query.<table>.findMany() or db().query.<table>.findFirst()

Files:

  • apps/api/src/utils/email.ts
apps/{gateway,api}/src/**/*.ts

📄 CodeRabbit inference engine (AGENTS.md)

apps/{gateway,api}/src/**/*.ts: Use Hono for backend framework in Gateway and API services
Use Zod schemas for validation in Hono services

Files:

  • apps/api/src/utils/email.ts
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: test / run
  • GitHub Check: lint / run
  • GitHub Check: generate / run
  • GitHub Check: build / run
  • GitHub Check: autofix

@steebchen
steebchen enabled auto-merge January 4, 2026 18:36
@steebchen
steebchen added this pull request to the merge queue Jan 4, 2026
Merged via the queue into main with commit 699c861 Jan 4, 2026
8 checks passed
@steebchen
steebchen deleted the steebchen/fix-pro-plan-fees branch January 4, 2026 18:43
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.

3 participants