├── LICENSE ├── README.md └── artificial ├── scr222een.jpg ├── screen-2.png └── screen.jpg /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 brzhang 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # super-copy-coder 2 | An AI-powered tool that generates detailed development prompts from UI designs and mockups. Perfect for developers using modern AI coding tools like Cursor, Bolt, and v0.dev. 3 | 4 | ## Preview 5 | 6 | ![Super Copy Coder Preview](./artificial/screen.jpg) 7 | 8 | 9 | ![Super Copy Coder 预览](./artificial/screen-2.png) 10 | 11 | ### Key Capabilities: 12 | 13 | 1. **Upload & Analysis** 14 | - Drag & drop or click to upload UI designs 15 | - Supports various image formats 16 | - Real-time visual feedback 17 | 18 | 2. **Smart Generation** 19 | - Structured prompt generation 20 | - Temperature control for creativity adjustment 21 | - Real-time streaming output with Markdown formatting 22 | 23 | 3. **Quick Integration** 24 | - Direct access to Bolt, v0.dev, and Cursor 25 | - One-click copy functionality 26 | - Seamless workflow integration 27 | 28 | ## Features 29 | 30 | - **Image Analysis**: Upload UI designs, mockups, or application screenshots 31 | - **Smart Prompt Generation**: Generates detailed, structured prompts optimized for AI coding tools 32 | - **Multiple Application Types**: Support for web, mobile, and desktop application analysis 33 | - **Adjustable AI Parameters**: Control the creativity level with temperature adjustment 34 | - **Real-time Streaming**: See the prompt generation in real-time 35 | - **Markdown Support**: Generated prompts are formatted in Markdown for better readability 36 | - **Quick Access Tools**: Direct integration with popular AI development tools 37 | - Bolt (https://bolt.new) 38 | - v0.dev 39 | - Cursor 40 | 41 | ## Tech Stack 42 | 43 | - Next.js 14 (App Router) 44 | - TypeScript 45 | - Tailwind CSS 46 | - OpenAI/Gemini API Integration 47 | - React Markdown 48 | - Lucide Icons 49 | -------------------------------------------------------------------------------- /artificial/scr222een.jpg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /artificial/screen-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bravekingzhang/super-copy-coder/97a546d989df1f9b84f73042be24421dae8b4e3d/artificial/screen-2.png -------------------------------------------------------------------------------- /artificial/screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bravekingzhang/super-copy-coder/97a546d989df1f9b84f73042be24421dae8b4e3d/artificial/screen.jpg --------------------------------------------------------------------------------