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

# Demo Projects

> Complete working examples for every platform

Get started quickly with our demo projects. The repository contains fully functional applications for all platforms that you can run immediately.

**Repository:** [github.com/spatialwalk/avatarkit-voice-agent-demo](https://github.com/spatialwalk/avatarkit-voice-agent-demo)

```bash theme={null}
git clone https://github.com/spatialwalk/avatarkit-voice-agent-demo.git
cd avatarkit-voice-agent-demo
```

## What's Included

A collection of voice agent + avatar demo projects covering Web, iOS, and Android:

* End-to-end voice agent + avatar pipeline
* Multiple runnable example projects per platform
* Works out of the box after filling required API keys in `.env`

### Web

| Example | Framework               | Build Tool     |
| ------- | ----------------------- | -------------- |
| Vanilla | Plain TypeScript        | Vite           |
| Vue     | Vue 3 + Composition API | Vite           |
| React   | React 18+               | Vite / Next.js |

### iOS

* Swift 6.2 / SwiftUI
* iOS 16+
* Metal rendering

<Warning>
  Metal rendering is not supported in the iOS Simulator. Use a physical device for testing.
</Warning>

### Android

* Kotlin / Jetpack Compose
* API 24+
* Vulkan rendering
