Welcome to Tailslide, a light-weight feature flag management tool with built-in circuit breaking.
Tailslide is a self-hosted application that can be installed on your own server and run with just a single command.
Click here for full documentation.
Tailslide's case study can be found here.
git clone https://github.com/tailslide-io/tailslide
cd tailslide
Running the command SDK_KEY=your_SDK_KEY docker-compose up
will create a single Docker network that runs all of the Tailslide application components. Pass in your SDK_KEY argument
To start the Tailslide application:
SDK_KEY=your_SDK_KEY docker-compose up
Visit http://localhost:3001
and start creating your own feature flags!