Skip to content

Latest commit

Β 

History

History
76 lines (53 loc) Β· 1.37 KB

File metadata and controls

76 lines (53 loc) Β· 1.37 KB

πŸš€ Domain Generator

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.

✨ Features

  • πŸ€– 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

πŸ› οΈ Tech Stack

  • Framework: Next.js
  • Language: TypeScript
  • Styling: Tailwind CSS
  • AI Model: Google Gemini API
  • Deployment: Vercel

πŸ“‚ Project Structure

app/
components/
lib/
public/

πŸš€ Getting Started

1. Clone the repository

git clone https://github.com/hritikkumar07/Domain_generator.git
cd Domain_generator

2. Install dependencies

npm install

3. Configure environment variables

Create a .env.local file in the root directory and add your API key:

GEMINI_API_KEY=your_api_key_here

Never commit your .env.local file to GitHub.

4. Run the development server

npm run dev

Open your browser and visit:

http://localhost:3000

πŸ“¦ Production Build

npm run build
npm start