Not to be confused with the Ruby on Rails SaaS template Bullet Train: <a href="https://bullettrain.co/" rel="nofollow">https://bullettrain.co/</a>
If you are interested in this space and don't want to purchase a commercial product, check out Flagr [0] which you can deploy and run yourself. It has clients for Go, Python, Ruby and JavaScript. I have only used the basic flagging, but it also supports A/B testing as well.<p>No affiliation, just a happy customer.<p>0 - <a href="https://checkr.github.io/flagr" rel="nofollow">https://checkr.github.io/flagr</a>
I wish there were more examples how to use feature flags. How would you test a feature flag e.g. Halloween discount. As this probably involves both front-end and back-end code. The only way I can think off how this can be tested is by making a special new user with this feature flag.<p>But do you now need to test all possible permutations of the flags combinations? If so, how to determine these permutations? Can imagine you test all possibilities every time??
I’m curious, what everyone wants to see in a feature flagging service? privacy? (gdpr, caap) %rollout? flexibility on rules?<p>from my perspective the most important thing would be privacy and ideally no sdk, but I acknowledge that I might be bias...
The example showing "high_spenders" and conditions like "money_spent >= 100", feels unsettling, and reeks of user-tracking and discrimination.<p>Can we please stop these patterns?