Dorkly – Open source feature flags

Dorkly offers a free and open-source feature flag system that integrates smoothly with LaunchDarkly’s SDKs. This git-based system allows for consistent implementation of feature flagging across various programming languages. Dorkly aims to simplify the feature flagging process without adding more cognitive burden. It can easily be integrated into existing workflows for users of Terraform, AWS, and GitHub. The system primarily consists of a dockerized server process that hosts flag data and updates managed via GitHub in a yaml format. While the project is in early development stages and may not be highly available yet, it welcomes feedback, early adopters, and contributors. Key features include Boolean flags, server-side and client-side flags, and fast updates upon changes.

https://github.com/dorklyorg/dorkly/wiki

To top