Skip to content

Featuren

Build Status Coverage Status

A simple application for managing your features in production.


Introduction#

Feature flags/toggles/controls are a software development best practice of gating functionality, used by companies like Google and Facebook. Functionality can be deployed “off”, then turned on via the feature flag, separate from deployment.

Example

The main goal for this project is create a simple and open source application for managing your features in production.