> ## 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.

# Demo

> 每个 Kontext SDK 都附带的可运行示例应用。

每个 SDK 都至少提供一个可运行的 demo，方便你在接入自己的应用前先看一个端到端的集成示例。克隆仓库、填入你的 `publisherToken`，然后运行即可。

## Swift（iOS）

<Card title="UIKit 示例" icon="github" href="https://github.com/kontextso/sdk-swift/tree/main/Example">
  位于 `sdk-swift` 仓库的 `Example/` 目录中。一个可端到端运行的 UIKit demo，使用你自己的 publisher token 即可运行。
</Card>

## Kotlin（Android）

<Card title="Compose 示例" icon="github" href="https://github.com/kontextso/sdk-kotlin/tree/main/example">
  位于 `sdk-kotlin` 仓库的 `example/` 目录中。一个演示 inline 广告位的 Jetpack Compose 聊天 demo。
</Card>

## Flutter

<Card title="Flutter 示例" icon="github" href="https://github.com/kontextso/sdk-flutter/tree/main/example">
  位于 `sdk-flutter` 仓库的 `example/` 目录中。一个同时跑在 iOS 与 Android 上的跨平台 demo。
</Card>

## React Native

<Card title="React Native demo 项目" icon="github" href="https://github.com/kontextso/sdk-react-native-demo">
  独立的 demo 仓库，展示 SDK 如何接入一个全新的 React Native 应用。
</Card>

## React

<Card title="React demo 项目" icon="github" href="https://github.com/kontextso/sdk-react-demo">
  独立的 Vite + React 应用，使用你自己的 publisher token 即可端到端运行。
</Card>

## Vue

<Card title="Vue demo 项目" icon="github" href="https://github.com/kontextso/sdk-vue-demo">
  独立的 Vite + Vue 3 应用，使用你自己的 publisher token 即可端到端运行。
</Card>

## JavaScript

<Card title="JavaScript demo 项目" icon="github" href="https://github.com/kontextso/sdk-js-demo">
  独立的 Vite 应用，演示如何在原生 JavaScript 中直接使用 SDK。
</Card>
