Skip to main content

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

RequirementRecommended option
Fastest setup and automatic upgradesFlagTGL Cloud
No internal control-plane maintenanceFlagTGL Cloud
Private network-only deploymentSelf-hosted
Organization-managed database and backupsSelf-hosted

For help choosing an operating model, contact [email protected].