You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate strongly-typed accessors for your toggles with ToggleGen — no more stringly-typed lookups or optional-unwrapping at call sites.
title
details
Cross-platform
A shared design implemented natively for Apple platforms (Swift) and Android (Kotlin), so the same feature-flagging model works across your whole stack.
title
details
Secure values
Sensitive toggle values — API keys, tokens — can be stored encrypted with ChaCha20-Poly1305 and decrypted only at read time.
title
details
Built-in debug UI
A ready-made view lists every toggle, shows which provider is serving each value, and lets you override values at runtime for debug builds.
title
details
Reactive updates
Observe toggle changes as they happen via Combine publishers on iOS or Kotlin Flows on Android, so remote configuration updates reach your UI immediately.
title
details
Migration-friendly
Already using JustTweak? JustTweakMigrator converts your existing datasource so you can move to Toggles without hand-editing configuration.