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 two types of credentials:

  • sk_ API Key Project + environment scoped. Configurable permissions — read-only for frontends, or read-write for backend services.
  • pat_ PAT Personal Access Token. User-scoped with full account access. For CLI, management API, and automation. Never expose in frontend code.