An open-source AI chatbot built with Next.js, the Vercel, OpenAI, and Shadcn.
Features · Model Providers · Running locally · Author
- Next.js App Router
- React Server Components (RSCs), Suspense, and Server Actions
- Support for OpenAI
- shadcn/ui
- Styling with Tailwind CSS
- Radix UI for headless component primitives
- Icons from Phosphor Icons
This template ships with OpenAI gpt-3.5-turbo as the default
You will need to use the environment variables defined in .env.example to run Next.js AI Chatbot. It's recommended you use a .env file is all that is necessary.
Note: You should not commit your
.envfile or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.
- Install packages
- Add your credentials on env
- Just run:
npm install
npm devYour app template should now be running on localhost:3000.
- John Moura (in/jovimoura10) - ojohndev