Shopify Tutorial

Do You Still Need Paid Shopify Themes in 2026?

On r/shopify, merchants are ditching their premium themes in favor of building them with AI.

The argument: AI can build any section you want, for free, so why pay $400 for a theme?

The first half of that is true. With the right setup, you can build features in a fraction of the time.

But most of the people making that argument don't understand what they're actually losing by making that decision.

In this post we'll go over what a paid Shopify theme actually buys you, what AI really changes, and how to decide moving forward in the AI era.

Let's go!

What a $400 Premium Shopify Theme Actually Buys You

For years I recommended paid themes for these reasons.

  1. Development speed. Premium themes ship with more sections and features, so you set up new pages faster.
  2. Aesthetics. They look more polished out of the box.

Free themes didn't give you either of those. So it was often cheaper to buy a $400 theme than to hire a developer to build those same sections.

So the first half is: paid themes were basically a bundle of developer hours for $400.

Premium theme at $400 giving you development speed, aesthetics and support, next to a free theme at $0 up front with no support, basic sections and more work needed
What the $400 difference actually gets you

The other half is support. That same $400 also buys you years of access to a team that answers when something breaks on your store.

That support costs them a lot to provide, which is why theme companies are hard businesses to run. As a customer, that's the side of the deal you want to be on.

When going free, ongoing support is something you'll have to outsource, which can often be a pain because good developers are hard to find and expensive.

What AI Actually Changes for Shopify Themes

The Reddit argument is that AI can build any section for free, so the bundle of developer hours isn't worth paying for anymore. Developers are no longer needed because AI is there to build and support.

Some of that is true. With a proper AI coding setup, like Claude Code or Codex, you can build things in a fraction of the time and let AI make these changes or fixes for you.

The catch is "a proper setup" and that's where it gets technical. The part that everybody misses.

Shopify Sidekick Is Not a Proper Setup

Sidekick is Shopify's built-in AI. It can create sections for you and make changes, with a catch.

The sections are not bad, and they work. But each section it builds comes with its own styling, written just for that one section.

Build a few of those across different pages and the spacing, the font sizes and the small details drift apart.

The website ends up looking inconsistent, and you usually notice it after you've built multiple of them.

Line graph showing inconsistency rising as more sections are built with Sidekick, while a theme design system stays flat
The more sections you add, the further Sidekick drifts from itself

So using Sidekick can never replace the consistency, or the design system, that paid themes and even free themes give you.

So, how about the "proper setup"?

The AI Setup You Actually Need to Replace a Paid Theme

You can get that consistency back with AI. It just isn't free, and it isn't one prompt. Four things, in this order:

  1. Plug in the Shopify AI Toolkit. It hands the AI current developer docs and API schemas instead of leaving it to work from memory, and it validates your code, so it knows theme architecture rather than guessing at it.
  2. Tell it to read the theme files and reuse the existing styling rules. This is the step that keeps the design system intact. Skipping it means every section carries its own styling again, which is the exact problem you were trying to avoid.
  3. Use Shopify's GitHub integration. You get continuous backups, and you can test a new feature on the side without affecting the live theme.
  4. Add accessibility checks to the setup. A brand I know got sued over accessibility violations, and that risk only grows as your store does. So this is another important layer to add.

That's four steps before you build a single section. It's very doable, but it's not a beginner move and it requires technical knowledge:

  1. How do you make sure that AI doesn't touch whatever was already working?
  2. How do you verify that AI actually followed the best practices for accessibility?

That brings us to the real question for a merchant. Do you want to spend your time learning this and managing your own build? Or is that time better spent on marketing, fulfillment, and growing the brand?

And I think most of us already know the answer.

So, what do you do and how do you decide?

Premium Theme or Dawn: How to Decide

For me it comes down to two options: a premium theme plus customizations, or Dawn plus customizations.

Which one you pick depends on two questions, and the first question decides more than people expect.

