Show HN: We built an open-source LaunchDarkly alternative for B2Bs

https://www.enrolla.io

parkerhiggins
How would you describe your feature set or competitive advantage against Unleash? https://www.getunleash.io/

Agreed that LaunchDarkly is incredibly over priced.

rrampage
Unleash is open source (Apache 2.0 License). Repo: https://github.com/Unleash/unleash .

Growthbook (as mentioned in a sibling comment) is also open source (MIT License). Repo: https://github.com/growthbook/growthbook

Would be interested in knowing the feature differences between the three as they are all Node / Typescript projects

nirga
Great points! I think the main differentiation for us is the connection to pricing and billing. Let’s say you have a feature like “how many seats (users) this customer has” it’s not enough to just be able to define it and fetch it where’ve you need it - which is basically what the tools you mentioned will give you. It depends on which pricing tier the customer’s in. Maybe they bought 5 seats but then 2 more as an add on on top of it. Maybe you want to allow them to use more seats, but just bill them accordingly.

Does it make sense?

andruby
Do you expect Enrolla to cover the ground that Lago [0] covers, wrt metering and billing? Or would the golden path for a SaaS startup be to integrate both?

For context: we're in the process of evaluating/integrating Lago after several years of writing custom billing logic while figuring out "pricing-market" fit.

[0] http://getlago.com

nirga
Yes, we're actually working on supporting metering and billing these days. I think the golden path for a SaaS startup is to have as few products as possible.
daxaxelrod
Or another yc company Growthbook
VicVee
Welcome to the party!

We 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.

FailMore
Looks good. My friend launched Flagsmith a few years back too -https://github.com/Flagsmith/flagsmith. I have used it on a few of my own projects and it’s been great/easy to integrate
nirga
I love flagsmith! I just commented below that I think what makes what we’re doing different is the focus on SaaS and costumer features - so which features are enabled for whom based on the pricing tier they’re at.
capableweb
Hmm, Flagsmith is also for SaaS and can do different feature flags for different users, so doesn't sound like it's that different.

Is there any unique features Enrolla has that none of the competitors don't? If there isn't, you might want to come up with some, otherwise it'll be a hard sell to sell something newer, less polished and with no unique selling points.

nirga
Yeah I know :) I meant that there are some things specific to SaaS that we're trying to solve - like connecting it to pricing and package tiers. So if we have a feature flag called "SAML enabled" its value is based on what pricing tier that specific customer uses.
masukomi
quick feedback: the HTML title of your home page is "home" so when I bookmark it my bookmark's title is "home" which isn't really useful. It also means you're search results title will probably be "home" which again... not great.
thedangler
Hi, 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.
GalKlm
I appreciate the willingness to try it! Thanks!

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.

RomanPushkin
Since it's Node.js and 2023 out there, it would nice to publish performance testing results for a single EC2/VPS instance.
andrejguran
Seems that no-one mentioned my favorite feature flagging + A/B testing open source tool: https://www.growthbook.io/
bmelton
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 changes, which made it not only cheaper than LaunchDarkly, but markedly better to work with.

throwayyy479087
This sounds fantastic - I never understood why LD is so crazily expensive. Thanks for the rec.
nirga
I love growthbook! We’re building a different kind of feature flag framework - one that is for b2b and connects to your billing and pricing systems (because which feature is enabled is connected to what the user paid for).
xtracto
What's up with those pricing plans? it goes from $0 (3 users) to $80 ($20 per user for 4+ users) per month.
wiradikusuma
Congrats on launching! Just curious, how does Enrolla compare to Firebase Remote Config?
nirga
Thanks! So we want to tie it to pricing and tiers - the value of the feature should depend on which tier the customer's in.
tony-infisical
Congrats on the Show!

Looks great! Starred the repo and look forward to seeing how this evolves :D

heipei
I 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 write yourself either way, so the only thing these third-party applications are doing are managing a list of flags on your behalf the way I see it. I don't see how someone would pay for that and also expose their user information to a third party for something so simple. Maybe I'm missing something?
TrickyRick
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)

gitgud
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...

VicVee
Beyond that, who's maintaining it? Are you going to be able to deploy these things across every single one of your systems? Your website? Your apps? In conjunction?

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

tofuahdude
How is using LaunchDarkly home-rolling a feature flag system?
prh8
They are saying they started home-rolled and switched to LD
TrickyRick
Like the other person wrote we switched from a home-rolled system to LaunchDarkly.
andruby
Having had to implement custom billing logic and working in a startup that is still figuring out how to best price & bundle its product, I can see the value of this.

I think this enables non-engineers to define pricing rules and the associated features.

I wonder if this could integrate well with getlago.com (we're looking at integrating that after years which feel partially wasted on implementing custom billing logic)

jmacd
I'd love your feedback on https://priceops.org

We recently open sourced Tier http://github.com/tierrun/tier which combines metering, entitlements, feature flags and a client side SDK to simplify things.

andruby
tier seems interesting when using Stripe. We don’t so I can’t really comment.
trynewideas
100% LD is targeted at product managers, technical account managers, and any other non-developers who want to gate feature rollouts. The devs can just focus on implementing features, flag them, and then forget about it.

That said, LD is an expensive daily pain in my ass, and anything better, or even a little worse but cheaper, than it catches my attention.

nirga
We're currently working on metering and billing integration so I'm not sure if such integration makes sense.
andruby
Thank you for the reply. If anything, you can learn from the choices Lago made. It's not easy making a metering and billing system that works well enough for the majority of use-cases.
dd82
That works great for simple things. how do you tie a specific feature flag to a cross-engineering organization feature that's under rollout with input from multiple projects?

django-waffle is an example of your approach, and worked pretty well in a monolithic environment. But it also exposed multiple issues in coordination in a service oriented environment, which is one reason why O'Reilly went to LaunchDarkly around 2018.

nirga
I get it - that's why it's open-source. You can just run it on-prem.

What you suggested gets complex once you want to start making changes to your subscription plans. Let's say you want to experiment with different configurations. You'd then need to remember which customers were signed up with the "old" package configuration and each of the arms of your experiment, for example.