JavaScript frameworks and meta-frameworks
Next.js, Nuxt, SvelteKit, Remix, and Gatsby are matched on their build fingerprints — __NEXT_DATA__, /_next/static/, __NUXT__, /_nuxt/, __sveltekit_, or __remixContext — while React, Vue, Angular, and Svelte are matched on DOM markers such as data-reactroot and data-v- hashes.
CMS platforms and website builders
WordPress, WooCommerce, Drupal, Joomla, and Ghost are identified from paths like wp-content/, sites/default/files, /media/jui/, and generator meta tags. Shopify, Wix, Squarespace, and Webflow are caught through their asset hosts and data-wf- style markup.
CSS frameworks
Tailwind CSS is confirmed by counting utility-class clusters rather than trusting a single class name, so a page that merely happens to use flex is not reported as a false positive.
CDNs, hosting, and edge platforms
Cloudflare, Vercel, Netlify, Amazon CloudFront, Fastly, and Akamai are read from their send-off headers — cf-ray, x-vercel-id, x-nf-request-id, x-amz-cf-id, and x-fastly-request-id.
Analytics, tag managers, and marketing tools
Google Analytics, Google Tag Manager, and HubSpot are matched on their script hosts, giving you an immediate read on what a page is measuring and who it shares data with.
Payments, chat, search, and security services
Stripe, Intercom, Crisp, Drift, Algolia, Disqus, Sentry, and Google reCAPTCHA or hCaptcha are all resolved from their embedded script URLs.