Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Doist/ffs

Repository files navigation

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 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.