> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/awesome-selfhosted/awesome-selfhosted/llms.txt
> Use this file to discover all available pages before exploring further.

# Software Development - Feature Toggle

> Self-hosted feature flag and toggle management systems

A [feature toggle](https://en.wikipedia.org/wiki/Feature_toggle) in software development provides an alternative to maintaining multiple feature branches in source code.

## Related Categories

* [Software Development - IDE & Tools](/categories/software-dev-ide)

## Applications

### Featbit

Enterprise-grade feature flag platform that you can self-host.

* **Website:** [https://www.featbit.co/](https://www.featbit.co/)
* **Source Code:** [https://github.com/featbit/featbit](https://github.com/featbit/featbit)
* **License:** MIT
* **Tech Stack:** Docker/K8S

### Flagsmith

Dashboard, API and SDKs for adding Feature Flags to your applications (alternative to LaunchDarkly).

* **Website:** [https://flagsmith.com](https://flagsmith.com)
* **Source Code:** [https://github.com/flagsmith/flagsmith](https://github.com/flagsmith/flagsmith)
* **License:** BSD-3-Clause
* **Tech Stack:** Docker/K8S

### Flipt

Feature flag solution with support for multiple data backends (alternative to LaunchDarkly).

* **Website:** [https://flipt.io](https://flipt.io)
* **Source Code:** [https://github.com/flipt-io/flipt](https://github.com/flipt-io/flipt)
* **License:** GPL-3.0
* **Tech Stack:** Docker/K8S/Go

### GO Feature Flag

Simple, complete, and lightweight feature flag solution (alternative to LaunchDarkly).

* **Website:** [https://gofeatureflag.org](https://gofeatureflag.org)
* **Source Code:** [https://github.com/thomaspoignant/go-feature-flag](https://github.com/thomaspoignant/go-feature-flag)
* **License:** MIT
* **Tech Stack:** Go
