An AI-powered domain name generator built with Next.js and TypeScript that helps startups, creators, and businesses discover unique, brandable domain names using Google's Gemini AI.
- 🤖 AI-powered domain name generation
- ⚡ Fast and responsive user interface
- 🎨 Modern UI built with Next.js
- 📱 Fully responsive design
- 🔍 Generate multiple domain suggestions instantly
- 📋 One-click copy to clipboard
- 🌙 Clean and intuitive user experience
- 🔒 Secure API key management using environment variables
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- AI Model: Google Gemini API
- Deployment: Vercel
app/
components/
lib/
public/
git clone https://github.com/hritikkumar07/Domain_generator.git
cd Domain_generatornpm installCreate a .env.local file in the root directory and add your API key:
GEMINI_API_KEY=your_api_key_hereNever commit your
.env.localfile to GitHub.
npm run devOpen your browser and visit:
http://localhost:3000
npm run build
npm start