openflagr/flagr
Flagr is a feature flagging, A/B testing and dynamic configuration microservice observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 25
- age_days: 3256
- days_rel: 13
- days_push: 13
- n_releases_24m: 8
Adoption not part of the score
2606 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Flagr is an open-source Go microservice for feature flagging, A/B testing, and dynamic configuration, built around a single evaluation API that returns a variant and optional JSON attachment for a given entity. It supports SQLite, MySQL, and Postgres backends, an eval-only sidecar mode fed from JSON in Git, and a web UI for managing flags.
Use cases
- decouple deployment from release with feature flags and kill switches
- run A/B tests with sticky variant assignment per user
- change runtime configuration without redeploying the app
- self-host a feature flag service with a web UI and REST API
- run an eval-only sidecar with flags defined in a Git-tracked JSON file
- roll out features gradually to targeted audience segments
When to choose
- you want a self-hosted, open-source alternative to LaunchDarkly or similar SaaS flag platforms
- you need feature flags, A/B testing, and dynamic config from one service
- you want sticky per-entity variant assignment without a per-user state store
- your stack is Go or you prefer a lightweight Docker-deployable microservice
When to avoid
- you need a mature SDK ecosystem across many languages rather than a plain HTTP API
- you require advanced experimentation analytics and statistical significance reporting
- you want a fully managed hosted solution with no operational overhead
Facets
service · maturity active
feature-flags api-framework http-server configuration-management web-development backend developer-tools apis self-hosted windows self-hosted go ab-testing dynamic-configuration kill-switch feature-toggles experimentation microservice swagger gitops linux macos docker web-server
2 sources
- readme: https://github.com/openflagr/flagr · fetched 2026-08-28 · 2f3204a759b5
- homepage: https://openflagr.github.io/flagr · fetched 2026-08-29 · a2f00be0e4c7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openflagr/flagr | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem