Feather Detector
Check any public website to see whether it uses Feather.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Feather
Browse real website examples detected with Feather.
View examplesMore Notion Website Builder detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
How can you detect if a website uses Feather?
Detecting whether a website uses Feather involves examining specific indicators in the page source and network activity.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page’s source code. - Search for Feather Indicators in the Page Source: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function and look for the keywordfeather. You may find it in various contexts:- Look for
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>: This script tag is commonly included to import the Feather icons library. - Check for any references like
data-featherin HTML elements. This attribute is often used to apply Feather icons to specific elements.
- Look for
- Check for CSS Styles: Search for CSS styles associated with Feather icons. Look for styles that may include classes related to Feather. For example:
.feather: This class is often added to SVG icons when using Feather.
- Look for Inline SVGs with Feather: Feather uses SVG elements for rendering icons. Inspect elements on the webpage using the developer tools (right-click on an element and select “Inspect”) and check for any inline SVG code with references to Feather.
- Search for Feather Icon Loader: In some cases, websites may load Feather icons dynamically. Look for JavaScript code that initializes Feather icons, such as:
feather.replace();This function call will be present in scripts to replace elements with Feather icons. - Check for Network Requests: Use the Network tab in the developer tools to monitor any incoming requests for Feather files or associated SVGs. Look for requests for scripts or styles from
unpkg.comor similar sources.
Learn more about Feather with these articles
Explore these excellent Notion website examples. Find inspiration for portfolios, landing pages, SaaS, and more through our real-world site showcases.
Christoffer Pettersen