How to Remove the 'Made in Framer' Watermark in 2026

A person with short dark hair is smiling while wearing a black t-shirt.
Headshot of a smiling man wearing glasses and a blue shirt.

Author:

Dominik S.

Published:

Reading Time:

Framer

Watermark Removal

Self-Hosting

Current page

The “Made in Framer” badge appears on all sites published with Framer's free plans. It displays in the right corner of each page, which is not appropriate for client projects or professional portfolios.

There are two ways to remove the badge: upgrade to a paid Framer hosting plan or export your site as static HTML and self-host it. This article explains both options, outlines their costs, and provides an in-depth walkthrough of the export process.

The Quick Answer

  • Framer's built-in option: Upgrade to a paid Framer plan (Basic or above). The badge disappears on Framer-hosted sites.

  • The export route: Export your site to static HTML/CSS/JS using a tool like PullPage, then host it on Netlify, Vercel, Cloudflare Pages, or your own server. The watermark is stripped automatically during export.

  • Which is cheaper in the long term? For agencies managing multiple client sites, the export route saves significantly more. For a single personal site, upgrading Framer's plan is the path of least resistance.

Below, each option is explained in detail.

Option 1: Upgrade Your Framer Plan

Framer links watermark removal to its hosting plans. On the free plan, the badge remains visible, and there is no editor setting to remove it. Upgrading is the only option provided.

A paid Framer hosting plan removes the badge from that specific site for the duration of your subscription. This approach is suitable if you manage a single site and are satisfied with Framer's hosting.

However, if you manage multiple client sites, each requires its own paid plan, which can quickly increase costs.

Option 2: Export Your Framer Site and Self-Host It

Most freelancers and agencies choose this option when managing more than two or three client sites.

The process is simple: export your Framer site as a static HTML, CSS, and JS bundle, deploy it to your preferred host, and pay only the host's fees rather than Framer's per-site charges. The “Made in Framer” badge is not present in the exported code because it is injected by Framer at the hosting level and removed during export.

What “Export” Actually Means Here

Framer does not provide a native export-to-HTML feature. While you design and publish within Framer, obtaining static files requires a third-party tool that reads your published Framer URL and generates a static bundle.

PullPage is designed for this purpose. Paste your published Framer URL to generate a static ZIP file containing HTML, CSS, JavaScript, and all assets, which can be downloaded in approximately 24 seconds. The exporting process automatically removes the “Made in Framer” badge and Framer's editor scripts.

For a fuller breakdown of how the process works, see Can You Export a Framer Website in 2026?

Step-by-Step: Removing the Watermark via Export

  1. Publish your Framer site to obtain a live Framer URL, which is required for export.

  2. Navigate to pull.page and paste your published Framer URL.

  3. Generate the static export; PullPage will automatically remove the badge and Framer scripts.

  4. Download the ZIP file or sync directly to a GitHub repository (available on paid plans).

  5. Deploy the exported files to Netlify, Vercel, Cloudflare Pages, GitHub Pages, or your own server.

No manual code editing is required. There is no need to search through HTML to remove the badge script.

What Gets Preserved in the Export

A common concern is whether the exported site will retain the appearance and functionality of the original live Framer site.

In practice, yes. PullPage's rendering engine is built specifically for Framer sites, which matters because generic HTML scrapers tend to break Framer Motion animations and scroll transitions. Hover effects, scroll-triggered animations, and Framer Motion interactions all carry over inside the static output.

On paid plans, the export also bundles all local assets, including images, videos, fonts, 3D models, audio, and documents. This guarantees your site does not load assets from Framer's CDN after deployment; all content resides within your hosting environment.

The Cost Comparison

At this stage, the export route provides a meaningful financial advantage.

Managing 10 client sites on Framer hosting requires 10 separate paid plans. With PullPage's Agency plan, you can export and self-host all sites, reducing hosting costs to the rates charged by Netlify, Vercel, or Cloudflare, which are often negligible for static sites on their free tiers.

One agency reported saving over $1,200 after switching to the export workflow. These savings result from eliminating per-site hosting fees for sites that do not require dynamic server infrastructure.

How to Remove the 'Made in Framer' Watermark in 2026 Removing the badge by paying for Framer Basic on ten sites costs $1,200 a year. Exporting and self-hosting removes the badge with no per-site hosting fee. Annual cost to remove the badge across 10 client sites Pay for Framer $1,200/yr Export + self-host $0 hosting Framer Basic is $10/month per site, so ten sites cost $1,200/year. Exporting and self-hosting strips the badge with no per-site fee.
Keeping the badge off ten client sites by paying for Framer Basic runs $1,200 a year. Exporting and self-hosting strips the badge once, during export, with no recurring per-site fee — which is where the documented $1,200+ saving comes from.
How to Remove the 'Made in Framer' Watermark in 2026 Removing the badge by paying for Framer Basic on ten sites costs $1,200 a year. Exporting and self-hosting removes the badge with no per-site hosting fee. Annual cost to remove the badge across 10 client sites Pay for Framer $1,200/yr Export + self-host $0 hosting Framer Basic is $10/month per site, so ten sites cost $1,200/year. Exporting and self-hosting strips the badge with no per-site fee.
Keeping the badge off ten client sites by paying for Framer Basic runs $1,200 a year. Exporting and self-hosting strips the badge once, during export, with no recurring per-site fee — which is where the documented $1,200+ saving comes from.
How to Remove the 'Made in Framer' Watermark in 2026 Removing the badge by paying for Framer Basic on ten sites costs $1,200 a year. Exporting and self-hosting removes the badge with no per-site hosting fee. Annual cost to remove the badge across 10 client sites Pay for Framer $1,200/yr Export + self-host $0 hosting Framer Basic is $10/month per site, so ten sites cost $1,200/year. Exporting and self-hosting strips the badge with no per-site fee.
Keeping the badge off ten client sites by paying for Framer Basic runs $1,200 a year. Exporting and self-hosting strips the badge once, during export, with no recurring per-site fee — which is where the documented $1,200+ saving comes from.

