Skip to content

sawaynm/gemini-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Chat

A modern chat interface powered by Google's Gemini AI models, built with Next.js and React.

Deploy with Vercel

Features

  • Real-time chat interface
  • Integration with Google's Gemini AI
  • Clean and responsive UI with Tailwind CSS
  • Safety filter toggle
  • Mobile-friendly design

Getting Started

Prerequisites

  • Node.js (v16+ recommended)
  • npm or yarn
  • A valid Google API key for Gemini

Installation

git clone https://github.com/sawaynm/gemini-chat.git
cd gemini-chat
npm install