Skip to content

fix(pricing): correct free-tier credits as one-time, not monthly - #7218

Merged
TheodoreSpeaks merged 1 commit into
stagingfrom
fix/free-pricing-page
Aug 28, 2026
Merged

fix(pricing): correct free-tier credits as one-time, not monthly#7218
TheodoreSpeaks merged 1 commit into
stagingfrom
fix/free-pricing-page

Conversation

@TheodoreSpeaks

Copy link
Copy Markdown
Collaborator

Summary

  • Free plan's 1,000 credits are a one-time grant, not monthly. Free accounts have no subscription, so usage resolves against the open default billing window (epoch → year 9999) and never resets — 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: 1,000 one-time (Free), 6,000/month (Pro), 25,000/month (Max)
  • Weekly refresh values carry /week so both rows are self-describing instead of one row stating cadence inline and the other implying it from its label
  • Comparison free-tier fact no longer claims a monthly grant
  • Five library articles + docs FAQ corrected; docs FAQ also had stale paid credits (5,000/20,000 → 6,000/25,000)
  • dify-alternatives additionally described a 50/200-credit daily refresh, which was replaced by the weekly refresh in improvement(billing): replace daily refresh credits with weekly refresh #7113

Values 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

  • Bug fix

Testing

Tested manually. bun run lint clean, bun run type-check clean, all 38 audits pass (check:audits), block-registry audit passes.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

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
@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 28, 2026 5:51pm

Request Review

@cubic-dev-ai cubic-dev-ai Bot 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.

No issues found across 7 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@greptile-apps

greptile-apps Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Corrects product, documentation, and comparison copy to describe the Free plan’s 1,000 credits as a one-time grant rather than a monthly allowance.

  • Adds explicit monthly and weekly cadence suffixes to the upgrade comparison data.
  • Updates paid-plan credit amounts and weekly refresh details in documentation and library content.
  • Aligns the Sim comparison profile with the implemented free-credit lifecycle.

Confidence Score: 5/5

The 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.

Important Files Changed

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

@TheodoreSpeaks
TheodoreSpeaks merged commit 6818425 into staging Aug 28, 2026
27 checks passed
@TheodoreSpeaks
TheodoreSpeaks deleted the fix/free-pricing-page branch August 28, 2026 17:53
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