When exploring modern websites with impressive animations and interactions, you may wonder if they're built using Framer - a powerful design and development platform. Identifying Framer-built websites can provide valuable insights for designers, developers, and business owners alike.
This guide presents 2 straightforward methods to determine if a site is powered by Framer.
The simplest approach is using Wappalyzer, a browser extension that automatically detects technologies used on websites:
This method requires minimal technical knowledge and provides instant results.
For a more thorough verification or when you can't use browser extensions, manually inspecting the website's source code is reliable:
Check for the Framer comment:
<!-- ✨ Built with Framer • https://www.framer.com/ -->
This distinctive comment often appears near the top of Framer-built sites.
Look for the Framer generator meta tag:
<meta name="generator" content="Framer 03f754e">
The version number may vary, but the presence of "Framer" in the generator content is a clear indicator.
Find Framer-specific class names:
<body class="framer-body-o54z0ferL-framer-p3ri2">
Framer adds unique class names with the "framer" prefix to body and container elements.
Identify Framer script sources:
<script async src="https://events.framer.com/script">
Scripts loaded from Framer domains provide strong confirmation.
Look for Framer data attributes:
data-framer-hydrate-v2="..."
These specialized attributes are used for Framer's component hydration.
Check for the Framer badge container:
<div id="__framer-badge-container"></div>
This element is often present even if the badge itself is disabled.
Finding one or more of these markers confirms that a website is built with Framer. Multiple matches provide stronger verification.
Identifying Framer-built websites is straightforward using either Wappalyzer for quick detection or source code inspection for more detailed confirmation. Recognizing Framer sites can help you understand current design trends, evaluate the platform for your own company projects, and spot potential clients or partners who are already using this technology.
Whether you're researching competitors, gathering inspiration, or considering Framer for your next website, these identification methods will give you a clear answer about which sites are leveraging Framer's capabilities. If you need assistance with Framer development or are considering it for your next project, our Framer agency offers specialized services to help you make the most of this powerful platform.
Learn 2 simple methods to quickly check if a site is built with Webflow using browser tools or manual inspection with our easy tutorial.
Implement custom form redirects in Webflow that vary based on CMS context data. Step-by-step tutorial with no code required.
Learn how to implement cross-page anchor links in Webflow to direct users to specific sections across your site. 5min step-by-step tutorial.