Not sure which SDK to use? Check out our Integration Overview documentation.

For a more detailed overview of how the client-side SDKs work, check out our announcement blog post: Client-Side SDKs for Flipt.

Overview

Flipt provides a number of client-side SDKs to help you integrate with Flipt in your application. The SDKs are available in a number of languages:

Polling vs Streaming

By default, the SDKs will use a polling mechanism to sync the state of the flags with the Flipt server. You can set the polling interval using the updateInterval option in the SDK’s configuration.

If you are a Flipt Cloud user, you can enable streaming mode, which will make the SDK subscribe to changes on the Flipt server and update the state of the flags accordingly in real-time.

Flipt Cloud

Flipt Cloud is a fully managed feature management platform that enables you to continue to use Flipt’s feature management capabilities with zero maintenance.

Streaming is available for all Flipt Cloud plans, even the free tier.