-
Couldn't load subscription status.
- Fork 130
chore(site): update pricing page with Actions and remove compute billing #3266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
NicholasKissel
commented
Oct 26, 2025
- Updated pricing structure to include Actions with 1M limit on free tier and 1M included for paid plans
- Removed compute billing from pricing model
- Updated pricing calculator to include Actions with allowance
- Updated documentation to reflect new Actions pricing structure
- Updated all pricing displays and calculations
- Updated pricing structure to include Actions with 1M limit on free tier and 1M included for paid plans - Removed compute billing from pricing model - Updated pricing calculator to include Actions with allowance - Updated documentation to reflect new Actions pricing structure - Updated all pricing displays and calculations
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: Pricing Page UpdatesSummaryThis PR updates the pricing structure to include Actions billing and removes compute billing. The changes are spread across documentation and website pricing components. Positive Aspects
Potential Issues1. Inconsistent pricing information (Critical)There is a discrepancy in the Save State Reads pricing between files:
Calculation: $0.20 per million = $200 per billion, NOT $1.00 per billion This is a significant pricing inconsistency that needs to be resolved. Either:
Recommendation: Use consistent units across all files. I suggest using "per million" for consistency with other metrics. 2. Missing bandwidth allowance in calculator (Minor)The pricing calculator notes "10 GB bandwidth included" (line 96 in PricingCalculator.tsx), but the documentation doesn't clearly state this allowance in the pricing tables. The calculator hardcodes this on line 23: const bandwidthCost = Math.max(0, bandwidthGB - 10) * COST_PER_GB_BW;However, this 10GB allowance isn't documented in pricing.md or clearly shown in the tier comparison tables. 3. Documentation formatting issue (Minor)In pricing.md line 42, the table formatting is broken in the "Usage" column. The calculation is all on one line making it hard to read: Consider adding line breaks or restructuring the table for better readability. Suggestions1. Add validation/testsConsider adding unit tests for the 2. Clarify Actions applicabilityThe docs state "Applies to Actor actions and workflow executions" but it would be helpful to clarify if Functions and Containers are billed for actions too, or if this is Actor-specific. 3. Consider adding storage allowance to pricing tablesCurrently, the tiers show "5GB Storage included/limit" but the usage pricing table doesn't mention any storage allowance. Are the first 5GB free? This should be clarified. Code Quality
Testing Recommendations
Action ItemsMust fix before merge:
Should consider:
Overall, this is a clean pricing update, but the critical pricing discrepancy needs to be resolved before merging to avoid customer confusion and potential revenue loss. |
More templates
@rivetkit/actor
@rivetkit/cloudflare-workers
@rivetkit/core
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
Merge activity
|
…ing (#3266) - Updated pricing structure to include Actions with 1M limit on free tier and 1M included for paid plans - Removed compute billing from pricing model - Updated pricing calculator to include Actions with allowance - Updated documentation to reflect new Actions pricing structure - Updated all pricing displays and calculations