Decision matrix: what you start from (no final design yet or design file ready) against who builds it (I know how to code or I don't know how to code), giving premium theme or Dawn with Claude Code or a hired developer
Two questions decide it: what you start from, and who builds it

If you don't have a clear design vision yet, start with a premium theme. Look through the Theme Store, pick the one you like best, and do the initial setup using the theme's built-in features. Then customize on top only where something is genuinely missing.

From there it depends on your technical background. If it's strong, add your own Claude Code setup and do the customizations yourself. Just avoid Sidekick for anything that ships.

If you're not technical, or you don't want to spend the time, hire a developer.

If you do have a clear vision, meaning detailed brand guidelines or a finished design file, start from Dawn and build on its code structure. Same split again: technical, do it yourself with AI. Otherwise, hire a developer.

One exception worth naming. If a premium theme is already very close to the vision you have, just buy it. It still saves you a pile of time.

And if none of this appeals to you, that's a legitimate answer too. One merchant in that Reddit thread put it well: "I am not interested in saving that last dollar. I want something that works."

They run a paid theme, use Sidekick for small things, and they're happy. That's a fine place to land.

The Best Premium Shopify Theme Vendors

If you're going the paid theme route, here are three vendors I'd recommend without hesitating: Maestrooo, Archetype Themes, and Clean Canvas.

There isn't much that can go wrong with their themes, and they have great support teams behind them.

It's worth noting that the same Reddit thread arguing against paid themes independently named two of them. "I have made very good experience with anything from Maestrooo. Archetype is also a popular dev."

Why You Shouldn't Build a Shopify Theme From Scratch

Whichever route you take, build on top of an existing foundation. Free or premium, it doesn't matter. Just never start from nothing.

Themes have already solved a long list of edge cases you haven't hit yet.

  1. Long or short product titles
  2. Long, short, or empty descriptions
  3. Showing and hiding discount tags
  4. Auto-updating the item count in the cart

There's also an integration cost. Apps are a big part of why Shopify is powerful, and app developers typically test against Dawn and the popular themes.

Build something fully custom and you can hit cases where an app doesn't integrate cleanly, and fixing that is your problem.

If you're going to ignore all that and go fully custom anyway, start from Skeleton rather than Dawn. Skeleton is Shopify's stripped-back starter theme on GitHub, so there's nothing to un-override. Dawn is the better base when you want a maintained reference to build against.

Is Horizon Worth Building On?

I wouldn't build on Horizon, Shopify's newer theme built around nested theme blocks, and I've changed my mind on this.

When it launched I was genuinely excited. The nested theme blocks were new, the flexibility looked great, and we built the free Shopify Academy course on theme blocks.

A spectrum from simple customizer to full page builder, with Horizon marked at the midpoint
Horizon lands between the two, and that in-between is the problem

In practice, nested theme blocks are too difficult for most merchants. You basically need to understand how HTML layouts work, which defeats the whole point of the customizer. The customizer exists to give merchants independence.

And on the other end, it still isn't as flexible as a real page builder like Webflow, where you have full design control.

So it lands in between, and for me that in-between lacks utility. I'd rather just default to Dawn.

Final Thoughts

So, are paid Shopify themes dead? I don't think so.

Look at what the free route actually requires. A clear design vision, plus either the skill to build on Dawn's structure or the budget to hire someone who has it. Most stores have neither, and that's what "free" costs.

Paid themes need custom work most of the time anyway, so the "AI or a developer" question shows up whichever way you start. That's why this decision is about your time, not the price tag.

If I ran a theme company right now, I'd go the other direction entirely and help users plug in their AI of choice. Ship AI instructions that let a merchant's AI extend the theme perfectly. Nobody is doing that yet, and I think it would crush.

Would love to hear where you land on this one.

Cheers,
Jan

FAQ

Are paid Shopify themes still worth it in 2026?

For most stores, yes. A premium theme gives you a consistent design system, vendor support, and a faster setup, and matching that with AI takes a technical setup most merchants won't run. If you have a clear design vision and the skill to build on Dawn, the free route is a real option.

Can AI build Shopify theme sections for free?

Yes, and it builds them well with the right setup. The catch is consistency. Sections generated one at a time each carry their own styling rules, so they drift apart across pages unless you explicitly instruct the AI to reuse the theme's existing styles.

Should I use Sidekick to build theme sections?

Use it to prototype, not to ship. Sidekick hardcodes styling rules per section, so a page built from several of them ends up visually inconsistent. For anything that lives across multiple pages, use a proper Claude Code or Codex setup instead.

Is Dawn good enough for a real store?

Yes, if you have a clear design vision and someone to build on it, whether that's you with AI or a developer you hire. Dawn is free, well maintained, and a solid code structure to build on. It just gives you less out of the box, so more of the design work is yours.

What are the best premium Shopify theme vendors?

Maestrooo, Archetype Themes, and Clean Canvas. All three are established Theme Store vendors with strong support teams, and it's hard to go wrong with any of them.

Is Horizon worth building on?

I wouldn't. Nested theme blocks require you to understand HTML layout, which defeats the purpose of the customizer, and Horizon still isn't as flexible as a real page builder. It lands in between the two, so I default to Dawn instead.

Want to build Shopify projects with AI?

Join the AI Developer Bootcamp — real workflow, real projects.

Join the Bootcamp →