# deepseekCoder
**Repository Path**: chen.kline/deepseekCoder
## Basic Information
- **Project Name**: deepseekCoder
- **Description**: fork from https://github.com/sing1ee/deepseekCoder
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-01-03
- **Last Updated**: 2025-01-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
DeepSeek Coder
Generate small apps with one prompt. Powered by the DeepSeek API.
This project is fully based on [llamacoder](https://github.com/Nutlope/llamacoder). Please follow [Nutlope](https://github.com/Nutlope) and give them a star. ## Tech stack - [DeepSeek API](https://platform.deepseek.com/docs) for code generation using DeepSeek-Coder models - [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox - Next.js app router with Tailwind You can also experiment with DeepSeek models on the [DeepSeek Platform](https://platform.deepseek.com/). ## Cloning & running 1. Clone the repo: `git clone https://github.com/YOUR_USERNAME/deepseek-coder` 2. Create a `.env` file and add your [DeepSeek API key](https://platform.deepseek.com/api-keys): `DEEPSEEK_API_KEY=` 3. Run `npm install` and `npm run dev` to install dependencies and run locally **This is a personal project and not affiliated with DeepSeek**