Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.53 KB

File metadata and controls

32 lines (30 loc) · 1.53 KB
layout home
hero
name text tagline actions
Toggles Platform
Elegant feature flagging for Apple & Android
Type-safe, encrypted, and fast feature flags — with code generation and a built-in debug UI.
theme text link
brand
Get Started
/guide/introduction
theme text link
alt
View Tools
/tools/togglegen
theme text link
alt
GitHub
features
title details
Type-safe by design
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.