Learn Shopify Shopify Theme Detector: How to Find Any Store's Theme

Shopify Theme Detector: How to Find Any Store's Theme

GemPages Team
Updated:
19 minutes read
shopify theme detector

Ever landed on a Shopify store with a layout so clean you wanted to know exactly how they built it? A Shopify theme detector answers that in seconds. You paste the store URL in, and the tool reads the site's public code. Back comes the theme name, whether it's free or paid, and a link to the theme itself—no guesswork and no digging through source code.

Whether you're a new merchant hunting for design inspiration, a developer auditing a build, or a seller sizing up a competitor, knowing the theme behind a store you admire gives you a real head start.

Below, I'll cover the detectors worth using, how to read the three types of results you might get, and what to do when a store turns up as "Custom." I'll also be straight with you about where these tools fall short, so you know what you can and can't rely on them for.

Selling on Shopify for only $1
Start with 3-day free trial and next 3 months for just $1/month.

What Is a Shopify Theme Detector?

Shopify theme detector is a free tool that identifies which theme any Shopify store is running. You give it a store URL, it reads the site's public front-end code, and it tells you the theme name in seconds, often with the price and a link to the theme itself. No login, no software to install, no technical skill needed.

As every Shopify store carries its theme details in the page's source code, a detector just finds that signature for you, so you don't have to dig through the code by hand. It saves you the manual work and gives you a clean answer you can act on.

What information can a theme detector reveal?

Once you run a store through the detector, you'll get a clear breakdown of its theme setup. Depending on the store, the results usually include:

  • Theme name: The exact theme powering the store, like Dawn, Impulse, or Prestige.

  • Theme source: Whether it's an official Shopify Theme Store design, a customized version of one, or a fully custom build.

  • Price: Whether the theme is free or premium, and the cost if it's a paid one.

  • Theme Store link: A direct link to preview, learn more about, or buy the theme yourself.

Some detectors go a step further and flag the apps a store is running too, which gives you a fuller view of how the site is built, not just how it looks.

How does a Shopify theme detector work?

Behind the one-click result is a quick scan of the store's public code.

When you paste a URL, the tool fetches the store's homepage and looks for the theme signature that every Shopify site includes in its source, usually a line like Shopify.theme = {"name":"..."}. It then matches that name against a database of known themes to confirm the result and pull in extra details like the price and store link.

You can do this manually if you prefer. Right-click any Shopify store, choose "View Page Source," then search for Shopify.theme to find the name yourself. A detector just automates those steps and adds the matching, so you get the same answer without the hunting.

Why use a Shopify theme detector?

Knowing the theme behind a store you admire turns a vague "I like this" into something you can actually use. Here's who benefits and how:

  • New merchants get design inspiration and a shortcut to themes that already work in their niche, instead of scrolling through hundreds of options.

  • Store owners can validate a theme before buying it by seeing it run on a real, live store rather than a polished demo.

  • Developers and agencies can audit a build fast, checking the theme and setup behind a client's or competitor's site.

  • Competitor researchers can see exactly what successful stores in their space are using, then make sharper decisions about their own design.

The common thread is speed. A detector hands you in seconds what would otherwise take real digging, so you spend your time acting on the insight instead of chasing it.

Learn more: Shopify Theme Detector: Everything You Need To Know To Achieve The Best Results

How to Check If a Website Is Built on Shopify

Before you run any theme detector, confirm the store actually runs on Shopify. A detector only reads Shopify themes, so pointing it at a WooCommerce or Wix store wastes your time and returns nothing useful. The good news: a few quick checks tell you within seconds.

Start with the /admin redirect. Add /admin to the end of the store's domain, like example.com/admin, and load it. If you aren't already signed in to a Shopify account, this path sends you to a Shopify sign-in page rather than anything belonging to the store itself. If you are signed in, you'll land straight in a Shopify admin instead, which tells you the same thing.

If you see that login screen, the store is on Shopify. If it shows a different login or a 404, it likely runs on another platform.

Check the source code. Right-click the page, choose "View Page Source," then press Ctrl+F (Cmd+F on Mac) to search. Look for any of these telltale signs:

  • cdn.shopify.com: Shopify serves theme files, product images, and scripts from this domain, so its presence in the HTML is a reliable signal.

  • .myshopify.com: the store's underlying Shopify domain often appears in the code even when it uses a custom domain.

  • "Powered by Shopify": scroll to the footer and look for this line. Keep in mind that many established brands remove it, so a missing footer note does not rule Shopify out.

