Skip to content

Overview

Flags is a feature flagging system designed for developers that allows you to write and maintain feature flag logic directly in JavaScript, giving you more control and flexibility over feature rollouts.

Key Features

  • Feature flags as code: Write your feature flag logic in JavaScript.
  • Abides by OpenFeature Remote Evaluation Protocol.
  • Highly Available: FFlags leverages edge computing to ensure high availability.
  • Real-time flag evaluation: Flags are evaluated in real-time, ensuring that your users always get the latest feature flag state.