README.md

September 6, 2026 · View on GitHub

Toggly

Toggly Feature Management SDKs

Official client libraries for Toggly — feature flags, progressive delivery, usage metrics, and experiments.

License: MIT Documentation Website Security

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

  1. Create a free app at toggly.io (Always Free plan available).
  2. Follow the guides at docs.toggly.io.
  3. 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

PlatformPackagePathDocs
JavaScript / TypeScript@ops-ai/feature-flags-togglyToggly.FeatureManagement.Javascript/feature_flags_togglyDocs
React@ops-ai/react-feature-flags-togglyToggly.FeatureManagement.ReactDocs
Angular@ops-ai/ngx-feature-flags-togglyToggly.FeatureManagement.AngularDocs
Vue@ops-ai/vue-feature-flags-togglyToggly.FeatureManagement.VueDocs
Svelte@ops-ai/svelte-feature-flags-togglyToggly.FeatureManagement.SvelteDocs
Astro@ops-ai/astro-feature-flags-togglyToggly.FeatureManagement.AstroDocs
Gatsby@ops-ai/gatsby-feature-flags-togglyToggly.FeatureManagement.GatsbyDocs
Next.js@ops-ai/nextjs-toggly-*Toggly.FeatureManagement.NextDocs
Nuxt@ops-ai/nuxt-toggly-*Toggly.FeatureManagement.NuxtDocs
Remix@ops-ai/remix-toggly-*Toggly.FeatureManagement.RemixDocs
HTML / CSSCSS helpersToggly.FeatureManagement.CssDocs
WordPressWordPress pluginToggly.FeatureManagement.WordpressDocs

Mobile

PlatformPackagePathDocs
Flutterfeature_flags_toggly (+ storage packages)Toggly.FeatureManagement.FlutterDocs
React Native@ops-ai/react-native-toggly*Toggly.FeatureManagement.ReactNativeDocs
Androidio.toggly:toggly-android-*Toggly.FeatureManagement.AndroidDocs
iOSSwift Package TogglyToggly.FeatureManagement.iOSDocs

Backend & servers

PlatformPackagePathDocs
.NETToggly.FeatureManagement (+ Hangfire, storage, NSwag, …)Toggly.FeatureManagement.NETDocs
Node.js@ops-ai/toggly-node-core, Express / Fastify / Hono / KoaToggly.FeatureManagement.NodeDocs
Pythontoggly (+ cache / framework packages)Toggly.FeatureManagement.PythonDocs
Javaio.toggly:toggly-*Toggly.FeatureManagement.JavaDocs
PHPtoggly/feature-management-phpops-ai/Toggly.FeatureManagement.PHPDocs · Packagist
Gogithub.com/ops-ai/Toggly.FeatureManagement/toggly-gotoggly-goDocs · pkg.go.dev
Rubytoggly, toggly-rails, toggly-cachetoggly-rubyDocs
Rusttoggly (+ axum / actix / rocket)toggly-rustDocs

Integrations & hooks

IntegrationPackagePathDocs
Google Analytics 4@ops-ai/toggly-ga4-hooktoggly-ga4-hookDocs
Microsoft Clarity@ops-ai/toggly-clarity-hooktoggly-clarity-hookDocs
Application Insights@ops-ai/toggly-appinsights-hooktoggly-appinsights-hookDocs
Hook types@ops-ai/toggly-hooks-typestoggly-hooks-typesDocs
Docusaurus / edge@ops-ai/toggly-docusaurus-plugin, Cloudflare helperstoggly-docusaurus-edge-sdkDocs
Generic JS client@ops-ai/toggly-client-core (standalone; not required by the plugin)toggly-docusaurus-edge-sdk/libs/coreDocs
Local gates@ops-ai/toggly-local-gatestoggly-local-gatesDocs

Tools

ToolPathDocs
Toggly CLIToggly.CLIDocs · Releases

Documentation & resources

Toggly dashboard screenshot

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