GO Feature Flag is a lightweight, self-hosted feature flag platform. Manage feature rollouts with file-based configuration, percentage-based targeting, A/B testing, and a built-in evaluation API — no external database required.
A lightweight, open-source feature flag solution that keeps things simple. Configuration lives in a file (YAML, JSON, or TOML) stored locally or fetched from S3, GitHub, HTTP endpoints, and more. No database needed — just define your flags and start evaluating.
/health and /info endpoints help with observabilityRETRIEVER_KIND — where to fetch flag config from (e.g., file, http, s3, github)RETRIEVER_PATH — path or URL to the flag configuration fileMount a flag configuration file at /goff/flags.yaml or configure a remote retriever via environment variables.