Not sure which SDK to use? Check out our Integration
Overview documentation.
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:JavaScript
Evaluate flags client-side in your Node.js or browser-based applications
React
Evaluate flags client-side in your React applications
Python
Evaluate flags client-side in your Python applications
Go
Evaluate flags client-side in your Go applications
Java
Evaluate flags client-side in your Java applications
Ruby
Evaluate flags client-side in your Ruby applications
Dart
Evaluate flags client-side in your Dart/Flutter applications
C#
Evaluate flags client-side in your C# applications
Swift
Evaluate flags client-side in your Swift applications
Android
Evaluate flags client-side in your Android applications
Request a Client
Need a client in another language? Let us know!
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 theupdateInterval
option in the SDK’s configuration.
Flipt v2 offers streaming
mode for real-time flag updates via its new streaming API that allows you to subscribe to changes.