A simple chat application built with Next.js and Google Gemini API.
- Next.js 16 — framework (App Router)
- TypeScript — type safety
- Google Gemini API — AI model
- Tailwind CSS — styling
git clone https://github.com/nadia-dot-com/gemini-chat.git
cd gemini-chatnpm installCreate a .env.local file in the root directory:
NEXT_GEMINI_API_KEY=yourkey
Get your API key at aistudio.google.com.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
