Introduction

FlagDash is a feature flag and remote configuration platform for modern development teams. Deploy safely, test in production, and roll out gradually without redeploying code.

Feature Flags

Boolean flags with per-environment states and targeting rules.

Remote Config

JSON-powered configuration that updates instantly across all your environments.

Multi-Environment

Separate flag states for dev, staging, and production with independent API keys.

Architecture

FlagDash uses a 3-tier API key system for security:

  • Client Safe for frontend use. Can only read flag values and read config values. Never exposes rules or targeting logic.
  • Server For backend services. Read-only access to flags with full rule details for server-side evaluation.
  • Management Full CRUD access. Create, update, and delete flags and configs programmatically. Never expose in frontend code.