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”.
- 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.
- Next.js 15** - React framework for modern apps.
- OpenAI ChatGPT** - AI model for conversations.
- Vercel AI SDK** - For easy AI connection.
- Pinecone** - Vector database for fast searches.
- Shadcn UI** - Interface components.
- TypeScript** - JS with typing for no thunder.
- Tailwind CSS** - Fast and responsive styles.
- Clerk** - User authentication.
- Clone the repo the repo and install dependencies
- Remember to create a
.env
file with your OpenAI and Pinecone API keys