From 75b82b5341b2a3a14e3be7c532ac0cb06adc761b Mon Sep 17 00:00:00 2001 From: Theodore Li Date: Fri, 28 Aug 2026 10:42:54 -0700 Subject: [PATCH] fix(pricing): correct free-tier credits as one-time, not monthly 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 --- apps/docs/content/docs/en/introduction/index.mdx | 2 +- .../components/comparison-table/comparison-data.ts | 12 ++++++------ .../index.mdx | 2 +- .../best-multi-agent-frameworks-2026/index.mdx | 4 ++-- .../best-no-code-ai-agent-builders-2026/index.mdx | 8 ++++---- apps/sim/content/library/dify-alternatives/index.mdx | 4 ++-- apps/sim/lib/compare/data/sim.ts | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/docs/content/docs/en/introduction/index.mdx b/apps/docs/content/docs/en/introduction/index.mdx index 898c4423ec9..f93577e44a0 100644 --- a/apps/docs/content/docs/en/introduction/index.mdx +++ b/apps/docs/content/docs/en/introduction/index.mdx @@ -95,7 +95,7 @@ For anything not built in, [MCP support](/agents/mcp) connects any external serv