This repository serves as a location to explore Flipt use cases and configurations.
Each subdirectory is a self-contained application that can be run locally.
We'll be adding more applications over time, so check back often!
- Chatbot - A set of tutorials on how to use Flipt in different scenarios, based on the idea of releasing an AI-powered chatbot.
- Cup - A tutorial demonstrating the Cup project managing different configuration formats.
- Sidecar - Demonstrates how to use Flipt as a sidecar to your application for fast evaluations in various configurations.
- Clone this repository
cd
into a subdirectory (e.g.cd chatbot
)- Run
./scripts/start
or similar scripts to start the application
If you run into any issues, please open an issue and we'll get back to you as soon as we can.