> ## Documentation Index
> Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Confidence Flag SDKs

> Integrate Confidence Flags into your apps with OpenFeature-compatible SDKs for Swift, Kotlin, JavaScript, React, Java, Go, Python, Rust, and Flutter.

Confidence Flags provides SDKs for multiple languages and platforms, with the goal of managing flag resolving in all of your systems.

Confidence Flag SDKs support the [OpenFeature](https://openfeature.dev) standard, a project
from [Cloud Native Computing Foundation](https://www.cncf.io/) (CNCF) that aims
to standardize feature flagging. When operating flags with OpenFeature, the Confidence Flags SDKs
only give the configuration needed for the OpenFeature SDKs to connect to Confidence Flags.

The high-level concepts and semantics are shared across the SDK portfolio,
but for more granular documentation of each single SDK you can find the source code and README
at the repositories linked below:

| Language            | Repository link                                                                                        |
| ------------------- | ------------------------------------------------------------------------------------------------------ |
| iOS (Swift)         | [https://github.com/spotify/confidence-sdk-swift](https://github.com/spotify/confidence-sdk-swift)     |
| Android (Kotlin)    | [https://github.com/spotify/confidence-sdk-android](https://github.com/spotify/confidence-sdk-android) |
| JavaScript (web)    | [https://github.com/spotify/confidence-sdk-js](https://github.com/spotify/confidence-sdk-js)           |
| React               | [https://github.com/spotify/confidence-sdk-js](https://github.com/spotify/confidence-sdk-js)           |
| JavaScript (server) | [https://github.com/spotify/confidence-sdk-js](https://github.com/spotify/confidence-sdk-js)           |
| Java                | [https://github.com/spotify/confidence-sdk-java](https://github.com/spotify/confidence-sdk-java)       |
| Go                  | [https://github.com/spotify/confidence-sdk-go](https://github.com/spotify/confidence-sdk-go)           |
| Python              | [https://github.com/spotify/confidence-sdk-python](https://github.com/spotify/confidence-sdk-python)   |
| Rust                | [https://github.com/spotify/confidence-sdk-rust](https://github.com/spotify/confidence-sdk-rust)       |
| Flutter             | [https://github.com/spotify/confidence-sdk-flutter](https://github.com/spotify/confidence-sdk-flutter) |
