Spaces:
Running
Running
| title: DeepCodeEditor | |
| emoji: 🌍 | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: static | |
| app_file: index.html | |
| pinned: false | |
| license: agpl-3.0 | |
| thumbnail: >- | |
| https://cdn-uploads.huggingface.co/production/uploads/64d4ca84887f55fb6ee86b87/NXMS5WiLJ6lfAz4m9rWgw.png | |
| 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 |