GO Feature Flag
Open-source, self-hosted feature flag and rollout management
2.1k stars 214 forks last commit first released MIT
Actively maintained
Last commit 19 Aug 2026.

GO Feature Flag is an open-source feature flag solution that provides a Go module and a relay-proxy API server to evaluate and manage flags across languages. It supports file and cloud retrievers, progressive rollouts, A/B testing and event export for flag usage tracking.
Key Features
- Relay proxy (HTTP API) for multi-language support and central evaluation.
- Native Go module for in-process evaluation when using Go projects.
- Multiple retrievers: local file, HTTP, S3, Google Cloud Storage, Kubernetes ConfigMap, Git providers, Redis, MongoDB, PostgreSQL, and others.
- Advanced rollout strategies: targeted rules, canary releases, progressive (percentage) rollouts, scheduled changes, and A/B testing.
- Data exporters and notifiers to persist or forward evaluation events (file, S3/GCS, webhook, log) and notify via Slack/webhooks.
- Built to integrate with the OpenFeature standard to provide providers/SDKs across many languages.
Use Cases
- Add centralized feature flag evaluation for polyglot architectures using the relay proxy (HTTP API) and OpenFeature providers.
- Run progressive rollouts and A/B experiments with percentage-based and rule-based targeting while exporting evaluation events for analysis.
- Store flag configuration in existing infrastructure (S3, Git, Kubernetes, Redis, MongoDB, PostgreSQL) and deliver fast local or remote evaluations.
Limitations and Considerations
- OpenFeature integration is a cornerstone of multi-language support; users should validate current provider coverage and compatibility for their target language since OpenFeature is evolving.
GO Feature Flag is geared toward teams that want a lightweight, auditable, and extensible self-hosted feature flag system with first-class Go support and a language-agnostic HTTP relay. The project provides editor tooling for composing and testing flags and is maintained as an open-source project with community contributions.
Categories:
Tags:
Tech Stack:
Similar to GO Feature Flag
Glances
Cross-platform system monitoring tool with TUI, Web UI, and APIs
Glances is a cross-platform system monitoring tool providing a terminal dashboard, web UI, and REST/XML-RPC APIs for local or remote monitoring and exporting metrics.

FeatBit
Self-hosted feature flag and experimentation platform
Open-source, self-hosted feature flag management platform with progressive rollouts, targeting rules, A/B testing, audit logs, and APIs for automated releases.

Fusio
Self-hosted API management and API gateway platform
Fusio is an open source API management platform for building, securing, and operating REST APIs, with a web backend, developer portal, and SDK generation.
PushBits
Relay server that forwards push notifications to Matrix
Self-hosted relay server exposing a Gotify-compatible HTTP API to send push notifications which are delivered to users via the Matrix protocol; supports multiple users, channels and Docker deployment.

ANALOG
A minimal analytics tool to self-host.
Self-hosted analytics dashboard with pluggable storage (Redis, PostgreSQL, MongoDB, SQLite), a REST API for events, and a lightweight web UI.
Budibase
Open-source low-code platform for internal apps and workflow automation
Budibase is an open-source low-code platform to build internal tools, portals, forms, and approval workflows with integrations to databases and APIs.




