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
