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
import reflex_enterprise as rxe
config = rxe.Config(
show_built_with_reflex=False, # Requires paid tier
)