CloudFlags
Super basic CloudFlare Worker powered feature flag service with a simple API and UI
A hyper simplistic feature flag service focused on ease of use and speed. The project is designed to run as a CloudFlare Worker and uses CloudFlare Workers KV for storage. This allows it to run fully on the edge, globally distributed to be closer to the user. There is a simple API for other apps to query one or more feature flags and an easy to use UI for managing the flags. The project is fully built on top of the Hono framework using JSX for templating yet not shipping any JavaScript to the client.