ffs
ffs copied to clipboard
Feature flags solution that is fast, lean, and open-source.
Warning
Not actively maintained. Issues paints a good picture of what's left to take FFS to 1.0.
FFS
Feature flags solution that is fast, lean, and open-source.
Documentation
Full documentation available at https://doist.github.io/ffs/.
Project
FFS is built on Kotlin Multiplatform and made up of 4 major components:
- A dashboard to create and manage feature flags.
- SDKs to consume feature flags:
- For frontend or other unsafe environments, relying on the server for evaluation results.
- For backend or other safe environments, evaluating feature flags locally.
- A server to provide the API for the dashboard and SDKs.
See each README for project-specific information.
License
Released under the MIT License.