3D chibi character creator & animation studio — React, Three.js (R3F), TypeScript, Cloudflare D1.
Live: https://entangleit.com/gachago
- Modular 3D chibi rig with body, face, hair, clothes, accessories, aura & particles
- Live creator UI with randomize & cloud save
- Animation studio with pose library, timeline, camera presets, PNG export
- Accounts + character/scene CRUD on Cloudflare Worker + D1 SQLite
npm install
npm run dev:client # Vite on :5173
# optional API:
npm run db:migrate:local -w worker
npm run dev -w worker # wrangler on :8787| Script | Description |
|---|---|
npm run dev |
Shared watch + client + worker |
npm run build |
Production client build |
npm run deploy:api |
Deploy gachago-api Worker |
./scripts/prepare-entangleit-deploy.sh ~/entangleit/portfolio/public |
Merge into Pages publish dir |
See deploy/CLOUDFLARE.md for full deploy steps.