Togglr (currently only available for React projects) is an unlimited feature flagging service, where you name your own price!
The motivation behind this was that so many times I've needed (and the startups I've been a part of needed) feature flagging, but didn't want to have to pay $50+ dollars a month for all the extra bells and whistles.
I always told myself one day when I get the time, I'm going to build a super affordable service targeted towards startups or other hackers needing it for their side projects.
At the moment, you can create unlimited feature flags and unlimited environments. Going to be adding A/B testing and experiments next!
Cool, my app is built in react but I barely have enough features as it stands.
How does it work? It sets the display of the child element to none if it's not enabled?
Hey Alex ! It actually just won't render it to the DOM at all. Doesn't touch any styling or anything like that