Skip to content

jq6l43d1/remove-reflex-branding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Disabling Reflex Branding

A guide to disable the branding banner introduced in Reflex version 0.7.0

Instructions

The branding can be disabled by modifying reflex/app.py. Find and comment out these lines (approximately around line 1139-1140):

if is_prod_mode() and config.show_built_with_reflex:
    self._setup_sticky_badge()

Background

Starting with version 0.7.0, Reflex adds a "Built with Reflex" badge to all pages in production environments. This badge can be officially removed by purchasing a license.

For more information about the branding policy, visit the official documentation: https://reflex.dev/docs/hosting/reflex-branding/

If you'd like to share feedback about this change, you can participate in the community discussion: https://github.com/orgs/reflex-dev/discussions/4828

About

How to remove the new branding introduced in Reflex 0.7.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published