An open API service indexing awesome lists of open source software.

https://github.com/gitdagray/nextjs-ai-chat


https://github.com/gitdagray/nextjs-ai-chat

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Next.js AI Chat
---

### Author Links

👋 Hello, I'm Dave Gray.

📚 [My Courses](https://courses.davegray.codes/)

✅ [Check out my YouTube Channel with hundreds of tutorials](https://www.youtube.com/DaveGrayTeachesCode).

🚩 [Subscribe to my channel](https://bit.ly/3nGHmNn)

💖 [Support My Content](https://patreon.com/davegray)

🚀 Follow Me:

- [Twitter](https://twitter.com/yesdavidgray)
- [LinkedIn](https://www.linkedin.com/in/davidagray/)
- [Blog](https://davegray.codes)

---

### Description

📺 [YouTube Video](https://youtu.be/xF-BL8XF4mg) for this repository.

---

### âš™ Usage

- Provide your own .env.local file with an OpenAI API key
- npm install
- npm run dev

---

### 🎓 Academic Honesty

**DO NOT COPY FOR AN ASSIGNMENT** - Avoid plagiarism and adhere to the spirit of this [Academic Honesty Policy](https://www.freecodecamp.org/news/academic-honesty-policy/).

---

### 📚 Tutorial References

- 🔗 [Next.js](https://nextjs.org/)
- 🔗 [Vercel AI SDK](https://sdk.vercel.ai/docs)
- 🔗 [OpenAI](https://openai.com/)
- 🔗 [shadcn/ui](https://ui.shadcn.com/)
- 🔗 [Next.js Light & Dark Modes](https://www.davegray.codes/posts/light-dark-mode-nextjs-app-router-tailwind)