
Framer has no HTML export and no self-hosting. Full Site Export reads your published site the way any visitor does, and gives it back as files you keep.
THREE WAYS OUT
• Perfect Copy — a pixel-exact static copy of every page and asset. Upload it to any host. Block the network entirely and it still renders: images, fonts, video and CMS data are all local.
• Exact (Next.js) — the same copy inside a Next.js project with real routes and a build. Identical rendering, including WebGL.
• Readable (React / Next.js) — your pages rebuilt as components with their own stylesheet. Source you can edit.
WHAT COMES WITH IT
• Every page, not one at a time
• CMS collections, captured from what your site actually requests at runtime
• Scroll reveals, their stagger and looping marquees, re-emitted as CSS
• Framer's badge, editor bar and analytics stripped
WHAT IT CANNOT DO
• The Readable export is close to your site, not pixel-identical. A component driven frame by frame — a WebGL background, for one — survives in the exact copies and not in the rebuilt source.
• Your site must be published. An unpublished project has nothing to read.
• It does not change what you are licensed to own. Framer templates are sold under their own terms.
ACCOUNT AND PRICING
Three free exports of three pages each, with no account. After that, a licence key: $10 USD a month for 50 pages a month, or $99 USD a year, with a 7-day trial. Paste the key in the plugin's Settings — "Clear licence key" in the plugin menu removes it at any time.
EXTERNAL SERVICE
Exporting runs on our server at api.getfull.site, because reading a published site needs a real browser. Two things are sent: the address of your published site, and your licence key. Your Framer project is never uploaded.
Docs and support: https://getfull.site — hello@getfull.site