Wardrobe Viewer

World of Warcraft · 3D Character Viewer & GIF Export

Import from Narccissus
In WoW, open Narccissus, click your character portrait, then click Export. Paste the full gear list above. Body Type 1 is typically the broader/masculine model, Body Type 2 the slimmer/feminine model — check your character creation screen if unsure.
GIF Export
Load a character in the Viewer tab first. The GIF is captured directly from the 3D canvas — the character will auto-rotate a full 360° while frames are recorded.
Your GIF preview will appear here after capture
Preparing…
Setup Guide
1

Install the Addon

Download GearExporter and place it in your WoW AddOns folder:

World of Warcraft\_retail_\Interface\AddOns\GearExporter\ ├── GearExporter.toc └── GearExporter.lua

Enable it at character select → AddOns.

2

Run the CORS Proxy

The 3D viewer needs a proxy to fetch model files from Wowhead. Run it with Docker:

docker run -d \ -p 2999:3000 \ -e SERVER_NAME=https://wow.zamimg.com \ -v ./zam-cache:/usr/src/app/storage \ --name zam-proxy \ --restart unless-stopped \ miorey/bypass-cors-policies:v1

This caches model files locally so they load fast after the first request. You can run this on any machine you have Docker on — even your local PC while using the site.

3

Set Your Proxy URL in Settings

Go to the Settings tab and enter your proxy URL. If running locally: http://localhost:2999
If on a VPS with a domain: https://proxy.yourdomain.com

4

Export from WoW

Log into your character, type /gearexport in chat. A window opens with your export string selected — press Ctrl+C.

5

Paste & Load

In the Viewer tab, paste your string and click Load Character. The 3D model will load with your actual gear. Once loaded, switch to GIF Export to capture your rotating character.

6

(Optional) Blizzard API for Character Renders

For the static render image and item name lookups, get a free API key at develop.battle.net and add your Client ID + Secret in Settings.

CORS Proxy (Required for 3D Models)
This is required for the 3D viewer to work. The proxy fetches WoW model assets from Wowhead and serves them to your browser. See the Setup Guide for how to run it with Docker.
Blizzard API (Optional — for item names & character render)
Your credentials are stored only in your browser — never sent to any server except Blizzard's. Get a free key at develop.battle.net.