Skip to content

dimonets/nextjs-ai-agent

Repository files navigation

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 with your browser to see the working application.

About

A simple AI Agent Chatbot created with Next.js and using Google Gemini 2.5 Pro model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published