Framer sites only, by design

Clone polished
Framer sites.

Paste a URL and turn a published Framer site into clean HTML, React, or Next.js with a workflow that feels production-ready.

Free and open source · no account needed · star it on GitHub

site preview
saasly.framer.website

clean delivery

Keep the motion.
Lose the clutter.

Verified: Framer onlyExport: 3 formatsDelivery: ZIP ready
export matrix3 formats
Vanilla HTML
Static pages with assets and scripts bundled.
React + Vite
Real JSX components with shared sections deduped.
Next.js
Pages Router app with metadata and global styles.
7
pages crawled
24
images mirrored
131
fonts preserved

open source

Built for teams who care about quality.

Test it locally, improve the output, and share the result back as a pull request. The product gets stronger with every contribution.

Community ready
Contributions welcome
Safe to use
Only published Framer sites
Export goal
Clean, tidy, production-ready

Exports

One site, three exports.

file:// ready

Vanilla HTML

Stable

Self-contained pages with the site's JavaScript runtime inlined. Unzip, open index.html, done.

npm run dev

React + Vite

Beta

Real JSX components, one file per section, shared header and footer deduped. No HTML blobs.

next build

Next.js

Beta

Pages Router project with per-page metadata and a global stylesheet. Push to Vercel as-is.

React and Next.js exports build and render today; component naming and fidelity keep improving with every release. SiteForge is open source, so contributions are welcome.

The part everyone gets wrong

Screenshots freeze.
Clones shouldn’t.

The Framer runtime ships inside the ZIP, so scroll effects, hovers, and appear animations keep moving.

file:///your-site/index.html
Still animated.
Still yours.
Opens offlineno server, no build step

Process

Three minutes, start to ZIP.

1Paste a Framer URL

Any published Framer site works: yoursite.framer.website or a custom domain. Non-Framer sites are rejected up front.

2We crawl and rebuild

Every page, image, font, and script chunk is mirrored. The module graph is re-bundled so interactions survive offline.

3Download the ZIP

Pick vanilla, React, or Next.js. Watermarks and tracking scripts are stripped; what's left is just the site.

Questions, answered.

Which sites can I clone?+

Framer sites only. The tool checks the URL before crawling and refuses anything built on other platforms. That focus is what makes the output reliable.

Do animations and interactions survive?+

Yes. The vanilla export bundles the site's JavaScript runtime into each page, so scroll effects, sticky navs, and appear animations work from a plain file:// open.

What does the React export look like?+

A real project: one component file per section (SiteHeader.jsx, Hero.jsx, and so on), shared sections deduped, global CSS imported once. No JSON payloads, no dangerouslySetInnerHTML.

Can I clone someone else's site?+

Only clone sites you own or have permission to copy. The tool removes platform badges, not copyright. The design still belongs to its author.

Is SiteForge open source?+

Yes. The whole extractor lives on GitHub. The vanilla export is stable; React and Next.js exports work but are still in beta, and issues or pull requests that push their fidelity forward are very welcome.

Own the code.

Your Framer site, unhosted and unlocked.

Star on GitHub