Unleash
Open-source feature management platform for rolling out features gradually, running experiments, and controlling releases without redeploying code.
Overview
Unleash is an open-source feature management platform that lets teams control when and how new features reach users, independently of when code is deployed. Feature flags let a team ship code to production already, then turn a feature on for a subset of users - or roll it back instantly - without a new deployment, and let multiple features be developed and tested with real production data simultaneously rather than coordinating long-lived feature branches.
It supports gradual rollouts, targeting rules, and the kind of controlled experimentation feature flags are commonly used for, with client SDKs across many languages and both a self-hosted deployment and a managed Unleash offering.
Unleash is a fit for teams that want to decouple releasing code from releasing features - reducing the risk of any single deployment - rather than relying on deployment-time feature toggles or long-lived branches.
- Categories
- DevOps
- Languages
- TypeScript
- License
- AGPL-3.0
Related Projects
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Caddy
Apache-2.0Modern web server and reverse proxy with automatic HTTPS by default, built for simplicity compared to traditional web server configuration.
- DevOps
cert-manager
Apache-2.0Automates issuing, renewing, and managing TLS certificates for Kubernetes applications, eliminating manual certificate handling.
- DevOps
Spotted an error? Suggest an edit on GitHub.