Skip to content

网站克隆工具合集

open-lovable — 一键克隆任意网站为 React

⭐ 25,500 | Firecrawl 团队 | https://github.com/firecrawl/open-lovable

把任意网站 URL → 高度还原的 React 项目(布局、样式、交互)。

场景:快速复刻竞品、前端学习拆解、原型搭建


AI Website Cloner Template — 克隆为 Next.js

⭐ 9,300 | MIT | https://github.com/JCodesMore/ai-website-cloner-template

/clone-website <URL> 命令将任意网站反向工程为干净的 Next.js 代码库。

五阶段流水线

  1. 侦察 — 截图、提取设计 Token、扫描交互(滚动/点击/悬停/响应式)
  2. 基础搭建 — 字体、颜色、全局样式、资源下载
  3. 组件规格 — 精确 CSS 值、状态、行为、内容的 spec 文件
  4. 并行构建 — git worktrees 中并发派发 builder agent,每 section 一个
  5. 合并 & QA — 合并页面,与原站视觉对比
bash
git clone https://github.com/JCodesMore/ai-website-cloner-template.git my-clone
cd my-clone
# Node.js 24+ 必须

推荐 Agent:Claude Code + Opus 4.6(最佳效果)


两者对比

open-lovableAI Website Cloner
输出框架ReactNext.js
Stars25.5k9.3k
流水线简单,一步到位五阶段,更完整
适合场景快速原型生产级克隆

Built for notes, tools, and long-term recall.