> ## Documentation Index
> Fetch the complete documentation index at: https://statsig-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Statsig?

> Statsig is the complete platform for product growth, empowering your team to build and innovate like the best tech companies in the world.

<CardGroup cols={3}>
  <Card title="Feature Flags" icon="flag" href="/understanding-platform" />

  <Card title="Experimentation" icon="satellite" href="https://www.statsig.com/blog/deciding-cloud-hosted-versus-warehouse-native-experimentation-platforms" />

  <Card title="Product Analytics" icon="chart-line" href="/product-analytics/overview" />

  <Card title="Session Replay" icon="satellite" href="/session-replay/overview" />

  <Card title="Web Analytics" icon="satellite" href="/webanalytics/overview" />
</CardGroup>

## JavaScript Snippet

The easiest way to get started is to add the Statsig JS script to your website, which takes only a few seconds.

Paste the below code into the `<head>` section of your website, replacing "YOUR\_CLIENT\_KEY" with a Client API Key from your Statsig project, which you can find at [console.statsig.com/api\_keys](https://console.statsig.com/api%5Fkeys). This will start [recording events](/webanalytics/overview) & [session replays](/session-replay/overview), and give you access to [experiments](/experiments-plus) & [feature flags](/feature-flags/working-with) right away.

```shell theme={null}
<script src="https://cdn.jsdelivr.net/npm/@statsig/js-client@3/build/statsig-js-client+session-replay+web-analytics.min.js?apikey=[YOUR_CLIENT_KEY]"></script>
```

## Quickstart Installation

Statsig supports >30 SDKs and Frameworks - select the one you'd like below, and if you don't see the one you want - let us know in [Slack](https://statsig.com/slack).

## Client SDKs

<CardGroup cols={3}>
  <Card title="JavaScript" icon="js" href="/client/javascript-sdk" horizontal />

  <Card title="React" icon="react" href="/client/javascript-sdk/react" horizontal />

  <Card title="React Native" icon="react" href="/client/javascript-sdk/react-native" horizontal />

  <Card title="Next.js (App Router)" icon="js" href="/client/javascript-sdk/next-js" horizontal />

  <Card title="Next.js (Page Router)" icon="js" href="/client/javascript-sdk/next-js-pages-router" horizontal />

  <Card title="Swift" icon="swift" href="/client/iosClientSDK" horizontal />

  <Card title="Android" icon="android" href="/client/androidClientSDK" horizontal />

  <Card title=".NET Client" icon="globe" href="/client/dotnetSDK" horizontal />

  <Card title="Roku" icon="tv" href="/client/rokuSDK" horizontal />

  <Card title="Unity" icon="unity" href="/client/unitySDK" horizontal />

  <Card title="Dart/Flutter" icon="flutter" href="/client/dartSDK" horizontal />

  <Card title="C++ Client" icon="c" href="/client/cpp-client-sdk" horizontal />
</CardGroup>

## Server Side SDKs

<CardGroup cols={3}>
  <Card title="Node.js" icon="node" href="/server/nodejsServerSDK" horizontal />

  <Card title="Java/Kotlin" icon="java" href="/server/javaSdk" horizontal />

  <Card title="Python" icon="python" href="/server/pythonSDK" horizontal />

  <Card title="Go" icon="golang" href="/server/golangSDK" horizontal />

  <Card title="Ruby" icon="gem" href="/server/rubySDK" horizontal />

  <Card title=".NET Server" icon="globe" href="/server/dotnetSDK" horizontal />

  <Card title="PHP" icon="php" href="/server/phpSDK" horizontal />

  <Card title="Rust" icon="rust" href="/server/rustSDK" horizontal />

  <Card title="C++ Server" icon="c" href="/server/cppSDK" horizontal />
</CardGroup>

## Integrations

<CardGroup cols={3}>
  <Card title="Webflow" href="/guides/webflow-sidecar-ab-test" icon="webflow" horizontal />

  <Card title="Shopify" href="/guides/shopify-ab-test" icon="shopify" horizontal />

  <Card title="Segment" href="/integrations/data-connectors/segment" horizontal />

  <Card title="Rudderstack" href="/integrations/data-connectors/rudderstack" horizontal />

  <Card title="Hightouch" href="/integrations/data-connectors/hightouch" horizontal />

  <Card title="mParticle" href="/integrations/data-connectors/mparticle" horizontal />

  <Card title="Framer" href="/guides/framer-analytics" horizontal />
</CardGroup>
