TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Feature Flags Backed by Git

93 点作者 bullcitydev9 个月前
Hey all,<p>I&#x27;m the founder of Flipt, an open-source (<a href="https:&#x2F;&#x2F;github.com&#x2F;flipt-io&#x2F;flipt">https:&#x2F;&#x2F;github.com&#x2F;flipt-io&#x2F;flipt</a>) feature flag tool that I (and others) have been working on for the past few years.<p>About a year or two ago we added support for serving flag state from various non-relational declarative stores like Git, OCI, Object Store, etc.<p>Many of our users came to love the git-backed storage, as it allows them to keep their feature flags close to their code in there organization&#x27;s repos. But they had one (rather large) ask, and that was the ability to use the UI to manage flag state changes and still use Git as the backend.<p>So today we&#x27;re rolling out our hosted solution that does exactly that (and more soon).<p>I would love any feedback, questions, etc, or if anyone would give it a spin! Happy to extend the 14-day trial as well for anyone interested in providing product feedback.<p>Thanks!!

13 条评论

varun_chopra9 个月前
This post comes at a great time! I&#x27;ve been wondering what folks prefer - git or DB backed configs and feature flags. How do you decide to go with one or the other?<p>What do you guys do when GitHub inevitably has an outage?
评论 #41461575 未加载
评论 #41464483 未加载
评论 #41461621 未加载
评论 #41466513 未加载
withinboredom9 个月前
I noticed that when trying to evaluate flags, the context only allows string values. Is that by design?<p>edit: it also seems silly to force users to choose an organization name with a big warning that they can&#x27;t change it later. Why stop me from signing up? I almost didn&#x27;t sign up because of this, but decided I would just try it out.
评论 #41461134 未加载
habosa9 个月前
I’ve always wanted this to exist! Very nice execution.
评论 #41469740 未加载
erik_seaberg9 个月前
Very glad to see percentage-of-users experiments, that&#x27;s where it falls short to simply deploy&#x2F;rollback the new version.
aetherspawn9 个月前
Can this probably be done with GitHub Actions and GitHub Pages without any 3rd party platform (just no UI)?
评论 #41463344 未加载
评论 #41461588 未加载
guilhermecgs9 个月前
I am a user. What i would like is something very &quot;simple&quot;, no server<p>Use the same SDK and ping github rest api to get the values of the the flag.<p>I know, this is very weird... But i cant deny it would be helpful for very small projects
评论 #41470678 未加载
bullcitydev9 个月前
One thing to note is that we currently only support GitHub organization accounts.<p>We&#x27;re working on personal accounts next, but due to GitHub API&#x2F;apps permissions, we have to request a different set of creds to get that to work.
Summerbud9 个月前
I like this design choice!! Wondering, what will be the biggest drawback pop in your head compared to traditional DB config or feature flags solution?
评论 #41463410 未加载
Traubenfuchs9 个月前
Can this do anything spring cloud config can‘t do?
评论 #41462829 未加载
linvs9 个月前
Love the design!
评论 #41470689 未加载
abluecloud9 个月前
the sound mix on the video demo is unbearable for me. the vocal is lower than the background music.
评论 #41460898 未加载
nhumrich9 个月前
If a user can turn a toggle on and off using a UI, what is even the point of Git?
评论 #41463433 未加载
评论 #41461635 未加载
benmusch9 个月前
looks awesome