--- title: DeepSite v2 emoji: 🐳 colorFrom: blue colorTo: blue sdk: docker pinned: true app_port: 3000 license: mit short_description: Generate any application with DeepSeek models: - deepseek-ai/DeepSeek-V3-0324 - deepseek-ai/DeepSeek-R1-0528 --- # DeepSite 🐳 DeepSite is a coding platform powered by DeepSeek AI, designed to make coding smarter and more efficient. Tailored for developers, data scientists, and AI engineers, it integrates generative AI into your coding projects to enhance creativity and productivity. ## Features - **AI-Powered Code Generation**: Leverage DeepSeek AI models for intelligent code suggestions - **Interactive Editor**: Modern Monaco-based code editor with syntax highlighting - **Live Preview**: Real-time preview of your generated applications - **Multiple AI Models**: Support for various DeepSeek models including V3 and R1 ## How to use it locally 1. Clone this repository 2. Install dependencies: `npm install` 3. Set up your environment variables 4. Run the development server: `npm run dev` 5. Open [http://localhost:3000](http://localhost:3000) in your browser