You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-12-05-reflex-cloud.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ With Reflex Cloud we're extending that same simplicity to hosting. Just `reflex
27
27
animated_box(relative=True)
28
28
```
29
29
30
-
Our free tier lets you deploy your first app at no cost. We're also introducing **Pro**,**Team**, and **Enterprise**tiers with additional features like one-click auth, custom domains, and on-premise hosting.
30
+
Our free tier lets you deploy your first app at no cost. We're also introducing the**Enterprise**tier with additional features like one-click auth, custom domains, and on-premise hosting.
31
31
32
32
## What's Included
33
33
@@ -58,14 +58,12 @@ From there you can see the status of your apps, the resources they're using, and
58
58
59
59
You can also add team members to collaborate on apps, set up custom domains, and view detailed analytics on your app's performance.
60
60
61
-
### Pro Features
61
+
### Enterprise Features
62
62
63
-
Reflex Pro lets you take your app from a prototype to a production app with:
63
+
Reflex Enterprise lets you take your app from a prototype to a production app with:
64
64
***Custom Domains**: Use your own domain for your app
65
65
***Larger Apps**: Increased memory and CPU options
66
66
***Add Collaborators**: Add team members to your project
67
-
68
-
We're also previewing team and enterprise plans with advanced features like:
69
67
***One-Click Auth**: Add Github, Google, or other OAuth providers to your app with no code
70
68
***Full Analytics**: Comprehensive insight into your app's performance and usage
71
69
***On Premise Hosting**: Run Reflex Cloud on your own infrastructure
@@ -74,4 +72,4 @@ See the full list of features on our [pricing page](/pricing).
74
72
75
73
## What's Next
76
74
77
-
Over the next few months we're working on building out the team features while making the platform more robust and reliable. We're also expanding Reflex Pro to go beyond hosting - including AI tools to help you build apps at the speed of thought.
75
+
Over the next few months we're working on building out the team features while making the platform more robust and reliable. We're also expanding Reflex Enterprise to go beyond hosting - including AI tools to help you build apps at the speed of thought.
Reflex offers a free Hobby tier with generous limits for solo developers and small projects. [Paid plans](https://reflex.dev/pricing/)start at $20 per month and unlock advanced collaboration, enterprise controls, and custom support options.
135
+
Reflex offers a free Hobby tier with generous limits for solo developers and small projects. Check out the [Paid plans](https://reflex.dev/pricing/)to unlock advanced collaboration, enterprise controls, and custom support options.
Copy file name to clipboardExpand all lines: docs/hosting/compute.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To monitor your projects usage, you can go to the billing tab in the Reflex Clou
35
35
Here you can see the current billing and usage for your project.
36
36
37
37
38
-
## Real Life Examples of compute charges on the Pro tier
38
+
## Real Life Examples of compute charges on the paid tiers
39
39
40
40
41
41
```md alert
@@ -57,7 +57,7 @@ Anna, a hobbyist game developer, built a pixel art generator and hosted it on Re
57
57
58
58
(assuming a 30 day month)
59
59
60
-
Anna's total cost for compute would be `$2.49` for the month. However, since Pro users receive a `$10` credit, her compute cost is fully covered.
60
+
Anna's total cost for compute would be `$2.49` for the month. However, since paid users receive a `$10` credit, her compute cost is fully covered.
61
61
62
62
**Charge for compute:**
63
63
@@ -85,7 +85,7 @@ Bob created a social media application and decided to host it on Reflex Cloud. B
85
85
86
86
(assuming a 30 day month)
87
87
88
-
Bob would owe `$6.23` for this month. However since Bob is a pro user they receive a `$10` credit which brings Bob's bill down to `$0`.
88
+
Bob would owe `$6.23` for this month. However since Bob is a paid user they receive a `$10` credit which brings Bob's bill down to `$0`.
89
89
90
90
**Charge for compute:**
91
91
@@ -115,7 +115,7 @@ If users access the app on average for **16 hours per week** in each region, how
115
115
116
116
(assuming 4 weeks in a month)
117
117
118
-
Charlie would owe `$40.19` for this month. However since Charlie is a pro user they receive a `$10` credit which brings Bob's bill down to `$30.19`.
118
+
Charlie would owe `$40.19` for this month. However since Charlie is a paid user they receive a `$10` credit which brings Bob's bill down to `$30.19`.
119
119
120
120
**Charge for compute:**
121
121
@@ -146,7 +146,7 @@ With users accessing the app **2 hours per day** over a **30-day month**, how mu
146
146
147
147
(assuming a 30 day month)
148
148
149
-
David would owe `$9.96` for this month. However since David is a pro user they receive a `$10` credit, he will not be charged for compute for this month.
149
+
David would owe `$9.96` for this month. However since David is a paid user they receive a `$10` credit, he will not be charged for compute for this month.
150
150
151
151
**Charge for compute:**
152
152
@@ -177,7 +177,7 @@ With users actively using the app **6 hours per day in each region** over a **30
177
177
178
178
(assuming a 30 day month)
179
179
180
-
Emily would owe `$44.82` for this month. However since Emily is a pro user they receive a `$10` credit which brings Emily's bill down to `$34.82`.
180
+
Emily would owe `$44.82` for this month. However since Emily is a paid user they receive a `$10` credit which brings Emily's bill down to `$34.82`.
0 commit comments