Sourcemap Explorer
Stack · CMS

Wix

Wix provides cloud-based web development services, allowing users to create HTML5 websites and mobile sites.

CMS · Blogs

What detecting Wix tells you about a site

Wix is a mass-market hosted site builder, and its output is heavily branded in the markup. The tells are assets from static.wixstatic.com and *.wixsite.com hosts, X-Wix-* response headers, the wixBiSession/svSession cookies, and a <meta name="generator" content="Wix.com Website Builder"> tag. Spotting Wix tells you a non-technical owner — small business, freelancer, local service — built the site through Wix's drag-and-drop editor, with everything from hosting to SEO settings handled inside Wix's closed platform.

Wix in a real-world stack

When you find Wix, it rarely travels alone. Fully integrated; Wix supplies hosting, the CMS, e-commerce, bookings and email rather than third-party tools.

About

Wix provides cloud-based web development services, allowing users to create HTML5 websites and mobile sites.

Categories: CMS, Blogs

Quick facts

Official sitehttps://www.wix.com
CategoriesCMS, Blogs
SaaSYes
Pricinglow, recurring

Detection methodology for CMS

For content management systems we lean on the most stable signals each platform leaves behind: the `<meta name="generator">` tag, asset URL prefixes (`/wp-content/`, `/sites/default/files/`, `/cdn.shopify.com/`), distinctive cookie namespaces (`wordpress_*`, `_shopify_*`, `Drupal.*`) and admin-route signatures (`/wp-admin/`, `/user/login`). When the visible site is a JavaScript framework with a headless CMS underneath, we surface the CMS SDK from the bundle (`@sanity/client`, `contentful`, `@storyblok/react`) — the fingerprint that survives even when the HTML carries no traditional CMS markers.

How we detect Wix

Sourcemap Explorer carries 8 fingerprint signals for Wix, spread across 5 channels — response header, cookie, meta tag, javascript global and script src url. The exact patterns are listed below, and you can replay each one in Chrome DevTools to confirm a match by hand.

Each signal alone is rarely conclusive — Sourcemap Explorer cross-references all of them and weights by confidence. You can reproduce any of these checks yourself in Chrome DevTools.

Response header

Server-side fingerprint: the response header reveals the technology behind the page. Visible in DevTools → Network → response headers.

X-Wix-Renderer-Server:
X-Wix-Request-Id:
X-Wix-Server-Artifact-Id:
Cookie

Cookies set by the platform. Visible in DevTools → Application → Cookies.

Domain=\.wix\.com
Meta tag

<meta> tag injected into the document. Visible by viewing the page source.

<meta name="generator" content="Wix\.com Website Builder">
JavaScript global

Window-level global the technology installs on page. Reproducible by typing the path into the DevTools console.

window.wixBiSession
window.wixPerformanceMeasurements
Script src URL

Script URL pattern. Typically a CDN host or chunk path that ships with the technology.

static\.parastorage\.com

Implies

When Wixis detected, Sourcemap Explorer also marks the following technologies as present (Wappalyzer's implies graph).

FAQ

How do I check if a website is using Wix?

Open the page in Chrome, click the Sourcemap Explorer toolbar icon, and read the Stack tab. Wix's specific fingerprints here are response header, cookie, meta tag, javascript global and script src url, and the popup flags Wix whenever any combination of them is found. The same checks can be reproduced manually in DevTools — see the "How we detect" section above.

What Wix version can Sourcemap Explorer detect?

Wix ships as a hosted cms rather than a bundled npm package, so version-specific detection isn't always possible. Where the platform leaks a version in response headers (`X-Powered-By`, `Server`, generator meta tags) we surface it; otherwise we report presence only.

Is Wix a SaaS or self-hosted?

Wix is offered as a hosted SaaS product. Detection runs against the JavaScript SDK or asset-URL fingerprints the platform ships into pages.

How much does Wix cost?

Wix's pricing model is documented as: low, recurring. Detection is independent of the pricing tier — Sourcemap Explorer flags the technology by its fingerprints, regardless of which paid plan a site is on. See the official site for the current pricing page.

Where can I read more about Wix?

Official site: https://www.wix.com. For Sourcemap Explorer's detection guide, see the deep-dive link below or the related guides in the cross-link section.

Keep reading on Sourcemap Explorer

Detected by Sourcemap Explorer

Open the popup on any page running Wixand you'll see the exact version pulled from the bundled package.json when sourcemaps are exposed.

Install free on Chrome