Key Insights in 60 Seconds
Heard Horizon replaced Dawn and wondering if your store is behind? Skim these first, then jump to the section that matches your situation.
What You'll Learn
You keep seeing the name Horizon, and somewhere between a changelog email and a developer's Slack message a worry has crept in: is my store's theme suddenly outdated? If you run a working store on Dawn, an older free theme, or a paid one, this guide answers the real questions — what actually changed, what a migration breaks, what it costs, and, just as important, when staying put is the smart call.
What Horizon Is — and Why 'Dawn Is Dead' Is a Myth
Two ideas get repeated so often they feel like facts: that Dawn is legacy, and that Horizon is now the mandatory default. Both deserve a closer look before you spend a dollar or an hour migrating. Let's separate what Shopify actually publishes from what the internet has decided.
What Horizon actually is
Horizon is a collection of 10 free themes Shopify introduced in 2025, all built on the same foundation of theme blocks. It is not just a fresh coat of paint on Dawn — Shopify frames it as a new architecture for arranging a storefront. It also runs on its own version line, which was already at 1.0.5 by July 2025 and reached 4.1.1 by mid-2026, so it is actively developed, not a frozen launch.
Horizon is our new design foundation, harnessing the power of theme blocks for total flexibility.
Is Dawn actually deprecated?
This is the fear worth killing first. There is no official deprecation, no sunset date, and no forced migration. Dawn's public repository is not archived and still ships releases, its README doesn't even mention Horizon, and a Shopify staff member addressed the question directly on the community forum in 2025.
Dawn themes are used by millions and are still fully supported by Shopify.
That same staff post confirmed there is no official Dawn-to-Horizon migration tool and added, plainly, that “there's no rush to migrate.” The code backs it up: Dawn's repository is still active, with version 15.5.0 shipping in June 2026. A theme getting new releases in 2026 is not a theme on its way out.
What Actually Changes for You: Horizon vs Dawn
Forget the marketing bullet lists. Here is the honest, merchant-level comparison — what you feel day to day, plus one number that surprises almost everyone.
Horizon vs Dawn, at a Glance
| Dimension | Dawn | Horizon |
|---|---|---|
| Architecture | Sections and section blocks (OS 2.0) | Theme blocks layered on OS 2.0 sections |
| Theme editor | The same editor since 2021 | Reworked editor with canvas editing and AI blocks |
| Update cadence | Slower, less frequent releases | Frequent updates, sometimes weekly |
| B2B selling | Added through apps or custom code | Volume pricing, quantity rules, quick order lists built in |
| Best for | A proven, low-maintenance base | New builds that want the newest editor and blocks |
The biggest practical gap is the editor. B2B is the other standout: Shopify's December 2025 changelog confirmed that volume pricing, quantity rules, and quick order lists are built into every Horizon theme with no custom code — something Dawn stores usually reach through apps.
The editor is the real upgrade
Dawn's theme editor is functional and stable, but it is essentially the same editor it launched with in 2021. Horizon's is where the day-to-day difference lives. Independent reviews catalog six concrete workflow upgrades that make building and rearranging a page faster.
The speed surprise: Dawn wins on mobile
Here is where “newer must be faster” falls apart. When two independent agencies ran Google PageSpeed on each theme's demo store, desktop scores were essentially tied — but a clean Dawn store scored around 82 on mobile PageSpeed versus roughly 52 for Horizon. On mobile, where most storefront traffic lives, that is a meaningful gap.
PageSpeed: Horizon vs Dawn Demo Stores
| PageSpeed | Horizon | Dawn | Faster |
|---|---|---|---|
| Desktop | 97 | 96 | Roughly tied |
| Mobile | 52 | 82 | Dawn, by 30 points |
Demo-store scores from two independent agency tests (craftshift and omnithemes) — one-off measurements, not official Shopify benchmarks. Your store's scores depend on your apps, images, and code.
Theme Blocks: What They Are and Who Can Now Edit Your Store
If theme blocks are the reason Horizon exists, they are worth understanding — because they change who can change your store. The payoff for a merchant is real: changes that once meant editing Liquid can increasingly be done in the editor, so the line between “I can do this myself” and “I need a developer” moves — though it doesn't disappear. That shift comes down to three kinds of “block,” and the distinction is what makes it work.
Three Kinds of Block in a Shopify Theme
| Block type | Reusable across sections? | Nestable? | Comes from |
|---|---|---|---|
| Theme blocks | Yes | Yes | The theme's /blocks folder |
| Section blocks | No — one section only | No | Defined inside a single section |
| App blocks | Where the app supports it | No | Installed apps |
The short version, from Shopify's developer docs: theme blocks are their own Liquid files that can be reused across sections and nested, while older section blocks are locked to a single section. Theme blocks sit as a flexible layer on top of the sections model introduced by Shopify Online Store 2.0 — so if OS 2.0 gave you editable sections, theme blocks let you reuse and rearrange the pieces inside them.
The AI features — and their honest limit
Horizon leans on AI in two places: inside the editor, Shopify's Sidekick can generate theme blocks from a text prompt in sections that support them, and you can generate a whole personalized theme by describing your brand. (For what Sidekick reliably does across the rest of your admin — and where it still needs a human — see our guide to Shopify's built-in AI.) Handy — but a developer who moved his own store to Horizon is blunt about the ceiling.
The AI-generated blocks are a great starting point, but it's hard to get exactly what you want. It will generate a block that's 80% done, but it needs edits to make it perfect.
In other words, treat AI generation as a fast first draft, not a finished result. The same flexibility that makes Horizon powerful also makes it easy for a non-designer to build something that looks worse, not better — total control cuts both ways.
Should You Migrate to Horizon? Start With Timing
Because there is no official migration tool and no rush, the real question isn't whether Horizon is good — it is when a move is worth the effort. The practical consensus among developers, echoed in a community discussion of the best 2026 base theme, is simple: migrating just for the sake of switching rarely justifies the effort, while migrating during a redesign makes the most sense. One developer even delayed moving his own production store by a month or two to let early bugs settle.
One caveat before you answer: if you are weighing a paid theme like Impulse or Warehouse instead of Horizon, that trade-off is covered in Horizon vs paid themes below — this quiz assumes Horizon is your target. So find out which kind of migration you are actually facing. Answer five quick questions and you'll get a route tailored to your current theme, your customizations, and who will do the work.
The Migration, Step by Step (and What Breaks)
Start with the reassuring part: your store's data is never at risk. Products, collections, menus, pages, and blog posts live in your Shopify admin, separate from the theme, so switching themes never changes or deletes them.
What doesn't come along is everything managed in the theme itself — sections and blocks, theme settings, text, and code customizations are unique to each theme, per Shopify's guide to switching themes. You rebuild those in Horizon. Custom Liquid or CSS work is the part most likely to need a developer — if your theme has hand-built sections, our guide to custom Shopify development helps you scope the rebuild.
@app aren't supported in statically rendered sections, so an app's content only appears where the section is set up to accept it. Map your app dependencies before you switch so nothing critical silently disappears.Use the checklist below as your working reference. Step 1 is a pre-migration audit — do it before you commit, because it tells you which route from the quiz you are really on. Steps 2 through 7 are the migration itself: everyone does 1–2 and 6–7, while how heavy steps 3–5 get depends on how customized your current theme is.
Horizon Pre-Migration Audit & Switch Checklist
Tick each step off as you move from auditing your current theme to publishing Horizon. Your progress saves in this browser.
Before you commit to migrating, audit every custom code edit, custom section, app, and metafield your theme relies on.
Before you tick this off
- Listed every custom code change and who made it
- Noted each custom section and template
- Recorded which apps place content in the theme
Install Horizon from the Theme Store and preview it without touching your live store.
Before you tick this off
- Added Horizon without publishing it
- Confirmed your live theme is untouched
- Opened Horizon's preview to explore the editor
Recreate your sections and blocks in Horizon, since editor customizations don't transfer between themes.
Before you tick this off
- Rebuilt the homepage sections and blocks
- Re-entered theme settings, colors, and fonts
- Recreated key page templates
Install each app into Horizon and re-place its blocks — apps don't carry over when you switch themes.
Before you tick this off
- Re-added every app the storefront depends on
- Re-placed app blocks in supported sections
- Confirmed app-driven features render correctly
Port or rebuild your Liquid and CSS edits, and scope developer time for anything hand-coded.
Before you tick this off
- Re-applied or rebuilt each custom code change
- Flagged anything that needs a developer
- Removed edits you no longer need
Test cart, checkout, mobile layout, and page speed on the preview before you go live.
Before you tick this off
- Placed a full test order through checkout
- Checked the mobile layout on a real device
- Ran a PageSpeed test and compared it to your old theme
Set Horizon live, then watch analytics and error logs closely for the first few days.
Before you tick this off
- Published during a quiet traffic window
- Watched conversion and bounce metrics after launch
- Kept the old theme available to roll back if needed
What It Costs — and Who Should Do It
There is no fixed price for a Horizon migration because there is no fixed amount of work — it scales with how much of your current theme is bespoke. The audit in step 1 is what tells you which row below you are in.
What a Horizon Migration Costs by Situation
| Your situation | Who does it | Rough cost |
|---|---|---|
| Stock or near-stock Dawn | You, in the theme editor | Free — a few hours of your time |
| Dawn with custom code or sections | You plus a freelancer for the code | $20–$100/hr for the coded parts |
| Heavily customized or vintage theme | A developer or agency, scoped as a project | Redesign-scale — see the cost guide |
For the coded parts, Shopify's own benchmark puts a freelance web designer at $20–$100 an hour. A heavily customized or vintage theme is closer to a full redesign; Shopify pegs outsourced builds at $500–$10,000 with freelancers and up to $75,000 with agencies.
Not sure whether you need a freelancer, an agency, or nobody at all? Our Shopify development guide routes you to the right kind of help and budget in about a minute.
Horizon vs Paid Themes: When Free Isn't Enough
If Horizon is free and actively developed, when would you ever pay for a theme? The honest answer: when a premium theme ships a feature out of the box that you would otherwise have to build on Horizon yourself.
The Bottom Line
Horizon is a genuine step forward in the editor, and for a brand-new build it is a strong starting point. But if you already run a working store, the newest theme is not an emergency. Dawn is supported, your data is safe either way, and a rushed switch mostly buys you a rebuild without a redesign to show for it.
Frequently Asked Questions
Front-end developer specializing in Shopify since 2017. Experienced in building custom Liquid themes, optimizing storefront performance, and integrating third-party apps. Writes in-depth, data-driven e-commerce guides based on hands-on experience with real merchant stores.
What to Read Next
What Is a Shopify Theme? Types, Costs & How to Choose
Everything about Shopify themes — how they work, free vs premium comparison, top themes by niche, customization options, and how to choose the right one.
Read articleShopify Online Store 2.0: Architecture, Sections, JSON Templates & When to Migrate
Shopify Online Store 2.0 explained — sections, JSON templates, metafields and dynamic sources, OS 2.0 vs Vintage themes, and the migration path that works.
Read articleWhat the Best Shopify Stores Do Differently
The best Shopify stores share four structural patterns — buy-box clarity, mobile-first UX, trust stacking, and speed. Audit your store and copy them.
Read article