AI Character & Avatar Generator for Apps, Games & Design. Generate production-ready 3D characters with React components and REST API.
Prerequisites: Node.js
-
Install dependencies:
npm install
-
Set environment variables in
.env.local:GEMINI_API_KEY=your_gemini_api_key VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key -
Run the app:
npm run dev
📚 Full Documentation - Complete guide for:
- React Component usage
- React Native Component usage
- REST API reference
- Configuration options
- Code examples
- 🎨 AI Character & Avatar Generation - Create stylized 3D characters for games, apps, and design
- ⚛️ React Components - Drop-in components for React and React Native
- 🔌 REST API - Full programmatic access for developers
- 🎯 Fully Customizable - Gender, age, skin tone, hair, clothing, accessories, and more
- 🖼️ Production-Ready Assets - Transparent PNGs perfect for any project
- 💳 Simple Pricing - Pay only for what you generate, starting at $0.10
npm install @characterforge/reactnpm install @characterforge/react-nativeimport { CharacterForge } from '@characterforge/react';
export const MyCharacter = () => {
return (
<CharacterForge
apiKey={process.env.CHARACTER_FORGE_KEY}
config={{
gender: 'female',
skinTone: 'light',
hairStyle: 'bob',
clothingColor: 'blue'
}}
/>
);
};- 📖 Full Documentation
- 🌐 Website
- 💬 Support
