r/elixir 10d ago

Feature flags and consumables

Hello.
Wondering if anyone knows a good package to create features that can be tracked based on a plan the user has signed up for.

So it’s easy to check what feature a user has access to. Or even have they consumed a feature like number of SMS messages they consumed.

Thanks

4 Upvotes

4 comments sorted by

6

u/mikehostetler 10d ago

Fun with Flags? I don't think it does all you're asking, but could be a good place to start

https://github.com/tompave/fun_with_flags

2

u/wakowarner 10d ago

There’s an unofficial unleash sdk for elixir

https://gitlab.com/afontaine/unleash_ex

https://www.getunleash.io/

1

u/mikehostetler 9d ago

We use Unleash at work on a TypeScript project - highly recommend!!!

It's not Native Elixir (boo) but it gets the job done across a ~20 person team.

1

u/Disastrous_Purpose22 8d ago

I don’t see the need to pay for a service to run my 4 feature flags. Seems weird to have a 3rd party service for feature flags

What happens if the service goes down , people all the sudden don’t have access to things ?