A free, unlimited AI-powered creative platform combining features from multiple AI creative tools. No authentication required - uses anonymous sessions.
- Multiple AI models (Stable Diffusion XL, FLUX.1, SDXL Turbo, etc.)
- Style presets (Photorealistic, Anime, Oil Painting, etc.)
- Aspect ratio presets
- Advanced controls (steps, guidance scale, seed)
- Text-to-video generation
- Image-to-video animation
- Motion presets (zoom, pan, orbit, cinematic)
- Duration and FPS control
- AI Inpainting (object removal/replacement)
- Upscaling (2x, 3x, 4x)
- Background removal
- Style transfer
- Enhancement and colorization
- Trim and cut
- Speed control
- Reverse playback
- Loop creation
- Visual effects
- Frame interpolation
- Stock photos and images
- Videos and vectors
- Fonts and icons
- Search and filtering
- Free downloads
- Infinite canvas
- Real-time collaboration
- Text, shapes, and images
- Export and sharing
- Frontend: Next.js 14, TypeScript, React
- Styling: Tailwind CSS, shadcn/ui
- State: React Query, Zustand
- AI Models: Hugging Face Inference API, open-source models
higg/
├── lib/ # Shared libraries
│ ├── api/ # API client wrappers
│ ├── auth/ # Anonymous session management
│ ├── ai/ # AI model integrations
│ └── models/ # Data models
├── apps/
│ └── v1/ # Main application
│ ├── src/
│ │ ├── app/ # Next.js app router
│ │ ├── components/# React components
│ │ └── hooks/ # Custom hooks
│ └── public/ # Static assets
└── docs/ # Documentation
├── reverse-engineering/
└── api-documentation/
- Node.js 18+
- npm or yarn
# Clone the repository
cd higg
# Install dependencies
cd apps/v1
npm install
# Start development server
npm run devOpen http://localhost:3000 in your browser.
For faster generation, add your own API keys in Settings:
- Hugging Face: Get a free key at huggingface.co
- Replicate: Get a free key at replicate.com
See docs/api-documentation/README.md for API reference.
- Stable Diffusion XL (Stability AI)
- FLUX.1 Schnell/Dev (Black Forest Labs)
- SDXL Turbo
- Playground v2.5
- Kandinsky 3
- AnimateDiff
- Stable Video Diffusion
- ModelScope Text2Video
- Zeroscope v2
- Stable Diffusion Inpainting
- Real-ESRGAN (upscaling)
- RMBG-1.4 (background removal)
┌─────────────────────────────────────────────┐
│ Frontend │
│ (Next.js + React + TypeScript + Tailwind) │
└─────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────┐
│ Anonymous Sessions │
│ (localStorage + API headers) │
└─────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────┐
│ API Routes │
│ /api/generate/* | /api/edit/* | etc. │
└─────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────┐
│ AI Model Providers │
│ Hugging Face | Replicate | Local Models │
└─────────────────────────────────────────────┘
- Free Forever - Uses only free/open-source AI models
- No Authentication - Anonymous session-based system
- Unlimited Usage - No artificial rate limits
- Privacy First - No tracking, no data collection
- Open Source - Full transparency
MIT License - Free to use, modify, and distribute.
Contributions are welcome! Please feel free to submit issues and pull requests.