-
Notifications
You must be signed in to change notification settings - Fork 207
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
update pricing with latest AI changes #1225
base: main
Are you sure you want to change the base?
Conversation
pcweb/pages/pricing/table.py
Outdated
|
||
HOSTING_TEXT_SECTION = [ | ||
("Compute", "20 hours/month", "$10 credits/month + Usage", "$20 credits/user/month + Usage", "Custom"), |
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.
This should be call compute credits and then you can get rid of the + Usage
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.
fixed
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.
The ordering is now Compute Pricing -> AI Feature -> Compute Features it should be reordered so that the compute pricing is next to the compute section
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.
moved to the bottom
pcweb/pages/pricing/table.py
Outdated
@@ -33,49 +33,76 @@ | |||
} | |||
""" | |||
|
|||
PRICE_SECTION = [ | |||
("Per Seat Price", "FREE", "$20/month", "$49/user/month", "Custom"), |
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.
This is Per Seat Pricing so we dont need to restate /user/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.
fixed
pcweb/pages/pricing/plan_cards.py
Outdated
("clock", "1 day log retention"), | ||
("code", "Open Source Framework"), | ||
("file-code", "Starter Templates"), | ||
("code", "Full access to Reflex Open Source Library"), |
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.
I think we can shorten these bullet points
Full access to Reflex Open Source Library -> Reflex Open Source
Community support on Discord/Github -> Discord/Github Support
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.
changed
pcweb/pages/pricing/plan_cards.py
Outdated
( | ||
"app-window", | ||
"Unlimited apps", | ||
"Reflex Cloud Unlimited Apps", |
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.
This can just be cloud
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.
same with the Reflex Cloud (Free $10 credits / 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.
changed both to cloud
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.
Instead of Priority Support dedicated support channel
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.
changed
pcweb/pages/pricing/table.py
Outdated
], | ||
), | ||
rx.table.header( | ||
create_table_row_header("Reflex Enterprise"), |
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.
Lets rename this section framework
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.
renamed it
No description provided.