-
Notifications
You must be signed in to change notification settings - Fork 229
add pricing page + sales #1098
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
add pricing page + sales #1098
Conversation
…x-dev/reflex-web into carlos/new-hosting-pricing
pcweb/pages/pricing/calculator.py
Outdated
| BillingState.estimated_seats * BillingState.seat_rate | ||
| + BillingState.estimated_ram_gb * (BillingState.mem_rate * MONTH_MINUTES) | ||
| + BillingState.estimated_cpu_number * (BillingState.cpu_rate * MONTH_MINUTES) | ||
| - 25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why -25? if this is the hobby tier we should have it marked and is the hobby tier really 25 a month?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 cpu is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its just the usage from the free tier
Co-authored-by: Thomas Brandého <[email protected]>
…x-dev/reflex-web into carlos/new-hosting-pricing
No description provided.