4
0 Comments

Open sourcing TwoFlags, Feature Flags service.

A couple days ago, my friend and I published an OpenSource alternative to Feature Flags for Frontend Applications. It uses Cloudflare Workers serverless platform, so costs are really low ($5/month) and performance is really good since everything works on the edge closer to your users (including data via Workers KV)

If you want to integrate it on your projects let me know, we can provide you a demo account on a development environment, so you can assess if it works for your use case before installing your own instance.

It also includes a React SDK, A/B Testing, etc.

The code and examples can be found at:

https://github.com/twoflags-io

And this is a blog post describing its use:

https://medium.com/@efreyreg/runtime-config-for-frontend-applications-using-twoflags-1165f418e47a

Hope it helps your projects

Happy hacking.

on April 10, 2020