Migrate from LaunchDarkly
FlagTGL is designed as a drop-in replacement for LaunchDarkly. The relay proxy exposes LaunchDarkly-compatible endpoints, so you can migrate by updating your SDK configuration to point to your FlagTGL instance.
Migration Steps
- Set up FlagTGL -- Deploy the FlagTGL backend and create your project, environments, and flags to mirror your LaunchDarkly setup.
- Update SDK base URLs -- Change
BaseUri,StreamUri, andEventsUriin your LaunchDarkly SDK configuration to point to your FlagTGL relay proxy. - Replace SDK keys -- Swap your LaunchDarkly SDK keys for FlagTGL environment SDK keys.
- Verify -- Test flag evaluations in a staging environment before switching production traffic.
No code changes are required beyond updating the configuration. The FlagTGL SDKs also provide a LaunchDarkly-compatible interface for teams that want to switch to the native client.