Export your Framer site in one click

Own your Framer site. Stop paying monthly. Deploy anywhere.

Download your site as real code. Host anywhere. No lock-in. No monthly fees.

Enter your Framer site

.

By exporting you agree to our Terms and Privacy Policy.

See how it works

Why export your Framer site?

Own your files. Stop renting. Deploy anywhere.

Own your files

Complete export: HTML, CSS, JS, images. Host anywhere.

No vendor lock-in

Stop paying Framer monthly. Deploy to your chosen host.

Assets downloaded

Images, fonts, and scripts are included. No ongoing CDN dependency.

Preview before download

See your exported site live before you pay. Verify everything.

Framer vs FramerExporter

FeatureFramerFramerExporter
Host anywhere
No monthly hosting
Export full site

How it works

Three steps. No code. Your site, your host.

1

Paste your Framer slug and press Export

Enter your site slug and select the domain. We support all Framer sites.

2

Preview the export

We process your site and give you a preview link. Check that everything looks right.

3

Download as ZIP

Satisfied? Download the ZIP file and deploy to your server in minutes.

Simple, transparent pricing

Start for free. Upgrade only when you need more exports.

Free

$0

  • 1 project
  • 1 full export
  • Unlimited preview
Most Popular

Export Pass

$9

One-time payment

  • Unlimited exports for 24 hours
  • No size limits
  • Export and re-export as much as you want

One payment. No subscription.

Pro

$29

per month

  • Unlimited exports
  • Multiple projects
  • Priority processing

FramerExporter – common questions

What is FramerExporter?
FramerExporter is a tool that downloads your published Framer website and packages it as HTML, CSS, and JavaScript in a ZIP file. You can host it on Netlify, Vercel, or any server—no Framer subscription needed.
How do I export my Framer site?
Enter your Framer site slug (e.g. yoursite from yoursite.framer.website) in the box above. We process the site and give you a preview. Then download as ZIP—free tier has limits; paid plans allow larger exports.
How do I run or host the downloaded site?
For animations and interactions to work, the site must be served over HTTP, not by double‑clicking index.html. Unzip the folder and either (1) run a local server in that folder (e.g. npx serve . or python -m http.server 8000) and open the URL shown, or (2) deploy the folder to Vercel, Netlify, or any static hosting. See the “Installing on common servers” section below for step‑by‑step guides.
Can I host the exported site anywhere?
Yes. You get files you can deploy to Netlify, Vercel, GitHub Pages, your own VPS, or any host that serves static files. No lock-in.
Is this the same as Framer's built-in export?
No. FramerExporter is an independent tool that downloads your published Framer site and packages it as files you can host yourself. You own the files and can cancel Framer after exporting.

Installing on common servers

Requirements: unzip the downloaded folder and deploy its contents (the folder that contains index.html and the assets). No build step needed.

Vercel

Drag and drop the unzipped folder into vercel.com, or connect a Git repo containing the folder. No framework setting required; Vercel serves static files by default. Custom domain in project settings.

Netlify

Drag and drop the unzipped folder in the Netlify dashboard, or deploy via Git. Publish directory: the root of the folder (where index.html is). No build command. Custom domain in Domain settings.

Your own computer (local testing)

To see animations and JS working, serve the folder over HTTP. In a terminal, go to the unzipped folder and run: npx serve . (Node.js) or python -m http.server 8000 (Python). Then open the URL shown (e.g. http://localhost:3000 or http://localhost:8000).

Traditional hosting (cPanel, FTP, etc.)

Upload the entire unzipped folder to your web root (e.g. public_html) via FTP or the file manager. Ensure the server serves .mjs files with MIME type application/javascript (many hosts already do; if not, add via .htaccess: AddType application/javascript .mjs). Point your domain to that folder.

Ready to own your Framer site?

Enter your Framer site slug and export. Free tier to start.

.