Coming soon! A Pro version of the Flipper gem for entirely local installations.

Get Updates

Documentation

Boolean

Boolean features are either enabled or disable for all users.

All on or all off. Think top level things like :stats, :search, :logging, etc. Also, an easy way to release a new feature, as once a feature is boolean enabled it is on for every situation.

Enabling a feature
user = User.first

Flipper.enabled?(:search) # false
Flipper.enabled?(:search, user) # false

Flipper.enable(:search)

Flipper.enabled?(:search) # true
Flipper.enabled?(:search, user) # true
Disabling a feature
Flipper.disable(:search)

Flipper.enabled?(:search) # false
Flipper.enabled?(:search, user) # false
Ready to try it out?

Get audit history, rollbacks, advanced permissions, analytics, and all of your projects in one place.


Prefer our Cloudless option?

You can choose from several tiers to sponsor Flipper on GitHub and get some great benefits!

The Friday Deploy

Get updates for all things Flipper—open source and cloud.

Have questions? Need help?

Email us any time or head on over to our documentation or status page for the latest on the app or API.

Ready to take Flipper for a swim?

No credit card required. 14-day free trial. And customer support directly from the developers.