Try the browser console for a definitive answer. Open developer tools, go to the Console tab, and type window.Shopify. If it returns an object rather than "undefined," the site runs on Shopify. This is one of the cleaner checks because it reads a live JavaScript value, not just text on the page.

Or let a tool do it for you. Platform finders like BuiltWith and Wappalyzer scan a site's full tech stack and name the platform in one click. They are handy when you want to skip the manual steps or check several stores in a row.

How to Detect a Shopify Theme Manually

You don't always need a Shopify theme detector tool. Every Shopify store carries its theme name in the page code, and you can find it yourself in under a minute. This is handy when a detector returns "Unknown," when you want to double-check a result, or when you'd rather not install anything.

Here are three manual methods, from easiest to most thorough.

Method 1: Check the page source code

The fastest manual method is reading the store's raw HTML. It works in any browser and takes seconds:

  1. Open the Shopify store in your browser.

  2. Right-click anywhere on the page and choose "View Page Source" (or press Ctrl + U on Windows, Cmd + Option + U on Mac).

  3. Search the code with Ctrl + F (or Cmd + F) for Shopify.theme or themeName.

  4. You'll see something like Shopify.theme = {"name":"Dawn",...}. The name in quotes is the theme.

If the name matches an official theme, you can look it up in the Shopify Theme Store. If it's a generic or unfamiliar name, the store is likely running a customized or custom-built theme.

Method 2: Use browser developer tools

If the page source is hard to scan, developer tools give you a cleaner way in. Most browsers open them with F12, or right-click and choose "Inspect." From there:

  • Console tabType Shopify.theme and press Enter. The store's theme name and ID print straight to the console. This is the quickest route when it works.

  • Elements tab: If the console returns nothing, switch to Elements, press Ctrl + F (or Cmd + F), and search for Shopify.theme. The name appears in the highlighted code.

Developer tools also let you poke around the store's structure, which is useful if you want to see how a particular section or layout is built.

Method 3: Check Shopify theme variables

For a more reliable read, look directly at the Shopify theme variables in the code. Shopify stores expose a global Shopify object that holds theme details, and a couple of variables are worth knowing:

  • Shopify.theme.name gives the theme's name.

  • Shopify.theme.theme_store_id tells you whether it came from the official Theme Store. If this returns a number, it's an official theme you can look up; if it's null, the store is running a custom or heavily modified theme.

Type either variable into the Console and press Enter to see the value. The theme_store_id check is the most useful part, since it instantly tells you whether you're looking at an off-the-shelf theme or a bespoke build, which shapes what you can realistically replicate.

One caveat before you build a habit around this. The Shopify.theme object is generated by the theme layout, and it isn't part of Shopify's documented API. Shopify's own theme docs tell developers not to depend on the contents of that header block. It works reliably today, but Shopify can change it without notice, so treat it as a shortcut rather than a guarantee.

However, this method tells you the base theme, not the customizations layered on top. A store running "Dawn" may look nothing like the default Dawn demo once it's been styled and built out, so treat the theme name as a starting point, not the full story.

Customize your Shopify store pages your way
The powerful page builder lets you craft unique, high-converting store pages. No coding required.

Best Shopify Theme Detector Tools You Can Use

If the manual methods feel fiddly, a theme detector tool does the same job in one click.

This is the fastest route when you want to check several stores in a row or skip digging through code. Most detectors are free and need no signup.

Now, we’ll show you some of the best Shopify theme detector options.

1. Koala Inspector

Koala Inspector

Koala Inspector is a free Chrome extension that turns competitor research into a one-click job. It started as a Shopify "spy" tool and grew into a full store analyzer, so theme detection is just one part of what it does.

Open any Shopify store, click the icon, and it pulls the theme, the apps, product and pricing data, and traffic estimates into a single panel. Its Chrome Web Store listing shows 200,000 users and a 4.7-star rating from 742 reviews. That makes it one of the most established Shopify theme detectors in this space.

Key features

  • One-click theme detection: Reveals the exact theme and version a store is running, and it handles heavily customized and Shopify 2.0 themes that trip up simpler tools.

  • App discovery: Shows which Shopify apps a store has installed, so you see how the site is built, not just how it looks.

  • Product and pricing data: Surfaces best-selling products, prices, and pricing patterns for any store you visit.

  • Traffic and sales estimates: Gives a rough read on how much traffic and revenue a store pulls in.

  • Track This Shop: Monitors a competitor over time, flagging theme swaps, new apps, product changes, and price moves.

