Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

tgberkeley
Copy link
Collaborator

No description provided.


HOSTING_TEXT_SECTION = [
("Compute", "20 hours/month", "$10 credits/month + Usage", "$20 credits/user/month + Usage", "Custom"),
Copy link
Member

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved to the bottom

@@ -33,49 +33,76 @@
}
"""

PRICE_SECTION = [
("Per Seat Price", "FREE", "$20/month", "$49/user/month", "Custom"),
Copy link
Member

@Alek99 Alek99 Feb 27, 2025

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

("clock", "1 day log retention"),
("code", "Open Source Framework"),
("file-code", "Starter Templates"),
("code", "Full access to Reflex Open Source Library"),
Copy link
Member

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

(
"app-window",
"Unlimited apps",
"Reflex Cloud Unlimited Apps",
Copy link
Member

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

Copy link
Member

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)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed both to cloud

Copy link
Member

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

],
),
rx.table.header(
create_table_row_header("Reflex Enterprise"),
Copy link
Member

@Alek99 Alek99 Feb 27, 2025

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants