Vitsa is a dynamic and versatile AI chatbot powered by DeepSeek's API. It features a responsive UI with multiple themes and customization options.
- Interactive chat interface with animated messages
- Multiple AI model selection
- Adjustable AI temperature parameter
- Light and dark theme options
- Responsive design for all devices
- Markdown-like text formatting
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile based on.env.exampleand add your DeepSeek API key - Start the server:
npm start - Access the application at
http://localhost:3000
- Backend: Node.js, Express
- Frontend: HTML, CSS, JavaScript
- Styling: Tailwind CSS
- Icons: Font Awesome
- API: DeepSeek API
You can customize Vitsa by:
- Adding more models in the
/api/modelsendpoint - Changing the color themes in CSS variables
- Adding additional settings in the settings panel
MIT