Pros

  • Free plan that doesn't expire and covers core theme detection and app identification.

  • Research happens while you browse, with no separate dashboard to log into.

  • Reads only public data, so the stores you analyze can't tell you're looking.

  • Goes well beyond themes into a full competitor-research toolkit.

Cons

  • The deeper features, like full sales estimates and store tracking, sit behind the Premium plan at $22 per month, according to Koala's pricing page.

  • The free tier runs on a monthly token limit, so heavy research can hit a cap.

  • It's a Chrome extension, so you can't use it outside the browser or on mobile.

  • Sales and traffic numbers are estimates, not exact figures, so treat them as directional.

Best for: Merchants and dropshippers who want theme detection bundled into broader competitor research, all from their browser.

2. Avada Shopify Theme Detector

avada shopify theme

Avada's detector is a clean, fast, free web tool that does one job well. Enter a store URL and it identifies the theme in under a second without further setup or technical skill needed.

Avada builds Shopify apps and themes, and its tool page leans on worked examples, showing real stores and the themes behind them, which makes the results easy to trust.

Key features

  • Instant web detection. Returns the theme name in about a second from a pasted URL.

  • No setup. Runs in the browser with no extension or account required.

  • Worked examples. Shows real stores and their detected themes to demonstrate accuracy.

  • Theme Store context. Identifies free and premium official themes by name.

Pros

  • Fast and genuinely simple to use.

  • Completely free with no sign-up.

  • From Avada, an established Shopify app and theme developer.

  • The example-led page makes results easy to understand.

Cons

  • Lighter on features than the spy-tool extensions, with no app or traffic data.

  • It can return "Unknown" on heavily customized or custom-built themes.

  • The page is geared toward promoting Avada's own apps and themes.

Best for: Anyone who wants a quick, no-friction answer to "which theme is this?" without installing anything.

3. Gochyu Shopify Theme Detector

Gochyu Shopify theme detector

Gochyu stands out because it detects themes across many platforms, not just Shopify. It works on Shopify, WordPress, Squarespace, Drupal, Prestashop, and more, so it's useful if your research isn't limited to Shopify stores.

For Shopify specifically, it identifies the theme by reading the theme ID in the store's source code, then reports the name, who built it, where to get it, and often the apps running on the store. It's available as both a web tool and a Chrome extension.

Key features

  • Multi-platform detection: Identifies themes on Shopify, WordPress, Squarespace, Drupal, Prestashop, and others.

  • Theme ID matching: Reads the unique theme ID in the source code to name the theme and its developer.

  • App detection: Flags Shopify apps powering features like timers, reviews, and popups.

  • Web tool and extension: Use it online or add the Chrome extension (5-star rating from a small user base).

Pros

  • Works across many platforms, not just Shopify.

  • Free to use.

  • Links themes and apps back to their original vendors, saving research time.

  • Well-liked by the developers and store managers who use it.

Cons

  • A smaller, more niche tool with a modest user base.

  • It can miss or mislabel heavily customized themes, as most detectors do.

  • Less polished and feature-rich than the bigger spy-tool suites.

Best for: Designers and developers doing competitor research across multiple platforms, not just Shopify.

4. PageFly Shopify Theme Detector

pagefly

PageFly's detector is a free web tool wrapped in a lot of supporting content, all angled around conversion rate.

It's a web-based detector with no installation needed: paste a URL, click "Detect," and PageFly says it cross-references the store against a database of 10,000+ themes.

One number is worth checking before you trust any detector's coverage claim. The Shopify Theme Store currently lists 1,229 themes, 24 of them free and 1,205 paid. Several detector pages still quote a figure of roughly 200 official themes, which has been out of date for years. A stale catalog size doesn't make a tool wrong about the theme it names, but it does tell you how recently the page was reviewed.

PageFly is a Shopify page builder, so the tool funnels toward improving your own store's conversion rate.

Key features

  • Web-based detection. Returns the theme name, source, price, and a direct link in seconds, with no extension to install.

  • Large theme database. PageFly reports matching against 10,000+ themes, covering official and third-party designs.

  • App detection. Surfaces apps a store is running, alongside the theme.

  • Result guidance. Explains what each result type means and what to do next, tied to conversion metrics.

Pros

  • Free to use with no sign-up required.

  • The largest self-reported theme database of the tools here.

  • Useful supporting content on how theme choice affects conversion rate.

Cons

  • The page exists to sell PageFly's page builder, so every recommendation points one way.

  • Coverage numbers are self-reported, and no independent check is available.

  • Its count of official Shopify Theme Store themes is years out of date, which is a reason to confirm any result against the source code yourself.

  • As a web tool, it can't read stores live while you browse the way an extension can.

