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

# Demos

> Runnable example apps for every Kontext SDK.

Every SDK ships with at least one runnable demo so you can see an end‑to‑end integration before wiring it into your own app. Clone the repo, drop in your `publisherToken`, and run.

## Swift (iOS)

<Card title="UIKit example" icon="github" href="https://github.com/kontextso/sdk-swift/tree/main/Example">
  Lives inside the `sdk-swift` repository under `Example/`. A working UIKit demo you can run end‑to‑end against your own publisher token.
</Card>

## Kotlin (Android)

<Card title="Compose example" icon="github" href="https://github.com/kontextso/sdk-kotlin/tree/main/example">
  Lives inside the `sdk-kotlin` repository under `example/`. A Jetpack Compose chat app demonstrating the inline ad placement.
</Card>

## Flutter

<Card title="Flutter example" icon="github" href="https://github.com/kontextso/sdk-flutter/tree/main/example">
  Lives inside the `sdk-flutter` repository under `example/`. A cross‑platform demo running on iOS and Android.
</Card>

## React Native

<Card title="React Native demo project" icon="github" href="https://github.com/kontextso/sdk-react-native-demo">
  Standalone demo repository showing the SDK integrated into a fresh React Native app.
</Card>

## React

<Card title="React demo project" icon="github" href="https://github.com/kontextso/sdk-react-demo">
  Standalone Vite + React app you can run end‑to‑end against your own publisher token.
</Card>

## Vue

<Card title="Vue demo project" icon="github" href="https://github.com/kontextso/sdk-vue-demo">
  Standalone Vite + Vue 3 app you can run end‑to‑end against your own publisher token.
</Card>

## JavaScript

<Card title="JavaScript demo project" icon="github" href="https://github.com/kontextso/sdk-js-demo">
  Standalone Vite app showing the SDK used directly in vanilla JavaScript.
</Card>
