Add varsync SDK to your project and get running in minutes.
Add the Varsync SDK to your application using your preferred package manager.
Initialise the client using an access token generated in your dashboard.
You're all set! Your application can now make requests to the Varsync server.
import { VarsyncClient } from 'varsync';
const varsync = new VarsyncClient(import.meta.env.VARSYNC_API_KEY);
//const varsync = new VarsyncClient(process.env.VARSYNC_API_KEY); for node.js
await varsync.init();
const doSomethingCool = (usedQuota) => {
if (!varsync.get("IS_FEATURE_ENABLED")) return;
if(usedQuota <= varsync.get("QUOTA_LIMIT")) {
doStuff()
}
};
Easily manage and synchronize feature flags across multiple environments and servers.
lorem ipsum
lorem ipsum
lorem ipsum
lorem ipsum
All the data is encrypted and stored securely. No one can access your sensitive information but you