improvement(pricing): increase free user limit to 20 usd#2536
Merged
icecrasher321 merged 5 commits intostagingfrom Dec 23, 2025
Merged
improvement(pricing): increase free user limit to 20 usd#2536icecrasher321 merged 5 commits intostagingfrom
icecrasher321 merged 5 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR successfully increases the free user credit limit from $10 to $20 and reduces the hosted model pricing multiplier from 2.5x to 2x, making the platform more accessible. What changed:
Outstanding issue: Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Constants as Constants Files
participant Migration as DB Migration
participant Schema as DB Schema
participant UserStats as user_stats Table
participant Docs as Documentation
Dev->>Constants: Update DEFAULT_FREE_CREDITS: 10 → 20
Constants->>Constants: apps/sim/lib/billing/constants.ts
Constants->>Constants: packages/db/constants.ts
Dev->>Migration: Generate migration 0131
Migration->>UserStats: ALTER COLUMN current_usage_limit DEFAULT '20'
Schema->>Constants: Import DEFAULT_FREE_CREDITS
Schema->>UserStats: Use constant for default value
Dev->>Docs: Update pricing tables
Docs->>Docs: Change multiplier: 2.5x → 2x
Docs->>Docs: Recalculate all hosted prices
Docs->>Docs: Update free tier limit: $10 → $20
Note over UserStats: New users get $20 credit
Note over Docs: English docs updated ✓
Note over Docs: FR/ES docs need update ⚠️
|
Collaborator
Author
|
@greptile |
This was referenced Dec 23, 2025
waleedlatif1
pushed a commit
that referenced
this pull request
Dec 23, 2025
* improvement(pricing): increase free user limit to 20 usd * make gemini pricing accurate * generate migration for db constant * update docs * test notif data
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
Free plan pricing to 20 dollars of credit
Type of Change
Testing
Tested manually
Checklist