Dorkly Feature Flags

Free Open Source Feature Flag system. Dorkly is a git-based open source feature flag backend for LaunchDarkly's open source SDKs. It allows you to implement feature flagging consistently across dozens of languages using LaunchDarkly's battle-tested SDKs.

Dorkly strives to be a simple feature flagging system without the cognitive load of yet another tool. If you're feeling fatigue from too many SaaS products then this might be if interest to you. If you're already using Terraform, AWS, and GitHub then this project will slide right into your existing workflow.

How it Works

Dorkly primarily consists of a dockerized server process that you host somewhere your app can reach. Once you've added the LaunchDarkly SDK to your app's code, your app will connect to your Dorkly server at runtime to request flag data and listen for updates.

Flag rules are managed in GitHub using a simple yaml format. Example flags repo

For more info check out Architecture.

Key Concepts

Status

This project is in the early stages of development. It can be used in production if you're ok with the Dorkly server topology not yet being HA (Highly Available). Feedback is appreciated. Early adopters, tire-kickers, and contributors are welcome. It's not to late to make major changes! Pending tasks.

Supported Features

LaunchDarkly is a powerful system with a lot of features. Dorkly is a subset of that functionality. Here's what is supported so far: