An open-source AI chatbot template built for DeepSeek R1 model, featuring reasoning explanations and clean & modern UI.
- Framework: Next.js 14 (App Router)
- Deployment: Vercel
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- AI Provider: Groq
- 🧠 DeepSeek R1 Integration
- 💭 Reasoning UI
- 🎨 Clean & Modern UI
- Clone the repository:
git clone https://github.com/zaidmukaddam/open-r1-chat-template.git
cd open-r1-chat-template
- Install dependencies:
bun install
- Copy the example environment file:
cp .env.example .env.local
- Add your Groq API key to
.env.local:
GROQ_API_KEY=your-api-key-here
Get your API key from Groq Console
bun dev
Open http://localhost:3000 in your browser.
Deploy using Vercel:
Licensed under the MIT license.