AI Image Factory is a multi-site AI image product built from one shared codebase. Instead of running one isolated app per domain, the project keeps core infrastructure shared and drives site-specific differences through configuration, content, SEO metadata, and generation presets.
What It Includes
- one repository serving multiple AI image brands
- per-site configuration through
site_id - shared auth, payments, storage, and task flow
- site-aware branding, prompts, themes, and landing copy
Current Site Matrix
ghibli-ai-image.comnanobanana2.worknanobanana2gen.comtexttoimage.best
Local Development
pnpm install
cp .env.local.example .env.local
pnpm devSet NEXT_PUBLIC_SITE_ID to the site you want to work on, then adjust branding, copy, and provider configuration through the centralized site config.
Why This Direction
The project is moving away from a single-purpose template setup toward a stable AI image product architecture:
- one shared repo instead of multiple duplicated apps
- easier deployment through per-project environment variables
- clearer separation between shared infrastructure and site-specific experience
- lower long-term maintenance cost for multi-domain growth

