MikuMikuDance still lives mostly on the desktop: PMX models, VMD motion, skirt physics, camera work. We built ** AnimaStage Lite** β an open-source browser studio so you can load assets, preview motion, add FX, and export vertical Shorts without installing MMD.
π Repository: https://github.com/FBNonaMe/animastage-lite
π Live demo: https://animastage-lite.app/
π¬ Open the studio: https://animastage-lite.app/app
Short-form creators need:
AnimaStage Lite is not a full MMD clone β itβs a focused stage: load, animate, light, record.
| Layer | Tech |
|---|---|
| UI | React 19 + TypeScript |
| 3D | Three.js + React Three Fiber |
| Build | Vite 6 |
| Physics | Bullet (Ammo.js) |
| HQ video | WebCodecs + mp4-muxer |
| Live video | MediaRecorder |
All core features run client-side.
Optional: MediaPipe mocap, Gemini AI keys, Local/WebRTC collab.
Online: https://animastage-lite.app/app β drop your PMX + VMD.
Locally:
bash
git clone https://github.com/FBNonaMe/animastage-lite.git
cd animastage-lite
npm install
npm run dev
https://animastage-lite.app/ β landing
http://localhost:3000/app β studio (local)
Optional AI: copy .env.example β .env and set VITE_GEMINI_API_KEY.
Open source
Star β the repo, open issues, send PRs: https://github.com/FBNonaMe/animastage-lite
MMD models are not bundled β use only content you have rights to publish.
What would you use this for β Shorts, VTuber previews, or learning Three.js? Comments welcome.
---