configcat-js-sdk
Official JavaScript and TypeScript SDK for ConfigCat feature flags in browser and Node.js.
Why consider configcat-js-sdk?
configcat-js-sdk is the official open-source JavaScript and TypeScript SDK for ConfigCat. ConfigCat enables cross-platform feature flag management, targeting percentage rollouts, user demographic filters, and auto-reloading configurations.
Learn configcat-js-sdk by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of configcat-js-sdk
configcat-js-sdk toggles features and controls user cohort rollouts across web applications.
Quickstart
npm install configcat-jsimport * as configcat from 'configcat-js';const logger = configcat.createConsoleLogger(configcat.LogLevel.Info);const client = configcat.getClient('SDK_KEY', configcat.PollingMode.AutoPoll, { logger: logger });const value = await client.getValueAsync('isAwesomeFeatureEnabled', false);configcat-js-sdk is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.