Feature Flags Admin

This page allows you to override feature flags during development. Changes are stored in your browser's localStorage and will persist until cleared.

Loading feature flags...

Current Flag Configuration

{
  "ENABLE_CHAT": {
    "id": "ENABLE_CHAT",
    "description": "Enable the chat section on the homepage",
    "defaultValue": false,
    "criteria": {
      "rolloutPercentage": 0
    }
  }
}