惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
量子位
小众软件
小众软件
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
G
Google Developers Blog
博客园 - 叶小钗
H
Help Net Security
Jina AI
Jina AI
Y
Y Combinator Blog
Last Week in AI
Last Week in AI
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Vercel News
Vercel News

少数派

派早报:Google 发布 Fitbit Air 等 - 少数派 「新人报到」確認需求,再開始 - 少数派 从 SOLO 独立开发者社区,我看到了越来越多开发者开始做自己的产品 - 少数派 我怎么管理那些"不常做,但总会忘"的生活事项 - 少数派 人形机器人量产元年,数据才是具身智能的“生死线” - 少数派 BuhoLaunchpad 高度还原 Mac 启动台:开发历程与思考 - 少数派 五年陪伴依然不舍,DIY 换壳后让罗技 MX Master 3 继续服役 - 少数派 新玩意 240|少数派的编辑们最近买了啥? - 少数派 一日一技|为什么你应该关闭 iOS 的键盘声音 - 少数派 我做了个插件和 Skills,一键提取任何网站的设计规范 Design.md - 少数派 住在三四线城市的你,该开始录播客了 - 少数派 甘南秘境,大白高国 - 少数派 AI的审美:谁让把我变成川内倫子 - 少数派 返工怎能不烦恼,打工人片单总有一部是你的「嘴替」 - 少数派 为了让「上厕所」更健康,我做了一个小工具 - 少数派 AI + Skill,能够让生成的文章去除 AI 味吗? - 少数派 新玩意|韶音OpenDots ONE 耳夹式耳机 - 少数派 《美满》| 在每一个春天的晚上相爱(362) - 少数派 新玩意|优篮子 PS01 MagSnap 磁吸支架 - 少数派 自我整合手记 | 我开始早睡了:用稳定规则,为自由托底 - 少数派 用龙虾(OpenClaw)两个多月,我最深的12个体会 - 少数派 听歌时间到,12 张你可能错过的 2025 华语乐坛好专辑 - 少数派 承诺能追吗 - 少数派 macOS 26启动台没了? 我做了个不一样的App启动器 - Keboard - 少数派 《四海为家的人》| INTJ对话INTJ(361) - 少数派 你发过的那些黑历史,是时候一次清干净了 - 少数派 新玩意:安安静静玩,越玩越专注:计客密码机 - 少数派 iPad 用户首次体验 Android 平板:vivo Pad6 Pro - 少数派 数据逻辑强 - 少数派 极北行+ | 一路向北,探访日本至北之地 | 001 - 少数派
【Cursor+PromptCoder】专注前端,让代码生成工具更智能 - 少...
2025-03-12 · via 少数派

Cursor 最近也是火遍了编程圈子,不管是前端后端还是算法都在尝试使用 Cursor 写一些东西。虽然目前cursor写纯前端的代码几乎不会报错,但无论是截图还是写大量prompt,它总是难以还原设计稿的样式。正好,最近发现了一个专注于代码提示词的生成工具 PromptCoder,让我完美还原了设计稿!https://code.promptate.xyz/

【什么是 PromptCoder】

PromptCoder是一款创新的智能代码生成工具,它能够识别设计图或截图,并自动生成与之匹配的前端代码。无论是复杂的交互组件还是简洁的静态页面,PromptCoder 都能帮助你轻松复刻一个完整的页面或原型图,极大地提升开发效率,减少手动编码的时间和错误率。

这款工具支持多种前端框架,如React、Vue、Flutter等,使得开发者可以无缝集成到现有的项目中。PromptCoder的目标是简化开发流程,减少手动编码,让开发者专注于创意和用户体验。它有几个特点:

交互简单易用: 通过图像识别技术,PromptCoder能够理解设计意图。只需一张截图即可得到想要的效果。

从免费开始 PromptCoder 只需注册即可免费体验全部内容。

多框架支持PromptCoder 现在已经支持 Next,React,Vue 和 Flutter 等框架。

案例:商城页面搭建

假设我们需要为一个电子商务网站创建一个动态的首页,这个页面需要包含商品展示、搜索功能、用户登录和购物车等组件。

