Show HN: We built an open-source LaunchDarkly alternative for B2Bs
41–50 of 53 posts
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#42Earlier quoted context omitted.
Most companies are not in the business of building UIs for rule engines, A/B-testing, user segmentation, etc. The value of giving non-engineers the power to roll out features without code changes is worth quite a lot. (Where I work we recently went from a home-rolled feature flag system similar to what you described to using LaunchDarkly)
Agreed, dynamically serving features based on a database flag is just one part. There's A/B analytics, rolling out to specific user segments, recognizing stale flags etc... You could always build it all your self, but I guess you could build a lot of things your self...
I absolutely understand that you could just read somejson from a cdn and call it a day, but at some point someone is going to have to maintain it and become the defacto feature flag person lol
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#43We launched https://devcycle.com about a year ago. We're not trying to compete in the self-hosted / on-prem space. Moreso a super simple setup and high flexibility.
Your use case is interesting though, it would definitely fix a lot of headache for people trying to do this via Auth0 directly. Also this just fits in a perfect slot for people starting up a new SaaS platform for sure. Super cool.
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#44I know this is a peak HN comment, but I really fail to see the appeal of using a third-party solution for something so basic. In my applications, feature flags are simply controlled via a "tags" field per user and per team. Additionally, each subscription plan has a "tags" field attached to it that is merged with the user and team tags. The logic of how the application behaves in each case is something you have to wr…
Most companies are not in the business of building UIs for rule engines, A/B-testing, user segmentation, etc. The value of giving non-engineers the power to roll out features without code changes is worth quite a lot. (Where I work we recently went from a home-rolled feature flag system similar to what you described to using LaunchDarkly)
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#45Seems that no-one mentioned my favorite feature flagging + A/B testing open source tool: https://www.growthbook.io/
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#46Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#47Hi, Where are the docs for production? I have a droplet with DO, and running a basic laravel SaaS project. I want to give this a go, but don't want to spin up another droplet.
This one may help you: https://docs.enrolla.io/contributing/overview
If it doesn't, feel free to reach out at the community slack: https://join.slack.com/t/enrollacommunity/shared_invite/zt-1...
We can even jump on a call to assist you.
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#48Earlier quoted context omitted.
Most companies are not in the business of building UIs for rule engines, A/B-testing, user segmentation, etc. The value of giving non-engineers the power to roll out features without code changes is worth quite a lot. (Where I work we recently went from a home-rolled feature flag system similar to what you described to using LaunchDarkly)
How is using LaunchDarkly home-rolling a feature flag system?
Re: Show HN: We built an open-source LaunchDarkly alternative for B2Bs
#49Seems that no-one mentioned my favorite feature flagging + A/B testing open source tool: https://www.growthbook.io/
I'll second GrowthBook. I was able to drop out of a LaunchDarkly subscription that was costing thousands of dollars per month and into a nice, cozy $29 Growthbook plan with zero loss in fidelity, while also increasing capabilities. Growthbook has a Chrome dev plugin that allows you to simulate feature flags and value changes without having to modify the actual flags and watch the page update in response to the flag c…