JSON-prompt generator for AI photoshoot creation, optimized for Nano Banana and other image generation neural networks.
🌐 Live Demo: https://json-prompt-photoshoot.vercel.app/
- 📸 8 categories of parameters (Model, Camera, Lighting, Style, Clothing, Location, Atmosphere, Quality)
- 🌐 Bilingual interface (Russian/English)
- 🎨 Color palette selector for clothing
- 📋 One-click JSON prompt copy
- 🔄 Auto-translation to English (powered by Google Translate)
- 💡 Built-in help modal
- 🚀 Fully client-side - no backend required!
- React 18
- Vite
- Tailwind CSS
- React Colorful
- Google Translate API (client-side)
cd client
npm install
npm run dev
- Select parameters from each category (or enter custom values)
- Text in Russian is automatically translated to English
- Click "Show JSON-prompt" button
- Copy the generated JSON prompt
- Use it in your AI image generator (Nano Banana, Stable Diffusion, etc.)
The app is fully static and can be deployed to any hosting:
cd client
npm run build
- Build command:
npm run build
- Output directory:
dist
- Auto-deploys from GitHub
- Netlify
- GitHub Pages
- Cloudflare Pages
- Any static hosting
MIT