Skip to content

hugocruzlfc/nextjs-ai-notes

Repository files navigation

Custom Chatbot with Next.js 15

Welcome to my project's repo! This is a custom chatbot made with Next.js 15, OpenAI ChatGPT, Vercel AI SDK, Pinecone, Shadcn UI, TypeScript, Tailwind CSS and Clerk. The idea is “give quick answers based on own data”.

Features

  • Modern UI**: Made with Shadcn UI and styled with **Tailwind CSS** to make it look good and easy to use.
  • Chatbot with AI: Uses OpenAI ChatGPT via Vercel AI SDK for intelligent responses.
  • Vectorized data: Pinecone for fast info storage and lookup.
  • Safe code: All in TypeScript so there are no weird bugs.
  • Fast and efficient: Thanks to Next.js 15.

Technologies

Installation

  • Clone the repo the repo and install dependencies
  • Remember to create a .env file with your OpenAI and Pinecone API keys