For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Enterprise

/

Overview

Reflex Enterprise

Reflex Enterprise is a package containing paid features built on top of Reflex.

The full End-User License Agreement (EULA) for Reflex Enterprise is published in the Reflex repository.

Installation

reflex-enterprise must be installed alongside reflex to access the enterprise features.

You can install it from pypi with the following command:

Features

Usage of reflex_enterprise.

Using rxe.App as your app is required to use any of the components provided by the enterprise package, as well as config options provided by rxe.Config.

In the main file

Instead of the usual rx.App() to create your app, use the following:

In rxconfig.py

Built with Reflex