Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muskanmi/nextjs-ai-note-app
Next.js 14 Custom Chatbot (OpenAI ChatGPT, Vercel AI SDK, Pinecone, Shadcn UI, TypeScript, Tailwind)
https://github.com/muskanmi/nextjs-ai-note-app
chatgpt mongodb nextjs openai-api pineconedb prisma-client prisma-orm shadcn-ui tailwindcss typescript vercel vercel-ai-sdk
Last synced: 11 days ago
JSON representation
Next.js 14 Custom Chatbot (OpenAI ChatGPT, Vercel AI SDK, Pinecone, Shadcn UI, TypeScript, Tailwind)
- Host: GitHub
- URL: https://github.com/muskanmi/nextjs-ai-note-app
- Owner: muskanmi
- Created: 2024-02-21T14:17:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:19:38.000Z (11 months ago)
- Last Synced: 2024-11-05T19:07:37.723Z (about 2 months ago)
- Topics: chatgpt, mongodb, nextjs, openai-api, pineconedb, prisma-client, prisma-orm, shadcn-ui, tailwindcss, typescript, vercel, vercel-ai-sdk
- Language: TypeScript
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 14 AI Note App
This is a note-taking app with an integrated **AI chatbot**. By using the **ChatGPT API**, **vector embeddings**, and **Pinecone**, the chatbot knows about all notes stored in your user account and can retrieve relevant information to answer your questions and summarize information.
**Response streaming** is implemented via the **Vercel AI SDK**.
The app is built with Next.js 14's app router, TailwindCSS, Shadcn UI, and TypeScript. It has a light/dark theme toggle and a fully mobile-responsive layout.