fix(pricing): correct free-tier credits as one-time, not monthly - #7218
Merged
Conversation
The free plan's 1,000 credits are a one-time grant, not a monthly allowance. Free accounts have no subscription, so usage resolves against the open default billing window (epoch to year 9999) and is never reset: cycle-close skips free plans outright, and weekly refresh is paid-only. - Pricing cards, in-app upgrade table, and pricing JSON-LD now read "Included credits" with per-plan cadence: 1,000 one-time for Free, 6,000/month and 25,000/month for Pro and Max - Weekly refresh values carry /week so both rows are self-describing - Comparison free-tier fact no longer claims a monthly grant - Library articles say one-time credits for the free plan - Docs FAQ paid-plan credits corrected to 6,000 and 25,000 - dify-alternatives also described a 50/200-credit daily refresh, which was replaced by the weekly refresh in #7113
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryCorrects product, documentation, and comparison copy to describe the Free plan’s 1,000 credits as a one-time grant rather than a monthly allowance.
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The revised amounts and cadence labels match the billing constants and implemented lifecycle, and the affected UI renderers can accommodate the longer values.
|
| Filename | Overview |
|---|---|
| apps/docs/content/docs/en/introduction/index.mdx | Updates the FAQ with current paid-plan credit amounts while preserving the correct one-time Free grant. |
| apps/sim/app/workspace/[workspaceId]/upgrade/components/comparison-table/comparison-data.ts | Makes credit cadence explicit using values derived from existing billing constants; no rendering or data defect was identified. |
| apps/sim/content/library/best-ai-agent-platforms-for-enterprise-teams-2026/index.mdx | Corrects the Free plan pricing description from monthly to one-time credits. |
| apps/sim/content/library/best-multi-agent-frameworks-2026/index.mdx | Corrects two Free plan descriptions to reflect the one-time grant. |
| apps/sim/content/library/best-no-code-ai-agent-builders-2026/index.mdx | Consistently replaces stale monthly Free-credit claims across pricing prose and comparison tables. |
| apps/sim/content/library/dify-alternatives/index.mdx | Corrects the Free grant cadence and replaces obsolete daily refresh figures with current weekly values. |
| apps/sim/lib/compare/data/sim.ts | Updates the verified free-tier profile to accurately describe its one-time signup grant and lack of refreshes. |
Reviews (1): Last reviewed commit: "fix(pricing): correct free-tier credits ..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Included credits:1,000 one-time(Free),6,000/month(Pro),25,000/month(Max)/weekso both rows are self-describing instead of one row stating cadence inline and the other implying it from its labeldify-alternativesadditionally described a 50/200-credit daily refresh, which was replaced by the weekly refresh in improvement(billing): replace daily refresh credits with weekly refresh #7113Values stay derived from
DEFAULT_FREE_CREDITS/CREDIT_TIERS— only labels and cadence suffixes are new, so the cards can't drift from the constants.Type of Change
Testing
Tested manually.
bun run lintclean,bun run type-checkclean, all 38 audits pass (check:audits), block-registry audit passes.Checklist