Best for: Merchants who want a free, accurate detector plus guidance on turning theme insights into conversion gains.

Learn more: The Best Shopify Testing Tools to Optimize Your Store’s Performance

Three Results You'll Get, and How to Read Each One

Run enough stores through a detector, and every answer falls into one of three buckets. Knowing which bucket you are in tells you what you can realistically do next:

1. A Theme Store theme, named outright

This is the cleanest result you can get. The detector returns a name like Dawn, Impulse, or Prestige. From there you can look it up in the Theme Store, preview the live demo, check the price, and decide whether it fits your store.

It is also the most actionable result, because you know exactly where the design started. You can install the same theme and build from the same foundation.

Two things are worth knowing about the free themes you will see most often. Shopify's own repository describes Horizon as "the flagship of a new generation of first-party Shopify themes," so Horizon is where Shopify is pointing new builds. Dawn is still actively maintained rather than retired, with version 16.0.0 shipping in August 2026 on the Theme Store. If a detector names Dawn, that tells you nothing about whether the store is dated.

2. A named theme that looks nothing like its demo

A detector can name the theme correctly and still leave you confused. A store running Dawn can look completely unlike the default Dawn preview once it has been styled, extended with apps, and filled with real content.

The reason is simple: detectors report the base theme, not the work layered on top. Treat the name as your starting point, then look at the apps and the section structure for the rest of the picture.

Seeing a large brand on a free theme surprises people, but it is a useful reminder. What separates a polished store from a basic one is usually the customization, the apps, and the content, not the price of the theme underneath.

3. No theme at all, because the store is headless

Gymshark

Sometimes the honest answer is that there is no Liquid theme to find. On a headless build, Shopify still handles products and checkout, but a separate front end renders the storefront. The theme signature a detector looks for never appears in the page at all.

Gymshark is a clear example you can check yourself. Load gymshark.com, open View Page Source, and you will find Next.js asset paths under /_next/static and editorial images served from Contentful on images.ctfassets.net. Shopify is still underneath: the Open Graph image loads from cdn.shopify.com, and outbound partner links expose the underlying store as gymsharkusa.myshopify.com. Checked August 2026.

This distinction matters more than it sounds. A detector returning "Custom" on a headless store is not failing, and no second tool will do better, because the information genuinely is not in the page. If you admire a headless storefront, the realistic path is to find an official theme with a similar structure and customize from there, or to work with a developer.

Common Shopify Theme Detection Issues & What You Can Do

Theme detectors are handy, but they don't get it right every time. A few situations trip them up, and knowing what's happening saves you from chasing a result that isn't there.

Here are some common issues you may encounter when using Shopify theme detectors, along with ways to address them.

  • The result comes back "Custom" or "Unknown." This is the most frequent issue. It usually means the store hired a developer to build a theme from scratch, heavily modified an existing one until the original signature is gone, or runs on a headless setup. There's no off-the-shelf theme to point you to. What you can do: treat it as a signal that the design is bespoke. Find an official theme with a similar layout and customize from there, or check the store's apps to see how specific features were built.

  • The detector names a theme, but the store looks nothing like the demo. A store running "Dawn" can look completely different from the default Dawn preview. What you can do: remember the tool reports the base theme, not the customizations on top. Use the name as your starting point, then look at the apps and design choices layered over it for the rest of the picture.

  • The tool can't detect the theme at all. Sometimes a CDN, a performance optimizer, or aggressive caching strips or hides the theme signature from the public code. What you can do: try a second detector, since they read code slightly differently, or fall back to the manual methods, checking the page source or Shopify.theme variable yourself.

  • The site isn't built on Shopify. A detector will return nothing useful if the store runs on WooCommerce, BigCommerce, or another platform. What you can do: confirm the platform first with a general tech stack tool like Wappalyzer, then use the right detector for that platform.

  • Two tools give you different answers. Detectors rely on different databases, so one might name a theme another labels "Unknown." What you can do: cross-check with a second tool and lean on the manual Shopify.theme check to settle it. The code doesn't lie, even when the databases disagree.

What to Do With the Theme Name Once You Have It

The theme name is the least useful thing a detector gives you. Two stores on the same theme can convert at completely different rates, so the theme tells you where a store started, not why it sells. Four things are worth studying instead:

The order of the product page, not the styling

