Deployment options
FlagTGL is a SaaS with an additional self-hosted deployment option.
FlagTGL Cloud
Recommended for most teams. Sign up, create a project, and connect an SDK. FlagTGL operates the application, database platform, upgrades, monitoring, and public endpoints.
Choose Cloud when you want the shortest path to production and do not want feature-management infrastructure to become another internal service to maintain.
Self-hosted
Run FlagTGL in your own infrastructure when regulatory policy, network isolation, or data-residency constraints require it. Your organization owns capacity planning, PostgreSQL, backups, upgrades, TLS, monitoring, incident response, and availability.
git clone https://github.com/anchoo2kewl/flagtgl.git
cd flagtgl
docker compose up -d
Self-hosting does not change the flag model or SDK behavior. It changes who operates the control plane.
Decision guide
| Requirement | Recommended option |
|---|---|
| Fastest setup and automatic upgrades | FlagTGL Cloud |
| No internal control-plane maintenance | FlagTGL Cloud |
| Private network-only deployment | Self-hosted |
| Organization-managed database and backups | Self-hosted |
For help choosing an operating model, contact [email protected].