I made self-hosted feature flags without the enterprise pricing
Self-hosted feature flags without the enterprise pricing or the sales call. Toggle features per user or by percentage rollout from a clean dashboard, with SDKs for a few languages and everything running in one Docker container so your data stays yours. The part I sweated was making percentage rollouts sticky: I hash the user id into the bucket so a given user does not flip-flop between variants on every request, which sounds obvious but is easy to get wrong and miserable to debug. It evaluates flags inline with no network hop using a local cache that refreshes in the background. Audit logs and scheduled rollouts are on the list.
Hashed the user id into the bucket so a user does not flip-flop between variants on every request. Obvious in hindsight, easy to get wrong.
Sign in to leave a comment.
Used something similar years ago that got acquired and killed. Glad this is open source.
CLI is half done actually, hoping to ship it next week.
The demo sold me in about four seconds. Clean work.
I've been building an open-source component library with a brutalist bent
I got small LLMs running nicely on a Raspberry Pi
I made a status page and incident timeline you actually own
I made a minimalist forum that is just markdown and links