Back to Reflex

Built with Reflex Badge

docs/enterprise/built-with-reflex.md

0.9.2a2364 B
Original Source

Built with Reflex Badge

The "Built with Reflex" badge appears in the bottom right corner of apps using reflex-enterprise components.

Removing the Badge

To remove the badge, you need to be on the Enterprise tier.

Configuration

python
import reflex_enterprise as rxe

config = rxe.Config(
    show_built_with_reflex=False,  # Requires paid tier
)