Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 1.62 KB

File metadata and controls

85 lines (57 loc) · 1.62 KB

🎨 AiLogo – Text to Logo Generator Platform

An AI-powered full stack web application that converts text prompts into professional logo designs using modern AI models.


Demo App


🚀 Overview

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.


✨ Features

🧠 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


🏗 Tech Stack

Frontend

  • Next.js
  • React

AI Services

  • Gemini API
  • Hugging Face Models
  • Replicate API

Backend & Database

  • Firebase

Deployment

  • Vercel

📁 .env Setup

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_KEY

⚙️ Installation

npm install
npm run dev

🤝 Contributing

Contributions are welcome.


⭐ Support

If you found this project useful, give it a star ⭐