Summary
Max credit wording still says 20x in the Maple repo, but actual plan credits make Max 10x Pro:
- Pro: $20/month = 20,000 credits
- Max: $100/month = 200,000 credits
- Team: $30/user/month = 40,000 credits per seat, pooled
- $1 = 1,000 credits
Needed changes
- Update public pricing copy in
frontend/src/routes/pricing.tsx so Max no longer says 20x more usage than Pro.
- Update
frontend/src/config/pricingConfig.tsx so the Max feature says 10x more usage than Pro, or better, 200,000 monthly credits (10x Pro).
- Delete
docs/support-faq.md from the Maple repo. It is redundant with the root/internal support FAQ and can drift out of date.
Context
A user noticed conflicting Max claims, with one place saying 10x and another saying 20x. The root support FAQ has been updated to clarify the credit amounts, but the Maple submodule still needs its own cleanup.
Summary
Max credit wording still says 20x in the Maple repo, but actual plan credits make Max 10x Pro:
Needed changes
frontend/src/routes/pricing.tsxso Max no longer says20x more usage than Pro.frontend/src/config/pricingConfig.tsxso the Max feature says10x more usage than Pro, or better,200,000 monthly credits (10x Pro).docs/support-faq.mdfrom the Maple repo. It is redundant with the root/internal support FAQ and can drift out of date.Context
A user noticed conflicting Max claims, with one place saying 10x and another saying 20x. The root support FAQ has been updated to clarify the credit amounts, but the Maple submodule still needs its own cleanup.