- 首页
- AI 网站克隆(BYOK)
How AI fits in
First a faithful capture, then AI on your terms.
Pixel-perfect first
AI works from an accurate clone, not a guess.
- Computed styles
- Real DOM snapshot
Bring your own key
Use any OpenAI-compatible endpoint and model you choose.
- Your API key
- Your model & limits
Runs locally
Requests go straight to your endpoint — nothing through us.
- No middleman server
- Stored in the browser
What the AI can do
Turn a static clone into editable, framework-ready code.
Convert to React/Vue
Ask the AI to turn captured HTML into components.
- HTML → React
- HTML → Vue
Refactor & clean up
Rename, restructure, or simplify the captured markup.
- Tidy class names
- Componentize sections
Project-aware chat
The Workbench gives the AI context from your captured files.
- File-aware prompts
- Streaming responses
AI 如何参与
先得到忠实的捕获,再按你的方式用 AI。
先像素级
AI 基于准确的克隆工作,而非猜测。
- 计算样式
- 真实 DOM 快照
自带 key
使用你选择的任意 OpenAI 兼容端点与模型。
- 你的 API key
- 你的模型与额度
本地运行
请求直达你的端点——不经过我们。
- 无中间服务器
- 保存在浏览器中
AI 能做什么
把静态克隆变成可编辑、面向框架的代码。
转成 React/Vue
让 AI 把捕获的 HTML 变成组件。
- HTML → React
- HTML → Vue
重构与清理
重命名、重组或简化捕获的标记。
- 整理类名
- 拆分为组件
理解项目的对话
Workbench 让 AI 获得来自你捕获文件的上下文。
- 理解文件的提示
- 流式响应
常见问题
Is the AI website cloner free?
The cloning is free. The AI is bring-your-own-key: you supply your own OpenAI-compatible API key, so any AI usage is billed by your provider, not us.
Is there a free cloud AI that clones from a URL automatically?
No. There's no hosted cloud AI. The AI is an optional local assistant that refactors or converts code you've already captured.
Which AI providers work?
Any OpenAI Chat Completions–compatible endpoint. You configure the base URL, key, and model in the extension settings.
Does my code get sent to your servers?
No. AI requests go directly from your browser to the endpoint you configured. We never see your code or key.
这个 AI 网站克隆免费吗?
克隆是免费的。AI 采用自带 key 模式:你提供自己的 OpenAI 兼容 API key,因此任何 AI 用量由你的服务商计费,而非我们。
有能从 URL 自动克隆的免费云端 AI 吗?
没有。不存在托管的云端 AI。AI 只是一个可选的本地助手,用于重构或转换你已经捕获的代码。
支持哪些 AI 服务商?
任意兼容 OpenAI Chat Completions 的端点。你在扩展设置中配置 base URL、key 与模型。
我的代码会被发送到你们的服务器吗?
不会。AI 请求从你的浏览器直达你配置的端点。我们绝不会看到你的代码或 key。