What the Badge Actually Is (And Why You Can't Delete It in the Editor)

The “Made in Framer” badge is not a design element added to the canvas; it is a script injected by Framer at the hosting level. It does not appear in the Framer editor and cannot be selected or deleted.

For this reason, upgrading your plan or exporting the site are the only viable options. Attempting to hide the badge with CSS is unreliable and violates Framer's terms of service.

The export route is effective because the injected script does not exist in the static HTML output. There is nothing to hide, as it is not present in the exported files.

SEO Implications of Removing the Badge and Self-Hosting

Removing the badge has no direct impact on SEO. However, self-hosting your Framer export can improve Core Web Vitals scores by allowing you to control the hosting environment, CDN configuration, and asset delivery.

When deploying a PullPage export to Cloudflare Pages or Netlify, you can configure caching headers, enable compression, and serve assets from edge nodes near your users. While Framer's hosting handles some of these tasks automatically, self-hosting provides direct control over every aspect.

If SEO is a priority for your Framer site, the export route offers advantages beyond watermark removal. The complete guide to optimizing SEO for Framer websites details the required configurations after self-hosting.

Which Option Should You Choose in 2026?

Upgrade to a paid Framer plan if you manage one or two sites, prefer minimal configuration, and find Framer's hosting costs acceptable.

Choose export and self-hosting if you manage multiple client sites, require full control over hosting infrastructure, or wish to eliminate recurring per-site fees.

The export route requires more initial setup. Afterward, PullPage's GitHub Sync allows you to update the design in Framer, push changes to your repository, and trigger automatic redeployment by your host. The workflow becomes efficient over time.

FAQ

Can I remove the Made in Framer badge without paying for anything?

Not through Framer's platform. The free plan always shows the badge and there is no setting to hide it without upgrading. PullPage does have a free plan that generates a static export and removes the badge, though paid plans unlock full asset bundling and SEO features.

Is hiding the badge with CSS against Framer's terms?

Yes. Framer's terms of service prohibit hiding or obscuring the badge on free plans with CSS or other workarounds. The compliant options are to upgrade your Framer plan or to export the site and self-host it.

Does exporting the site break Framer animations?

Not with a purpose-built Framer export tool. PullPage's rendering engine is made specifically for Framer and preserves Framer Motion effects, hover states, and scroll transitions in the static output. Generic HTML scrapers often break these, which is why the tool you use matters.

Do I need to republish in Framer every time I make a change?

Yes. The export workflow requires you to publish in Framer first, then re-export. With GitHub Sync on paid PullPage plans, re-exporting commits to your repo and triggers an automatic redeploy, so the only manual step left is publishing in Framer.

What hosting platforms work with a PullPage export?

Any platform that serves static files. Netlify, Vercel, Cloudflare Pages, and GitHub Pages all work well, and you can also deploy to your own server or VPS. The exported ZIP is standard HTML/CSS/JS with no platform-specific dependencies.

Will removing the badge and self-hosting affect my site's SEO?

Removing the badge has no effect on SEO. Self-hosting can improve Core Web Vitals because you control caching, CDN configuration, and asset delivery directly. PullPage's paid-plan exports also preserve your Framer SEO settings and generate sitemaps, so your metadata carries over correctly.

Can I export a Framer CMS site and remove the badge?

Yes. PullPage supports full Framer CMS exports, including sites with 100+ pages and 500+ MB of content on paid plans. CMS content, page slugs, and SEO metadata all carry over inside the static export, with the badge removed.

How much does it cost to remove the Framer watermark?

Two paths. A paid Framer site plan starts at $10/month per site (Basic) and removes the badge while the site is hosted there. Exporting with a tool like PullPage strips it during export, and self-hosting on a free static host costs $0 per site.

Where does the Made in Framer badge actually come from?

Framer injects it as a script at the hosting level on free-plan sites. It is not a canvas element, so you can't select or delete it in the editor. It only disappears when you upgrade your plan or export to static files, where the script doesn't exist.

Is removing the watermark by exporting allowed?

Yes. Exporting and self-hosting removes the badge because the injected script isn't part of the static output. That is compliant, unlike hiding the badge with CSS on a free plan, which violates Framer's terms of service.

Ready to Export?

Keep using the world’s most powerful visual editor as your workspace. Export your Framer project in the next few seconds and reduce the monthly costs.

No credit card required.

Ready to Export?

Keep using the world’s most powerful visual editor as your workspace. Export your Framer project in the next few seconds and reduce the monthly costs.

No credit card required.

Ready to Export?

Keep using the world’s most powerful visual editor as your workspace. Export your Framer project in the next few seconds and reduce the monthly costs.

No credit card required.