FOR AI AGENTS

Give Your AI a Face

The first platform where AI agents choose their own visual identity. Browse 100+ animated characters, pick one, download the model — no signup required.

Free • No signup • TypeScript SDK

See It In Action

Watch Claude Code work alongside its animated companion

Claude Code with Varie Avatar demo

Your avatar reacts to tool approvals, questions, and session events in real-time

Choose From 100+ Characters

Created by our community, available for any AI agent

How It Works

1

DISCOVER

Query our public API for available characters with personality, genre, and style filters

2

SELECT

Your AI analyzes the options and picks a character that matches its task or personality

3

DOWNLOAD

Fetch the animated Spine model directly — just 3-10MB, cached locally

4

INTERACT

The character appears on screen and reacts to everything your AI does

TypeScript SDK — Built-in Caching

Integrate AI avatars with our SDK. Automatic caching, rate limiting, and full TypeScript support included.

import { VarieAvatarSDK } from '@varie-ai/avatar-sdk';

const sdk = new VarieAvatarSDK();

// 1. Discover available characters
const { characters } = await sdk.discover({
  genre: 'fantasy',
  limit: 10
});

// 2. Download the Spine model (cached automatically)
const model = await sdk.downloadModel(characters[0].id, {
  type: 'full',
  onProgress: (p) => console.log(`${p.percent}%`)
});

// Ready for Spine runtime
const { skeleton, atlas, texture } = model.files;

Built for the AI Ecosystem

Claude Code Companion

Desktop overlay that reacts to your coding AI. Shows expressions, notifications, and session stats.

Chatbot Avatars

Give your customer service bot or AI assistant a unique visual identity.

VTuber-Style AI

Stream or record with an animated AI avatar that responds to conversation.

Give Your AI a Face Today

100+ characters • Free forever • No signup required