Simple
Boolean flags and percentage rollouts. No complex targeting rules or user segments.
npm install @featsync/sdkimport { Featsync } from '@featsync/sdk';
const featsync = new Featsync({ apiKey: 'fs_your_api_key',});
if (await featsync.isEnabled('new-feature')) { showNewFeature();}Simple
Boolean flags and percentage rollouts. No complex targeting rules or user segments.
Affordable
Start free with 5 flags. Pro is $19/month with unlimited team members.
Fast
Edge-cached evaluations with sub-50ms response times. SDK caches locally.
Safe
If our API goes down, your app keeps working with cached flag values.
Quick Start
Get up and running in under 5 minutes. Read the guide →
SDK Reference
Full API reference for the JavaScript SDK. View reference →
Percentage Rollouts
Learn how to gradually release features. Learn more →
React Integration
Use hooks for a clean React integration. Get started →