Your feature flags, on your premises
A feature flag platform powered by Flipt, installed and maintained by DINAO. Activate, target, and deploy your features progressively — without relying on a US SaaS.
Was ist Flipt?
Flipt is an open-source feature flag management (feature management) platform that can be self-hosted, designed to decouple code deployment from feature activation. It allows exposing a new feature to a subset of users, performing progressive deployments (percentage-based rollout), A/B testing, and instantly disabling a faulty feature — all without a new application deployment.
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 equally well with an integrated SQLite database or with PostgreSQL for the most demanding use cases.
Hosten Sie Flipt bei DINAO
Ressourcenstufen kompatibel mit den Anforderungen von Flipt (min. 1 vCPU / 256 Mo / 1 Go). In Frankreich gehostet, vollständig gemanagt.
- 1 dedizierte vCPUs
- 2 Go RAM
- 20 GB NVMe
- Tägliche Backups
- Gemanagt & überwacht von DINAO
- 2 dedizierte vCPUs
- 4 Go RAM
- 40 GB NVMe
- Tägliche Backups
- Gemanagt & überwacht von DINAO
- 4 dedizierte vCPUs
- 8 Go RAM
- 80 GB NVMe
- Tägliche Backups
- Gemanagt & überwacht von DINAO
- 8 dedizierte vCPUs
- 16 Go RAM
- 160 GB NVMe
- Tägliche Backups
- Gemanagt & überwacht von DINAO
Technische Details
Sie fragen sich…
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 disable in case of issues.
Does my usage data go to a third party?
No. Your flag rules and user evaluations remain on your instance hosted in France. Unlike feature management SaaS providers, nothing is transmitted to an external service.
How do my applications consume the flags?
Via a REST or gRPC API, or directly with an official SDK in your language. Evaluation can be performed server-side or client-side depending on your performance needs.
Can I manage my flags as code?
Yes. Flipt supports declarative YAML configuration, versioned in Git (GitOps), making your changes traceable and reproducible.
Can I change plans or export my data?
Yes. You can upgrade or downgrade at any time, and your flags remain exportable — no proprietary lock-in.