Look at what a strong store puts above the fold and what it makes you scroll for. Four things are worth noting as you go:

  • Where the price sits relative to the reviews.

  • Whether the size guide opens in place or navigates away.

  • How many taps it takes to add to cart on a phone.

  • What appears immediately after the add-to-cart button.

That sequence is a set of decisions someone made, and it is copyable in a way a color palette is not. Write the order down as a list before you look at anything else on the page.

Learn more: Top 50+ Shopify Themes for Your High-Converting Store in 2026

The gap between the ad and the landing page

Click a store's ads, then compare where they land. Stores that spend seriously on paid traffic rarely send it to the product page, because a cold visitor needs the argument made before the offer.

You will often find an advertorial or a listicle page instead, one that does not appear anywhere in the store's navigation. Those pages are frequently the highest-converting part of a funnel. A theme detector will never surface them, because they are built page by page rather than as part of the theme.

Which features come from apps rather than the theme

Many of the things that make a store feel considered come from apps, not the theme. Bundles, subscription options, review widgets, loyalty prompts, and post-purchase offers are usually bolted on.

This matters for budgeting. If you assume a feature ships with the theme, you will buy the theme and find the feature missing. Detectors that also list apps give you the real bill of materials.

Rebuild the reasoning, not the page

Copying a competitor's design outright is both a commercial and a legal mistake. It makes your brand look generic, and lifting their code, copy, or images crosses into infringement. Take the reasoning instead: the order of the argument, the objection each section answers, and the moment the price appears.

gempages templates

Where a page builder helps is the speed of iteration on that reasoning. With GemPages, you can build and revise landing pages, product pages, and post-purchase offers without touching your theme. Testing a new page order stops being a risk to your live storefront.

It is one option among several, and the useful part is not the editor. It is that shipping a second version of a page gets cheap enough that you will actually do it.

The aim is not to end up with a store that looks like the one you admired. It is to understand which of their decisions moved revenue, then make better ones for your own customers.

Conclusion

Shopify theme detector can help you quickly uncover the themes behind successful Shopify stores, making it easier to research competitors, discover design inspiration, and evaluate themes before investing in one.

However, identifying a theme is only the beginning. The most successful merchants look beyond the theme itself to understand the layouts, features, apps, and user experiences that contribute to a store's success. Rather than copying competitors, use these insights to create a storefront that reflects your own brand and goals.

With GemPages, you can take those ideas further by building custom landing pages, product pages, and promotional experiences that go beyond the limitations of any Shopify theme. This allows you to create a unique, high-converting store while still benefiting from the inspiration and research you've gathered along the way.

Not ready to commit but still want to kick the tires?
No problem! Get started with GemPages' free plan. Explore wonderful features that can amaze for your store.

FAQs About Shopify Theme Detector

Are Shopify theme detector tools free?
Yes, for the most part. Avada and ShopThemeDetector are free and let you check a theme name without signing up, while ThemeVerify and ShopiLook are also free to use. Browser extensions like Koala Inspector cover theme detection on a free plan, then charge for deeper features such as sales estimates, app tracking, or store monitoring. For simply finding a theme name, you will not need to pay.
Can I detect custom Shopify themes?
Yes, up to a point. A Shopify theme detector can usually tell you that a store is running a custom or heavily modified theme, by showing “Custom”, “Unknown”, or no clear match. What it cannot do is name a custom build, because there is no Theme Store entry to match it against. If the store only made light edits to an official theme, a good detector can often still identify the base theme underneath.
Why can’t some Shopify themes be detected?
Some Shopify themes cannot be detected because the store may run a fully custom or headless setup, remove recognizable theme signatures, or block public code access through caching, CDN settings, or heavy modifications. On a headless store the theme signature does not exist in the page at all, so a second detector will not help either. In the other cases, try another detector or check the page source manually.
Is it legal to use Shopify theme detectors?
Yes. Shopify theme detectors read publicly available code that any visitor’s browser can already access, so identifying a theme is generally accepted practice. The picture changes once you go further than reading public information. Accessing private store data, copying protected assets, or bypassing security controls is a different matter, and local law varies, so treat this as general information rather than legal advice.
Can I copy a competitor’s Shopify theme?
Yes, but only the theme itself. When a detector names an official Shopify Theme Store theme, you are free to buy and install that same theme for your own store. Copying a competitor’s custom code, branding, images, or written content is a different matter, and that is where copyright and brand infringement risk starts. Use the theme as a starting point, then make the design your own.
Topics: 
Shopify Guide

Start selling

Create your Shopify Store with $1/mo in first 3 months

Create Shopify store

Start using GemPages

Explore our brands