Spaces:
Paused
Paused
metadata
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
- Clone this repository
- Install dependencies:
npm install - Set up your environment variables
- Run the development server:
npm run dev - Open http://localhost:3000 in your browser