SDK · v1.0

One tag. Your avatar anywhere.

Drop <threews-avatar> on Webflow, Framer, React, plain HTML, Squarespace, anywhere. Transparent by default, OBS-ready with a chromakey, and programmable via a small JS API. Examples below run live on this page.

Live examples

Every avatar below is a real <threews-avatar> mounted from the script tag at the top of this page.

Default

transparent
<threews-avatar avatar-id="avatar_demo_disk_cz" hide-chrome></threews-avatar>

With name plate

card mode
<threews-avatar avatar-id="…" bg="dark"></threews-avatar>

OBS / chromakey

streamer mode
<threews-avatar avatar-id="…" chromakey="#00ff00"></threews-avatar>

Copy-paste snippet

Drop this on any page.
<script src="https://three.ws/embed.js" defer></script> <threews-avatar avatar-id="your-avatar-id" hide-chrome pose="wave"></threews-avatar> <script> const el = document.querySelector('threews-avatar'); await el.ready; el.play('celebrate'); </script>