TwoFlags

Feature Flags Service API built on Workers

About

This project provides an OpenSource alternative to Feature Flags service for Frontend Applications built on top of Cloudflare Workers and Workers KV. We where looking for commercial alternatives but they where way too expensive for our use cases and Cloudflare Workers and particularly Workers KV storage are perfect for the task. We also develop a React integration and plan to create a CLI.

Why Workers?

Workers is the perfect serverless technology for this use case. Also KV with its high read ratio. Since Feature Flags get written very few times and read many many times. Also having the service running on the edge makes it super fast.