Yuji AI Avatar — 3D Digital Human Chat Widget
by AI Avatar Team 1 (0 reviews)

Yuji AI Avatar — 3D Digital Human Chat Widget

3D digital human for your site. Demo chat for fast eval; plug in your own LLM (OpenAI, Claude, custom) via the JavaScript SDK.

Yuji AI Avatar ranks #57,157 among WordPress.org plugins with 1+ active installations, is #2,179 of 2,894 in the Discussion & Community category, a 1/5 rating from 0 reviews, and was last updated Jun 5, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.0.0 Current Version v1.0.0
Updated 3 months ago Last Update on 05 Jun, 2026
Refreshed 10 hours ago Last Refreshed on
#2,179 of 2,894 in Discussion & Community
View on WordPress.org
Rank
#57,157
No change
Active Installs
1+
-75%
KW Avg Position
143
0.5 worse
Downloads
197
+4 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 30%
0+ 10+
44,220
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 7 more installs to reach 10+

Rank Changes

48,649 54,183 59,718 65,252 70,786 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
44,276 51,046 57,817 64,587 71,357 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #57,157
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Yuji AI Avatar — 3D Digital Human Chat Widget

Yes — and that's the recommended path for production. The bundled chat in this plugin uses our hosted demo LLM to let you try the 3D avatar in minutes, but for real deployments you should switch to the JavaScript SDK in external mode: npm install @ai-avatar/embed-sdk Render the avatar with <AIAvatar token="..." llmMode="external" chatPanel="hidden" /> (React/Vue) or AIAvatar.init({ behavior: { llmMode: 'external' } }) (vanilla JS) Listen for the userInput event → call your LLM → reply with avatar.replyText(text) or avatar.replyAudio(text, audioUrl) This way visitor messages stay in your stack and only the rendered text / audio is sent to AI Avatar for TTS + lip-sync. The same swap pattern works for Claude / Gemini / Ollama / your own backend — call your LLM in the userInput handler and reply with replyText() or replyAudio(). See the npm package documentation for full usage and a runnable example. npm package docs: https://www.npmjs.com/package/@ai-avatar/embed-sdk.
Check three things:
Open the browser console (F12) — any red errors? Common: Origin not in whitelist (fix in console), Missing apiKey (re-paste key).
Yes. Uncheck "Site-wide auto-inject" in settings, then add the [yuji_ai_avatar] shortcode to any post or page where you want the avatar.
[yuji_ai_avatar position="bottom-left" theme="dark"] — overrides global settings for that placement.
No. The SDK is enqueued with async strategy and only loaded on pages where the avatar is shown. 3D assets are loaded on demand when the visitor opens the chat.
English and Simplified Chinese out of the box. The widget auto-detects your WordPress site language and follows it. Adding more locales requires translation files (PRs welcome).
Yes. The SDK is registered via wp_enqueue_script, so it works with WP Rocket, W3 Total Cache, LiteSpeed Cache, and CDN providers. No cache exclusion needed.
Only the plugin's own settings option (yuji_ai_avatar_settings). Your AI Avatar account and conversation data on the AI Avatar service remain — manage those at avataraisdk.com.
Yes. The plugin itself is GPLv2 or later. The AI Avatar service it connects to is a separate SaaS with its own terms.

Sign In / Register

You need to sign in or register to use this feature.