Skip to content

anassabri/open-r1-chat-template

 
 

Repository files navigation

DeepSeek R1 Chat Template

An open-source AI chatbot template built for DeepSeek R1 model, featuring reasoning explanations and clean & modern UI.

Tech Stack

  • Framework: Next.js 14 (App Router)
  • Deployment: Vercel
  • Styling: Tailwind CSS
  • UI Components: shadcn/ui
  • AI Provider: Groq

Features

  • 🧠 DeepSeek R1 Integration
  • 💭 Reasoning UI
  • 🎨 Clean & Modern UI

Installation

  1. Clone the repository:
git clone https://github.com/zaidmukaddam/open-r1-chat-template.git
cd open-r1-chat-template
  1. Install dependencies:
bun install
  1. Copy the example environment file:
cp .env.example .env.local
  1. Add your Groq API key to

.env.local:

GROQ_API_KEY=your-api-key-here

Get your API key from Groq Console

Running Locally

bun dev

Open http://localhost:3000 in your browser.

Deploy your own

Deploy using Vercel:

Deploy with Vercel

License

Licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • CSS 2.8%
  • JavaScript 0.6%