FFS

Feature flags solution that is fast, lean, and open-source.

Documentation

Full documentation available at https://doist.github.io/ffs/.

Project

FFS logo

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.

GitHub

View Github