Skip to main content
Remote config lets you control values and feature flags from the server, so you can tune your game, gate features, and run experiments without a client update.
Manage config values and feature flags for a game version in the dashboard, and vary them by segment.
Remote config and feature flags

Patterns

  • Feature flags — ship code dark, then enable it for a segment or everyone.
  • Tuning — adjust drop rates, prices, or difficulty live.
  • Experiments — serve variants to different segments and compare with analytics.
Always provide safe client-side defaults so your game stays playable if a config fetch fails.