Client SDK
Unleash has official SDK for Java, Node.js, Go, Ruby, Python and .Net. And we will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application.
Clients written by awesome enthusiasts:
silvercar/unleash-client-kotlin (Kotlin)
minds/unleash-client-php (PHP)
afontaine/unleash_ex (Elixir)
mikefrancis/laravel-unleash (Laravel - PHP)
AppsFlyer/clojure-unleash (Clojure)
pmb0/nestjs-unleash (NestJS - Node.js)

Try Unleash
Try Unleash
We have deployed a demo version of Unleash on Heroku. Here you can play with the Unleash UI, define some feature toggles and get a feel of how to use Unleash.
It is even possible to use one of the Unleash client SDKs and test it out Unleash your application. To do this, you should connect one of the clients using the hosted API URL: https://unleash.herokuapp.com/api/.
Activation strategies
Activation strategies
It's great to have a system for turning stuff on and off. Sometimes, however, we want more granular control, and we want to decide who the toggle should be enabled for. This is where activation strategies come into the picture. Activation strategies take arbitrary config and allow us to enable a toggle in various ways.
