README.md
September 6, 2026 · View on GitHub
Toggly Feature Management SDKs
Official client libraries for Toggly — feature flags, progressive delivery, usage metrics, and experiments.
What's in this repository
This monorepo contains the official Toggly SDKs across web, mobile, and backend platforms. Use them to evaluate feature flags remotely, target rollouts, and integrate with the Toggly platform — many packages can also be used for local / offline evaluation patterns.
- Turn features on or off without redeploying
- Roll out to a subset of users with targeting rules
- Measure feature usage and run experiments
- Ship with idiomatic APIs for each framework
Get started
- Create a free app at toggly.io (Always Free plan available).
- Follow the guides at docs.toggly.io.
- Pick your SDK from the catalog below.
Install and usage details live in each package README and in the docs. This root page is the index.
SDKs
Web & frontend
| Platform | Package | Path | Docs |
|---|---|---|---|
| JavaScript / TypeScript | @ops-ai/feature-flags-toggly | Toggly.FeatureManagement.Javascript/feature_flags_toggly | Docs |
| React | @ops-ai/react-feature-flags-toggly | Toggly.FeatureManagement.React | Docs |
| Angular | @ops-ai/ngx-feature-flags-toggly | Toggly.FeatureManagement.Angular | Docs |
| Vue | @ops-ai/vue-feature-flags-toggly | Toggly.FeatureManagement.Vue | Docs |
| Svelte | @ops-ai/svelte-feature-flags-toggly | Toggly.FeatureManagement.Svelte | Docs |
| Astro | @ops-ai/astro-feature-flags-toggly | Toggly.FeatureManagement.Astro | Docs |
| Gatsby | @ops-ai/gatsby-feature-flags-toggly | Toggly.FeatureManagement.Gatsby | Docs |
| Next.js | @ops-ai/nextjs-toggly-* | Toggly.FeatureManagement.Next | Docs |
| Nuxt | @ops-ai/nuxt-toggly-* | Toggly.FeatureManagement.Nuxt | Docs |
| Remix | @ops-ai/remix-toggly-* | Toggly.FeatureManagement.Remix | Docs |
| HTML / CSS | CSS helpers | Toggly.FeatureManagement.Css | Docs |
| WordPress | WordPress plugin | Toggly.FeatureManagement.Wordpress | Docs |
Mobile
| Platform | Package | Path | Docs |
|---|---|---|---|
| Flutter | feature_flags_toggly (+ storage packages) | Toggly.FeatureManagement.Flutter | Docs |
| React Native | @ops-ai/react-native-toggly* | Toggly.FeatureManagement.ReactNative | Docs |
| Android | io.toggly:toggly-android-* | Toggly.FeatureManagement.Android | Docs |
| iOS | Swift Package Toggly | Toggly.FeatureManagement.iOS | Docs |
Backend & servers
| Platform | Package | Path | Docs |
|---|---|---|---|
| .NET | Toggly.FeatureManagement (+ Hangfire, storage, NSwag, …) | Toggly.FeatureManagement.NET | Docs |
| Node.js | @ops-ai/toggly-node-core, Express / Fastify / Hono / Koa | Toggly.FeatureManagement.Node | Docs |
| Python | toggly (+ cache / framework packages) | Toggly.FeatureManagement.Python | Docs |
| Java | io.toggly:toggly-* | Toggly.FeatureManagement.Java | Docs |
| PHP | toggly/feature-management-php | ops-ai/Toggly.FeatureManagement.PHP | Docs · Packagist |
| Go | github.com/ops-ai/Toggly.FeatureManagement/toggly-go | toggly-go | Docs · pkg.go.dev |
| Ruby | toggly, toggly-rails, toggly-cache | toggly-ruby | Docs |
| Rust | toggly (+ axum / actix / rocket) | toggly-rust | Docs |
Integrations & hooks
| Integration | Package | Path | Docs |
|---|---|---|---|
| Google Analytics 4 | @ops-ai/toggly-ga4-hook | toggly-ga4-hook | Docs |
| Microsoft Clarity | @ops-ai/toggly-clarity-hook | toggly-clarity-hook | Docs |
| Application Insights | @ops-ai/toggly-appinsights-hook | toggly-appinsights-hook | Docs |
| Hook types | @ops-ai/toggly-hooks-types | toggly-hooks-types | Docs |
| Docusaurus / edge | @ops-ai/toggly-docusaurus-plugin, Cloudflare helpers | toggly-docusaurus-edge-sdk | Docs |
| Generic JS client | @ops-ai/toggly-client-core (standalone; not required by the plugin) | toggly-docusaurus-edge-sdk/libs/core | Docs |
| Local gates | @ops-ai/toggly-local-gates | toggly-local-gates | Docs |
Tools
| Tool | Path | Docs |
|---|---|---|
| Toggly CLI | Toggly.CLI | Docs · Releases |
Documentation & resources
- Product docs: docs.toggly.io
- Website: toggly.io
- SDK releases:
.github/RELEASE.md
Contributing
Please open an issue first for bugs and feature ideas, then follow CONTRIBUTING.md. Large PRs without prior discussion may be closed.
Security
Report vulnerabilities privately via GitHub Private Vulnerability Reporting. See SECURITY.md. Do not file public issues for security reports.
License
Most packages in this repository are licensed under the MIT License. WordPress plugin packaging follows GPLv2 or later as required by the WordPress ecosystem.
Support
- Guides and API references: docs.toggly.io
- Questions and ideas: GitHub Discussions
- Bugs and features: GitHub Issues (structured templates)
- Code of conduct:
CODE_OF_CONDUCT.md