Spaces:
Running
Running
| title: DeepCodeEditor | |||
| emoji: 🌍 | |||
| colorFrom: blue | |||
| colorTo: green | |||
| sdk: static | |||
| app_file: index.html | |||
| pinned: false | |||
| license: agpl-3.0 | |||
| thumbnail: >- | |||
| /static-proxy?url=https%3A%2F%2Fcdn-uploads.huggingface.co%2Fproduction%2Fuploads%2F64d4ca84887f55fb6ee86b87%2FNXMS5WiLJ6lfAz4m9rWgw.png%3C%2Fspan%3E%3C!----%3E%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr id="L12"> | short_description: DeepSeek Cloud IDE with Advanced AI Code Assistance | ||
| --- | |||
| title: DeepCodeEditor | |||
| emoji: 🤖 | |||
| colorFrom: blue | |||
| colorTo: green | |||
| sdk: static | |||
| app_file: index.html | |||
| pinned: false | |||
| --- | |||
| # DeepSeek IDE | |||
| A web-based Integrated Development Environment (IDE) with AI-powered code analysis capabilities. | |||
| ## Key Features | |||
| - Code editor with syntax highlighting for multiple languages (JavaScript, Python, HTML, CSS) | |||
| - Real-time diff visualization | |||
| - DeepSeek API integration for code analysis | |||
| - Saved analysis history | |||
| - Basic code formatting | |||
| - Responsive interface with resizable panels | |||
| ## Technologies Used | |||
| - CodeMirror (code editor) | |||
| - Tailwind CSS (styling) | |||
| - DeepSeek API (AI-powered code analysis) | |||
| - Vanilla JavaScript | |||
| ## Requirements | |||
| - Modern web browser | |||
| - DeepSeek API key (optional for analysis functionality) | |||
| ## Usage | |||
| 1. Open `index.html` in your browser | |||
| 2. Write or paste your code in the editor | |||
| 3. Use Ctrl+Enter or the "Analyze" button to get AI feedback | |||
| ## License | |||
| This project is licensed under the [GNU Affero General Public License v3.0](LICENSE). | |||
| ## Attribution | |||
| Author: Eduardo Nacimiento García | |||
| Email: [email protected] | |||
| The code was created with assistance from [DeepSeek](https://deepseek.com). | |||
| ## Note on AGPLv3 License | |||
| The AGPLv3 license is compatible with using DeepSeek for code generation because: | |||
| 1. DeepSeek does not claim copyright over generated code | |||
| 2. AGPLv3 only affects distribution of the complete software, not the creation process | |||
| 3. Generated code is considered original work by the tool's user |