CMS Detector — Find Out What CMS Any Website Uses
Paste a URL. Instantly see whether the site runs WordPress, Drupal, Joomla, Shopify, Wix, Squarespace, Webflow, Ghost, or another content management system. Free, instant, no signup.
Content Management Systems This Detector Identifies
DetectZeStack recognizes traditional, hosted, and headless CMS platforms — by their HTML fingerprints, paths, headers, and cookies.
How It Works
CMS detection cross-checks several independent signals so it doesn't get fooled by an embedded widget or a single stripped header.
Need This in Code? Use the API
Same detection, programmatic — audit a portfolio of sites, segment prospects by platform, or monitor a migration.
curl "https://detectzestack.com/analyze?url=wordpress.org" \
| jq '.categories.CMS'
# Output:
# ["WordPress"]
100 requests/month free — grab an API key. Paid plans from $9/month for 1,000 requests. Full docs: OpenAPI spec.
Frequently Asked Questions
How do I find out what CMS a website uses?
Paste the URL into the detector at the top of this page. It reads the HTML source, the meta generator tag, platform-specific paths, headers, and cookies to name the CMS in a couple of seconds.
Is this CMS detector free?
Yes — the on-page detector is free and requires no signup. For bulk or programmatic CMS detection, grab a free API key (100 requests/month, no credit card) with paid plans from $9/month.
Can it detect the WordPress theme and plugins?
It identifies WordPress itself plus common plugins (Yoast SEO, WooCommerce, Elementor) that leave a fingerprint. Theme detection is partial — heavily customized themes often hide their origin.
Why does a site show no CMS?
Custom builds, static-site generators (Next.js, Hugo, Jekyll), and headless architectures often have no traditional CMS fingerprint. Content may come from a headless CMS (Contentful, Sanity) served over an API instead of rendered on the page.
Is this more accurate than a browser extension?
Extensions only see what's rendered in your browser. This detector also inspects server response headers, cookies, and DNS that extensions can't reach — see DNS & TLS detection vs browser extensions.
Detect CMS Platforms Programmatically
100 free API requests per month. No credit card.
Get Free API KeyRelated Reading
- How to Detect What CMS a Website Uses — the full method behind the detector
- How to Check if a Website Uses WordPress — WordPress-specific signals
- Competitor Tech Checker — see a site's full stack, not just its CMS
- CDN Checker — detect the CDN and hosting behind a site