Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jovimoura/chatgpt-next

Repository files navigation

NextJS Vercel AI Chatbot

A modern AI chatbot built with Next.js and Vercel AI SDK, featuring multiple AI model support and real-time streaming responses.

Video Thumbnail

🎥 View

Watch the video: YouTube

✨ Features

  • 🤖 Multiple AI model support (OpenAI, Gemini)
  • ⚡ Real-time streaming responses
  • 📱 Responsive design
  • 🎨 Modern UI with Tailwind CSS

💻 Tech Stack

  • Next.js 15
  • TypeScript
  • Tailwind CSS
  • Vercel AI SDK
  • OpenAI API
  • Google Gemini API

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/jovimoura/chatgpt-next
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Update .env.example file:

    GOOGLE_GENERATIVE_AI_API_KEY=""
    OPENAI_API_KEY=""
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  5. Open http://localhost:3000

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published