The best way to
code with AI
Cursor 风格 — AI代码编辑器,紫色主题,像使用一个智能的AI编程工具。
📁 src
📄 index.tsx
📄 App.tsx
📁 components
📄 Header.tsx
📄 Hero.tsx
📁 utils
📄 api.ts
1
import React from 'react';
2
import { Hero, Steps } from './components';
3
4
export default function WebsiteDesign() {
5
return (
6
<Hero />
7
<Steps />
8
);
9
}
Ask AI to edit or generate code...
01/
战略调研
明确商业目标、用户需求、竞品分析,确定产品定位。
02/
信息架构
规划站点结构、导航层级与内容分类。
03/
原型设计
线框图到可交互原型,快速验证概念。
04/
视觉设计
设计系统,品牌语言、配色与组件库。
05/
开发实现
前后端开发、接口联调与响应式适配。
06/
测试上线
功能测试、性能优化、CI/CD 部署。
Prompt 提示词
Build a Cursor-style page: Dark IDE interface with purple (#7c3aed) as primary accent. Code editor mockup with file tree, line numbers, syntax highlighting. AI chat panel. Tab bar. VS Code-like aesthetic for AI code editor.