A premium AI-powered text-to-image generator with a stunning dark UI
π Live Demo β rp-vision-ai.vercel.app
- π¨ AI Image Generation β Powered by Pollinations AI (Free, no API key needed)
- πΌοΈ 6 Art Style Presets β Photorealistic, Cinematic, Anime, Oil Paint, Cyberpunk, Fantasy
- π± Fully Responsive β Beautiful on both desktop and mobile
- π Image History β View and revisit previously generated images
- β¬οΈ Download Images β Save any generated image instantly
- β‘ Real-time Progress Bar β Visual feedback during generation
- π Premium Dark UI β Gold accent theme with Bebas Neue + Outfit fonts
| Desktop | Mobile |
|---|---|
| Sidebar layout with canvas | Tab-based Create / Result layout |
| Layer | Technology |
|---|---|
| Frontend | React 18, CSS-in-JS |
| Backend | Node.js, Express |
| AI API | Pollinations AI (Free) |
| Frontend Hosting | Vercel |
| Backend Hosting | Render |
| Version Control | GitHub |
- Node.js 18+
- npm
git clone https://github.com/PrakashWebDevX/RP-Vision-AI-Text-To-Image-Generate.git
cd RP-Vision-AI-Text-To-Image-Generatecd prakash-text2image-gpt/backend
npm install
node server.jsBackend runs at β http://localhost:5000
cd prakash-text2image-gpt/frontend
npm install
npm startFrontend runs at β http://localhost:3000
RP-Vision-AI-Text-To-Image-Generate/
βββ prakash-text2image-gpt/
βββ backend/
β βββ server.js # Express API server
β βββ package.json
βββ frontend/
βββ public/
β βββ index.html
βββ src/
βββ App.js # Full React app
| Setting | Value |
|---|---|
| Root Directory | prakash-text2image-gpt/frontend |
| Framework | Create React App |
| Build Command | npm run build |
| Output | build |
| Env Variable | CI=false |
| Setting | Value |
|---|---|
| Root Directory | prakash-text2image-gpt/backend |
| Build Command | npm install |
| Start Command | node server.js |
- User types a prompt in the UI
- Selects an optional Art Style and Aspect Ratio
- Clicks Generate Image
- Frontend sends the prompt to the Express backend
- Backend calls Pollinations AI and returns the generated image
- Image is displayed with options to Download, Clear, or Regenerate
| Style | Description |
|---|---|
| Photorealistic | 8K ultra detailed RAW photo |
| Cinematic | Movie still with dramatic lighting |
| Anime | Studio Ghibli inspired illustration |
| Oil Paint | Classical art on textured canvas |
| Cyberpunk | Neon futuristic blade runner aesthetic |
| Fantasy | Magical ethereal concept art |
MIT License Β© 2025 PrakashWebDevX
Made with β€οΈ by PrakashWebDevX
β Star this repo if you found it helpful!