Your feature flags, on your terms
A feature flag platform powered by Flipt, installed and maintained by DINAO. Enable, target, and progressively roll out your features — without relying on a US SaaS.
What is Flipt?
Flipt is an open-source, self-hostable feature flag management (feature management) platform designed to decouple code deployment from feature activation. It allows you to expose new features to a subset of users, perform progressive rollouts (percentage-based), run A/B tests, and instantly disable a faulty feature — all without redeploying your application.
Flipt relies on segments and targeting rules based on your users' attributes, offering both boolean flags and multi-variant flags. Its configuration can be managed via a clear web interface or entirely declaratively in YAML, versioned in Git for a GitOps approach.
On the integration side, Flipt exposes high-performance REST and gRPC APIs, as well as official SDKs in many languages for server-side or client-side evaluation. Lightweight, written in Go, and distributed as a container, it works seamlessly with an integrated SQLite database or PostgreSQL for the most demanding use cases.
Host Flipt at DINAO
Resource tiers compatible with Flipt prerequisites (minimum 1 vCPU / 256 Mo / 1 Go). Hosted in France, fully managed.
- 1 dedicated vCPU
- 2 Go RAM
- 20 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 2 dedicated vCPU
- 4 Go RAM
- 40 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 4 dedicated vCPU
- 8 Go RAM
- 80 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 8 dedicated vCPU
- 16 Go RAM
- 160 GB NVMe
- Daily backups
- Managed & monitored by DINAO
Technical details
You might be wondering…
What is a feature flag?
A feature flag is a software switch that allows you to enable or disable a feature without redeploying your application. With Flipt, you decide who sees what, deploy progressively, and instantly cut off features in case of issues.
Is my usage data sent to a third party?
No. Your flag rules and user evaluations remain on your instance hosted in France. Unlike feature management SaaS, nothing is transmitted to an external service.
How do my applications consume flags?
Via a REST or gRPC API, or directly with an official SDK in your language. Evaluation can be done server-side or client-side depending on your performance needs.
Can I manage my flags as code?
Yes. Flipt supports declarative configuration in YAML, versioned in Git (GitOps), making your changes traceable and reproducible.
Can I change my plan or export my data?
Yes. You can upgrade or downgrade at any time, and your flags remain exportable — no vendor lock-in.