Welcome to Pioneer, a light-weight feature flag management tool.
Pioneer 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.
Pioneer's case study can be found here.
git clone https://github.com/pioneer-io/pioneer.git
cd pioneer
Running the docker-compose.yml
file provided will create a single Docker network that runs all of the Pioneer application components.
To start the Pioneer application:
docker-compose up
Visit http://localhost:3000
and start creating your own feature flags!
Starting up the Pioneer application is easy! Watch here to see just how easy it is.