https://github.com/dimonets/nextjs-ai-agent
A simple AI Agent Chatbot created with Next.js and using Google Gemini 2.5 Pro model
https://github.com/dimonets/nextjs-ai-agent
agentic-ai ai ai-agent chatbot gemini gemini-2-5-pro-exp gemini-ai gemini-pro nextjs nextjs15 react reactjs
Last synced: 3 months ago
JSON representation
A simple AI Agent Chatbot created with Next.js and using Google Gemini 2.5 Pro model
- Host: GitHub
- URL: https://github.com/dimonets/nextjs-ai-agent
- Owner: dimonets
- Created: 2025-04-01T06:36:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T05:44:21.000Z (over 1 year ago)
- Last Synced: 2025-08-04T17:14:56.002Z (11 months ago)
- Topics: agentic-ai, ai, ai-agent, chatbot, gemini, gemini-2-5-pro-exp, gemini-ai, gemini-pro, nextjs, nextjs15, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js AI Agent Demo
This is an implementation of AI Agent Chatbot created with Next.js 15 and using Google Gemini 1.5 model.
## Prerequisites
Apps needed to run this application locally:
- Node.js 20+
## Getting Started Locally
1) Clone this repository
2) Install required dependencies:
`npm install`
3) Copy `~/.env.sample` to `~/.env` and update the GOOGLE API KEY parameter there
4) Run the development server:
`npm run dev`
5) Open [http://localhost:3000](http://localhost:3000) with your browser to see the working application.