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: docs/enterprise/overview.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,19 @@
4
4
import reflex as rx
5
5
```
6
6
7
-
Reflex Enterprise is a package containing paid features built on top of Reflex.
7
+
Reflex Enterprise is a package containing premium features built on top of Reflex designed to help you build production-ready web apps faster.
8
8
9
9
See complete docs at [Enterprise Docs](https://enterprise.reflex.dev)
10
10
11
+
## Features
12
+
13
+
So far the enterprise package contains the following features:
14
+
15
+
- AgGrid and AgCharts
16
+
- Single Port Proxy
17
+
18
+
More features will be added in the futures. If you have any feature requests, please [open an issue](https://github.com/reflex-dev/reflex/issues/new/choose).
19
+
11
20
## Installation of reflex_enterprise.
12
21
13
22
```bash
@@ -35,3 +44,6 @@ config = rxe.Config(
35
44
)
36
45
```
37
46
47
+
## Pricing
48
+
49
+
Unlike the open source `reflex` package, the `reflex-enterprise` package is free to use for all users but requires a paid tier to remove [branding](https://enterprise.reflex.dev/built-with-reflex/).
0 commit comments