Introduction
Note: The project is in a very early stage of development. Expect instability and breaking changes.
RolloutJS is a feature management library that lives in your app and uses your database. Release features without pushing code, and roll out gradually or to specific user groups. Turn your backend into its own feature management platform with a built-in admin dashboard and REST API. Use feature flags everywhere with web and mobile clients supported out of the box.
Features
- Feature flags: Control releases by hiding new features behind flags. Toggle on and off and change variables without pushing code.
- Segmentation: Roll out gradually and target specific user groups with your own rules.
- Full control: Flags and rules live in your database. Evaluation runs in your backend, protected by your auth.
- Free and open: Built on the OpenFeature standard and OpenFeature Remote Evaluation Protocol (OFREP). No vendor lock-in.
- Full-stack: Web and mobile clients with proper caching work out of the box via OFREP. All the endpoints are set up for you, just point the OpenFeature SDK to your backend.
- Framework- and database-agnostic: Plugs right into your existing JavaScript backend and SQL database.
- Feature management: Use the built-in dashboard to manage features or build your own backoffice with the REST API and admin SDK.