Skip to content

Update v2 Pro pricing#402

Merged
markphelps merged 1 commit intomainfrom
docs/update-v2-pricing
Mar 8, 2026
Merged

Update v2 Pro pricing#402
markphelps merged 1 commit intomainfrom
docs/update-v2-pricing

Conversation

@markphelps
Copy link
Contributor

Summary

  • Double monthly Pro subscription price from $100/month to $200/month
  • Double annual Pro license price from $1,000/year to $2,000/year
  • Update annual savings amount from $200 to $400

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner March 8, 2026 14:34
@claude
Copy link
Contributor

claude bot commented Mar 8, 2026

PR Review

Summary: This PR updates the Flipt v2 Pro pricing page, doubling the monthly subscription from $100/month to $200/month and the annual license from $1,000/year to $2,000/year, with the annual savings amount updated accordingly from $200 to $400.


Correctness

The math checks out:

  • Monthly: $200/month × 12 = $2,400/year
  • Annual: $2,000/year → savings of $400 vs. monthly ✅

Potential Issues

Annual savings claim needs verification: The "save $400" figure is based on the difference between monthly-billed and annual pricing ($2,400 − $2,000 = $400). This is internally consistent — no issue there.

Raw URL in annual savings text: The diff shows the annual savings is written as:

**Price**: \$2,000/year (**save $400**)

Note that $400 is not escaped (no backslash before $), while \$2,000 is escaped. In MDX, an unescaped $ followed by a number is unlikely to cause a rendering issue (it's not a valid JSX expression), but for consistency with the surrounding \$200\$2,000 convention, this should be \$400. Worth a quick look to confirm the rendered output is correct.


Writing Standards (CLAUDE.md)

  • Second-person voice: N/A for pricing tables ✅
  • No new internal links added ✅
  • No code blocks affected ✅
  • Commit message follows Conventional Commits (docs: update v2 Pro pricing...) ✅

Suggestions

  1. Verify the $400 escaping in the annual savings label. If other prices on this page consistently use \$, update $400\$400 for consistency.
  2. Consider a note or callout (e.g., a <Note> component) if this is a breaking pricing change for existing subscribers, so users are clearly informed. This is optional depending on whether the page is intended as a reference or also serves as a changelog.

Overall this is a clean, minimal, and accurate change. Just double-check the $400 escaping before merging.

@markphelps markphelps merged commit 41e8545 into main Mar 8, 2026
3 of 4 checks passed
@markphelps markphelps deleted the docs/update-v2-pricing branch March 8, 2026 15:00
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