Skip to main content
This page explains the quickstart in steps and keeps each section copy-friendly.

Run Quickstart First

Use the clone-and-run flow first, then come back here for code details.
1

Configure environment variables

Set the required app/avatar/token values used by the frontend runtime.
.env
2

Enable AvatarKit Vite plugin

The plugin is required so AvatarKit WASM assets are correctly handled in dev/build.
vite.config.ts
3

Implement connect + send flow in App.vue

This file handles SDK init, avatar loading, connection, and one-shot PCM send.
src/App.vue
4

Understand runtime sequence

Use this as a mental model when debugging connection or audio send issues.