Choose your language:
English | 中文
This project revives the character creator website that was taken down by nachoneko.
The implementation is based on NekoQiye's Amachiromaker with image assets retrieval.
The source code is open-sourced - feel free to deploy your own instance.
-
Multi-layer Character Composition
- 50+ modular components (hairstyles/eyes/clothing)
- Real-time color manipulation
- Layer blending modes
-
Output Options
- PNG with alpha channel
- Layer-preserved PSD export
- JSON preset serialization
Intuitive editing interface [From NekoQiye]
Chinese Guide (Click to expand)
Remember to install Node.js in advance
- Go to Releases page
- Select and download the required version: ZH/EN
- After downloading, extract to local and rename folder to Amachiromaker
- Ensure Node.js is already installed (no tutorial or installation method provided here)
- Enter project directory cd Amachiromaker
- Install dependencies npm install
- Finally launch npm run dev
- Access http://localhost:port to start using