步骤1:设计首页布局

设计师提供了一个首页的布局设计图,包含了上述所有组件的布局和样式。

步骤2:使用PromptCoder生成提示词

将设计图上传到PromptCoder,工具自动识别设计图中的各个元素,并根据如下的框架生成提示词:

···

使用React框架构建页面。

使用CSS Grid布局实现响应式设计。

商品展示区域使用卡片布局,每个卡片包含商品图片和名称。

搜索框位于页面顶部,支持自动完成功能。

用户登录和购物车图标位于页面右上角。

···

PromptCoder继续为每个组件生成详细交互逻辑提示词。例如,ProductGrid组件会接收一个商品数组作为props,并为每个商品渲染一个卡片。

代码框架如下:

import React from 'react';
import './Home.css';

const Home = () => {
  return (
    <div className="home-container">
      <SearchComponent />
      <ProductGrid products={products} />
      <LoginButton />
      <CartIcon />
    </div>
  );
};

export default Home;

步骤3:使用 Cursor 编写代码
将生成好的提示词复制给 Cursor Composer Agent,等待 Cursor 生成代码即可!

完整提示词示例


Create detailed React components with these requirements:

1. Use functional components with arrow syntax and proper TypeScript types
2. Style with styled-components or CSS Modules for maintainable CSS
3. Use @heroicons/react for icons (from @heroicons/react package). Do NOT use other UI libraries unless requested
4. Use stock photos from unsplash.com where appropriate, only valid URLs you know exist
5. Configure webpack/vite image loaders to enable stock photos from unsplash.com
6. Avoid duplicate components and implement proper code splitting
7. Follow component folder structure: /components/{common,features,layouts}
8. Follow proper import practices:
   - Use absolute imports with path aliases
   - Keep component imports organized
   - Update component files with comprehensive code
   - Don't forget proper TypeScript types
   - You MUST complete the entire component before stopping

   ```markdown
## Layout Overview

- **Page Structure**:
  - The main layout of the e-commerce homepage consists of a **Header**, **Main Content**, and **Footer**.
  
- **Component Hierarchy**:
  - **Header**:
    - Contains **Logo** (left), **Navigation Bar** (center), and **Login & Cart Buttons** (right).
  - **Main Content**:
    - Features a **Product Showcase** with individual **Product Cards** organized in a grid layout.
  - **Footer**:
    - Houses several **Footer Links** at the bottom of the page.
  
- **Responsive Design Considerations**:
  - The layout should be responsive to different screen sizes, ensuring that the navigation is accessible on mobile (e.g., hamburger menu).
  - Product cards should stack on smaller screens for easy browsing.
  
## Styling Specifications

- **Color Schemes**:
  - Utilize a **neutral background color** with a gradient effect for header and footer.
  - Ensure **bright and contrasting colors** for product cards and buttons to attract attention.

- **Typography**:
  - Implement **simple and clean fonts** for general text, prioritizing **readability and clarity**.
  - Product names and prices should use **bold font styles** to enhance visibility.

- **Spacing and Alignment**:
  - Provide **ample spacing between product cards**, maintaining a clean look.
  - Ensure **well-spaced** navigation bar and footer from the main content to prevent clutter.
  
- **Animations and Transitions**:
  - Subtle animations on hover for product cards (e.g., shadow effect, color change) enhance interactivity.
  
## Interactive Elements

- **User Inputs**:
  - Implement a **search bar** that captures user input for immediate product searches.
  
- **Navigation**:
  - Clicking on the category icons in the navigation bar enables a **smooth transition** to respective product sections.
  
- **Loading States**:
  - Show a **loading spinner** or placeholder when products are being loaded on the main content area.

- **Micro-interactions**:
  - Use subtle feedback (e.g., button glow, subtle scale change) on hover and click events for more engaging user interactions.

生成效果

我们可以看到PromptCoder如何帮助开发者从设计到代码的快速转换。PromptCoder不仅提高了开发效率,还保证了代码的一致性和质量。如果你是一名前端开发者,PromptCoder无疑是你实现创意、提升工作效率的得力助手。

点击 访问 PromptCoder官网,了解更多信息并开始免费试用!