An AI-powered full stack web application that converts text prompts into professional logo designs using modern AI models.
AiLogo allows users to generate high-quality logos from simple text descriptions in real time.
Built using Next.js with powerful AI integrations, the platform demonstrates modern full stack development and scalable deployment strategies.
🧠 AI-powered text-to-logo generation
🎨 High-quality logo image output
⚡ Fast Next.js performance
📡 Gemini API prompt processing
🖼 Hugging Face & Replicate AI models
🗄 Firebase real-time database
☁️ Cloud deployment on Vercel
📱 Fully responsive design
- Next.js
- React
- Gemini API
- Hugging Face Models
- Replicate API
- Firebase
- Vercel
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY=YOUR_CLERK_SECRET_KEY
#Hugging face Setup
HUGGING_FACE_API_KEY=YOUR_HUGGING_FACE_API_KEY
# Firebase Setup ( required )
NEXT_PUBLIC_FIREBASE_APT_KEY=YOUR_NEXT_PUBLIC_FIREBASE_APT_KEY
# Replicate Api Integration
REPLICATE_API_TOKEN=YOUR_REPLICATE_API_TOKEN
# gemini Api Integration
NEXT_PUBLIC_GEMINI_API_KEY=YOUR_NEXT_PUBLIC_GEMINI_API_KEYnpm install
npm run devContributions are welcome.
If you found this project useful, give it a star ⭐
