← Back to catalog Flipt · managed by DINAO

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.

Hosted in FranceProgressive deploymentsOpen API & SDKGDPR compliantOfficial publisher image
Overview

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.

Compatible offers

Host Flipt at DINAO

Resource tiers compatible with Flipt prerequisites (minimum 1 vCPU / 256 Mo / 1 Go). Hosted in France, fully managed.

Standard
2 vCPU · 4 Go · 40 Go
19,90 € /month excl. VAT
  • 2 dedicated vCPU
  • 4 Go RAM
  • 40 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Performance
4 vCPU · 8 Go · 80 Go
39,90 € /month excl. VAT
  • 4 dedicated vCPU
  • 8 Go RAM
  • 80 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Under the hood

Technical details

vCPU
1 vCPU
ideal : 1 vCPU
Memory
256 Mo
ideal : 512 Mo
Disk
1 Go
ideal : 2 Go
Image : ghcr.io/flipt-io/flipt:latest Registry : ghcr.io Services : flipt Ports : 8080:8080, 9000:9000
FAQ

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.