Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.32 KB

index.md

File metadata and controls

36 lines (28 loc) · 2.32 KB
title description sidebar_position
Home
go-feature-flag is a simple and complete feature flag solution, without any complex backend system to install. You need only a file as your backend.
1

go-feature-flag logo

What is GO Feature Flag?

GO Feature Flag is a completely open-source, simple and lightweight feature flag solution.

The solution has been built for application of feature flags in your code without the need of any vendor.

GO Feature Flag was initially developed for the GO language, but with the new standardisation of feature flags by Openfeature project, it now supports multiple languages (JAVA, typescript, javascript, ...) with a simple server to host.

:::info If you are not familiar with feature flags, also called feature toggles, you can read this article from Martin Fowler where he explains why this is a great pattern.

I've also written an article which explains why feature flags can accelerate your iteration cycle. :::

What can I do with GO Feature Flag?