A simple chatbot template built using the AI SDK and DeepSeek R1 Distill LLaMA 70B, powered by Groq.
- Framework: Next.js 14
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Language: TypeScript
- AI Integration: Vercel AI SDK with DeepSeek R1 Distill LLaMA 70B
- Modern, responsive UI with dark mode support
- Real-time chat interface
- Auto-resizing text areas
- Toast notifications
- Custom theming with CSS variables
- Markdown support for chat messages
- Clone the repository
- Install dependencies:
pnpm install- Run the development server:
pnpm run dev- Open http://localhost:3000 in your browser
/app- Next.js app router pages and layouts/components- React components/ui- shadcn/ui components
/lib- Utility functions/hooks- Custom React hooks/styles- Global CSS and Tailwind configuration
Update the .env file with the following variables:
DEEPSEEK_BASE_URLDEEPSEEK_API_KEY
This project is open-sourced under the MIT License.