FujiFlag Documentation

FujiFlag Documentation

FujiFlag lets your team separate deploying code from releasing it. Create a feature flag, choose its value for each environment, and read that value from your application with a lightweight SDK.

Start here

  1. Create your first feature flag
  2. Understand projects, environments, and flags
  3. Install the JavaScript SDK or React SDK

What you can do

  • Turn a feature on or off without another application deployment.
  • Set distinct flag values for development, staging, and production.
  • Use read-only API keys in an application to retrieve values safely.
  • Add polling and caching when your application needs refreshed flag values.

Find the right guide

Use a basic feature flag when the same value should apply to every user in an environment. Use targeting or a percentage rollout when evaluation needs context. Use an experiment when variants must remain stable for the same subject. Use surveys to collect structured feedback from an eligible audience.

Each feature has a dedicated guide as it becomes publicly available. The documentation architecture records the planned map and the product evidence required before a page joins the public navigation.