Detect Nextra
Nextra is Next.js based static site generator.
Detection looks at javascript globals, dom selectors, inline scripts across 6 fingerprint rules among the site's public responses.
01
Websites using Nextra
Loading website list…
02
Signal classes
PluginView evaluates public page signals in these classes when identifying Nextra. Individual fingerprint rule bodies are proprietary and are not published.
- JavaScript globals
- DOM selectors
- Inline scripts
03
Example public indicators for Nextra
Illustrative indicators derived from public catalog metadata for Nextra. A live scan may match additional proprietary rules beyond these examples.
- __nextra_internal__
- __nextra_pageContext__
- div.nextra-container
- div.nextra-nav-container
- div.nextra-sidebar-container
- nextra//.site/
04
What a detection means
- Establishes
- One or more public signals on the scanned page matched a known Nextra signature (6 rules) at the time of the scan.
- Does not establish
- A sitewide install of Nextra, an active vendor contract, exclusive use, or that Nextra is still in place today.
05
How to check a site for Nextra
- 1. Enter the website URL in the scan form — homepage, pricing, checkout, or login pages usually expose the strongest Nextra signals.
- 2. PluginView reads only public responses (javascript globals, dom selectors, inline scripts) and scores them against the Nextra signature set (6 rules).
- 3. Review the confidence score and text explanation for Nextra on the results page.
06
FAQ: detecting Nextra
- Can PluginView detect Nextra without logging in?
- Yes. PluginView only reads publicly accessible responses when checking for Nextra — typically javascript globals, dom selectors, inline scripts. It does not bypass authentication or paywalls.
- What category is Nextra?
- Nextra is classified under Static site generator in the PluginView directory.
- How many fingerprint rules cover Nextra?
- This reference currently tracks 6 fingerprint rules across javascript globals, dom selectors, inline scripts. Individual rule bodies are proprietary and are not published.
- What public signals suggest a site uses Nextra?
- Illustrative public indicators for Nextra include __nextra_internal__; __nextra_pageContext__; div.nextra-container. A live scan may match additional proprietary rules beyond these examples.