Skip to content

An intelligent AI note app developed based on a youtube tutorial.

Notifications You must be signed in to change notification settings

yang-yida/nextjs-ai-note-app

 
 

Repository files navigation

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.

Learn how to build this app in my tutorial: https://www.youtube.com/watch?v=mkJbEP5GeRA

thumbnail

About

An intelligent AI note app developed based on a youtube tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.4%
  • JavaScript 5.8%
  • CSS 3.8%