TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Open-source feature flag service?

17 pointsby masonicb00malmost 6 years ago
Is there an open-source self-hosted feature flag service (like Launch Darkly, Gatekeeper, etc...)?<p>I’d rather run my own than have someone else do it, but if you’ve had good experiences with the SaaS options I’d be interested in hearing that too.

6 comments

sslalreadyalmost 6 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;Unleash&#x2F;unleash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Unleash&#x2F;unleash</a><p>&gt; Unleash is a feature toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby and Python.
gshdgalmost 6 years ago
Why would you need a service to manage your feature flags?
评论 #20431738 未加载
pkaedingalmost 6 years ago
This page has some resources that should get you started: <a href="http:&#x2F;&#x2F;featureflags.io&#x2F;resources&#x2F;" rel="nofollow">http:&#x2F;&#x2F;featureflags.io&#x2F;resources&#x2F;</a><p>There are lots of open-source feature flag options. Most are probably better thought of as &#x27;libraries&#x27; than &#x27;services&#x27;, but they can definitely get you going with feature flags.
mindcrashalmost 6 years ago
Here are two in microservice shape, ready-to-use and ready-to-deploy I am aware of:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;checkr&#x2F;flagr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;checkr&#x2F;flagr</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;markphelps&#x2F;flipt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markphelps&#x2F;flipt</a>
remiloufalmost 6 years ago
I’ve had the same frustration recently and coded a working prototype in Elixir. I’d be happy to share.
macca321almost 6 years ago
<a href="https:&#x2F;&#x2F;bullet-train.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bullet-train.io&#x2F;</a> looks promising