11 minute read

Upgrading from BigCommerce Blueprint to Stencil: The Migration Playbook

TL;DR: BigCommerce stopped investing in Blueprint in 2016. The migration to Stencil is a one-way switch, and the V2-to-V3 catalog transition is the step teams consistently underestimate. This guide covers the full process, from pre-migration audit through post-launch monitoring, with the timing and sequencing that prevents go-live incidents.

Blueprint powered the first generation of BigCommerce storefronts, and for years it was sufficient. When BigCommerce launched Stencil in 2016, Blueprint moved from primary framework to legacy status, and it has been in decline since. No new apps support it. Page Builder, BigCommerce’s drag-and-drop content editor, requires Stencil. Performance optimizations that ship with each BigCommerce platform update bypass Blueprint entirely. Staying on it means choosing to fall further behind each quarter.

If your team has been pushing this migration back because it felt uncertain or disruptive, the question worth asking is: what does your store lose each quarter by running on a framework BigCommerce has already moved on from? The performance gap between a well-configured Stencil store and an aging Blueprint setup compounds over time, both in site speed and in access to functionality the platform now considers standard.

This guide covers what the migration requires, in the order you need to address it: from pre-migration audit through go-live, with the SEO preservation and catalog steps that migration guides consistently skip over.

BigCommerce Cornerstone Stencil theme showing a responsive ecommerce storefront with product listings and navigation


Blueprint Has Been Frozen Since 2016

BigCommerce has not invested in Blueprint feature development since Stencil launched. Merchants on Blueprint cannot access the Page Builder visual editor, cannot install apps that require the Stencil framework, and are cut off from any storefront performance improvements shipped through Cornerstone theme updates. The longer a store stays on Blueprint, the wider the gap between its capabilities and what the BigCommerce platform delivers today.

Only 52% of BigCommerce stores pass all three Core Web Vitals simultaneously, with an average mobile LCP of 2.4 seconds across the platform. Blueprint stores, which receive no Cornerstone updates, skew toward the bottom of that distribution. PageSpeed Matters CrUX analysis, February 2026. Source

The Performance and Maintenance Cost of Deprecated Blueprint

BigCommerce marks Blueprint as a legacy framework with no further roadmap commitments. That designation has specific consequences: app developers building for the BigCommerce ecosystem target Stencil, so new tools for checkout, personalization, loyalty, and search increasingly require it. When did your team last try to install an app and hit a Stencil-only compatibility wall? Blueprint stores also cannot use BigCommerce’s native Catalog V3 features, including the modern variant and modifier system that powers more advanced product configuration. Every new BigCommerce feature built for Stencil, from checkout customization to loyalty tools, stays out of reach for Blueprint stores.

Four Signs Blueprint Is Slowing You Down

These four indicators signal that Blueprint limitations have moved from background concern to active performance drag.

  • App installs failing or showing compatibility warnings for Stencil-only features
  • Mobile PageSpeed Insights scores below 50, with LCP above 4 seconds on key landing pages
  • Inability to use Page Builder for merchandising or seasonal promotions without developer involvement
  • New BigCommerce product features (like native wishlists, enhanced search, or checkout customization) unavailable in the control panel

Blueprint and Stencil Are Separate Frameworks

Blueprint and Stencil are architecturally separate systems, with different template engines, different styling approaches, and different development workflows. Custom logic written for Blueprint requires evaluation and rebuilding in Stencil. Every template, layout override, and custom widget needs to be assessed before a line of Stencil code is written.

Feature Blueprint Stencil
Template engine Custom panel system Handlebars.js
Styling Custom LESS SCSS/Sass
Local development Not supported Stencil CLI (Node.js)
Mobile-first No Yes
Page Builder Not available Full support
New app support None Full
Catalog system V2 V3
BigCommerce updates None Active

The template engine difference is what makes Blueprint customizations non-transferable. Blueprint used a proprietary panel-based system that no modern tooling supports. Stencil uses Handlebars.js, a widely used JavaScript templating library, which means developers can work with standard tooling, write tests locally via Stencil CLI, and preview changes before pushing them to production. Blueprint offered no equivalent local development path.

The transition from LESS to SCSS is typically straightforward for experienced front-end developers, but it does require a full stylesheet audit. Any LESS-specific syntax, variable structures, or custom mixins need to be converted before they compile correctly in Stencil.


What to Document Before Migration Starts

The difference between a migration that takes four weeks and one that takes four months is almost always the depth of the pre-migration audit. Everything discovered after go-live costs three to five times more to fix than it would have during planning.

  • Catalog & Product Options. Document every product using option sets, rule-based pricing, or complex variants. Flag any product with more than three option dimensions; these products carry the highest risk of needing manual reconfiguration during the V2-to-V3 transition.
  • Custom Functionality & Templates. Export a list of every Blueprint template file modified from the original. Custom panel layouts, embedded JavaScript, hardcoded promotional elements, and third-party widget injections all need equivalent replacements built in Stencil. There is no import path; these are rebuilt from scratch.
  • Third-Party App Compatibility. Log every installed app and confirm its Stencil support status in the BigCommerce App Marketplace. Apps that inject scripts directly into Blueprint templates cannot be assumed to work in Stencil without testing. Contact vendors for any that lack explicit Stencil documentation.
  • SEO Baseline Capture. Before any migration work begins, export a full crawl of the current site using Screaming Frog or Sitebulb. Record all indexed URLs, current title tags, meta descriptions, canonical tags, and organic traffic from Google Search Console. This baseline is the comparison point after launch.
Critical: This migration is one-way
BigCommerce has no mechanism to revert a live Stencil store back to Blueprint once the new theme is activated. The pre-migration audit is the only opportunity to catch problems before they go live.

V2-to-V3 Migration Timeline and Delay Factors

Blueprint stores run on BigCommerce’s V2 catalog system. Stencil’s full feature set, including the modern product variant and modifier architecture, runs on V3. Migrating the theme without addressing the catalog means the new Stencil store inherits the structural limitations of the old data model. For simple stores with flat product option sets, this is a minor concern. For stores with complex configurable products, bundles, or rule-based pricing, it is the longest part of the project.

The core difference: V2 products use option sets shared across multiple products, meaning a change to the option set affects every product using it. V3 decouples options at the product level, giving each product independent variant and modifier control. The migration from V2 to V3 means rebuilding product options for any item where the shared option set structure conflicts with what V3 expects. BigCommerce provides a Catalog API migration path, but it requires careful mapping and validation at each step.

V2 option rules are the highest-risk catalog items. Each rule controlling price modifiers, inventory tracking, or image swapping by option combination must be individually evaluated and remapped to V3 modifiers or variants before the catalog migration is complete. Budget additional time for any store with more than 50 products using option rules.

Stores that have never run a catalog audit should expect to find orphaned option sets, product variants with missing images, and pricing rules that live in the admin but never surface to customers. The V2-to-V3 transition is the right moment to address all of it. The BigCommerce migration and replatforming guide covers the broader project scope and timeline structure for stores approaching this transition.


The Complete Migration Sequence

BigCommerce Page Builder visual editor interface showing a storefront layout being assembled with drag-and-drop content blocks

The sequence below assumes the pre-migration audit is complete. Steps taken out of order create avoidable problems: testing before customization is complete wastes cycles, and going live before SEO validation risks traffic drops that take months to recover from.

1
Select and purchase a Stencil theme
Start from the BigCommerce Theme Marketplace. The default Cornerstone theme has the deepest documentation and serves as the baseline for custom development. For stores that want a distinct design starting point, a premium marketplace theme is acceptable, but confirm it is actively maintained. Avoid themes that have not shipped an update in 12 or more months.
2
Set up Stencil CLI and local development
Install Node.js (BigCommerce supports versions 20.x and 22.x) and install the Stencil CLI globally via npm install -g @bigcommerce/stencil-cli. Connect it to the store via stencil init, then run stencil start to preview the theme locally before any changes are pushed to production. Every customization should be developed and reviewed in this local environment.
3
Rebuild custom functionality in Stencil
Using the functionality audit completed during pre-migration, systematically rebuild each custom Blueprint element in the Stencil framework. This means creating Handlebars.js templates, writing SCSS overrides, and integrating any JavaScript previously hardcoded into Blueprint panels. Test each rebuilt element against the original behavior before marking it complete.
4
Complete the V2-to-V3 catalog migration
Work through the product option mapping documented during pre-migration. Use BigCommerce’s Catalog API or the control panel’s migration tools to convert option sets to V3 variants and modifiers. QA every affected product on the Stencil preview before advancing. Focus on high-revenue SKUs first, then long-tail products.
5
Full QA pass across devices and browsers
Test every template on mobile (iOS Safari, Chrome Android) and desktop (Chrome, Firefox, Safari). Verify checkout flow end-to-end with a test transaction. Check all navigation states, filter interactions, product page option selections, cart behavior, and account-area pages. Document every issue in a structured log with screenshot and reproduction steps before any item is marked resolved.
6
Validate SEO elements and activate
Before flipping the switch, confirm that all page titles, meta descriptions, and canonical tags are present in the Stencil theme. Check that the sitemap generates correctly. Set up 301 redirects for any URL changes. Then activate during a low-traffic window, monitor Google Search Console for crawl errors over the following 48 hours, and confirm that indexed URLs are returning 200 status.

Four SEO Steps That Prevent a Rankings Drop

A Blueprint-to-Stencil migration handled correctly leaves rankings intact. Post-launch ranking drops trace back to three execution gaps: URL structure changes without 301 redirects, meta data absent from the Stencil build, and page speed regressions from a heavier theme. All three are preventable. For the redirect setup specifically, the BigCommerce 301 redirects guide covers the technical configuration in detail.

Lock URL Structure
Blueprint and Stencil use the same URL format for product and category pages by default. If the new theme requires any URL path changes, document them before a single redirect is written. Plan the full redirect map and test every redirect in staging before go-live.
Audit Metadata in Every Template
Open each Handlebars.js template file and confirm the title tag, meta description, canonical URL, and Open Graph tags are pulled correctly from BigCommerce’s storefront object. Blueprint themes sometimes hardcoded meta values; those do not carry over automatically and need to be added explicitly to Stencil templates.
Benchmark JavaScript Payload
The default Cornerstone theme ships with 220 to 350KB of JavaScript. Each additional app or widget adds to that total. Run PageSpeed Insights on the Stencil preview before go-live and compare LCP and INP scores against the Blueprint baseline. A new theme that loads slower than the old one is a net regression, regardless of how much better it looks.
Submit Sitemaps and Monitor
After activation, submit the updated XML sitemap via Google Search Console and monitor the Coverage report daily for the first two weeks. Any 404 errors that appear need correct 301 redirects to the right destination within 48 hours. A product page redirected to the homepage signals to Google that the content is gone with no meaningful destination.

Three Blueprint-to-Stencil Migration Outcomes

Optimum7 has documented conversion rate and revenue improvements across multiple BigCommerce theme migration and template customization projects, and the pattern is consistent: a well-executed Stencil build with proper mobile optimization, navigation structure, and page speed work produces measurable lift within the first quarter after launch.

Conversion Rate Improvement After BigCommerce Theme Migration

Optimum7 client results across three BigCommerce template migration projects

Rostek
+244%
Referee Store
+185%
Parts Ogre
+60%

Conversion rate change after theme rebuild and template migration. Timeframes vary by project.

The Rostek migration illustrates the full range of what a well-executed theme change produces. Rostek sells custom stainless steel furniture and components with variable product options, a product type where configuration clarity at the product page level directly affects purchase decisions.

Optimum7 Client Result
Rostek
Industrial Furniture  ·  Frenchtown, NJ  ·  BigCommerce Theme Migration

Rostek sells stainless steel furniture and components with complex variable product options. Optimum7 rebuilt the BigCommerce storefront with a new theme setup, a redesigned homepage organized by category and subcategory, and improved navigation for customers selecting custom product configurations. The result included a 2.9-second page load improvement alongside a conversion rate and revenue increase.

+244%
conversion rate
+189%
organic revenue
2.9s
faster page load

The First 90 Days on Stencil

Ecommerce analytics dashboard on a laptop screen displaying conversion metrics, traffic charts, and performance tracking data

The migration is complete when the Stencil theme activates without errors and Search Console shows clean coverage. Sustained performance requires a post-launch monitoring routine. The BigCommerce platform’s 2.4-second median LCP is the baseline to beat; stores that invest in Stencil customization and image optimization typically reach under 2 seconds on key pages. The platform’s biggest 2026 performance gap is INP (Interaction to Next Paint), where 42% of BigCommerce stores fail the 200ms threshold. Stencil’s JavaScript architecture is the primary lever for improving it.

Three areas require ongoing attention after launch. First, Stencil theme updates: BigCommerce ships Cornerstone updates regularly, and applying them requires merging changes into any custom theme build. Teams that skip updates accumulate technical debt and miss security patches. Second, app accumulation: each new app installed after launch adds JavaScript to the storefront. Run a PageSpeed Insights audit after every new app installation and remove any that cause LCP to exceed 2.5 seconds; Optimum7’s BigCommerce page speed guide covers the full post-launch optimization workflow. Third, Page Builder content: now that merchandising can happen without developer involvement, content teams need guidelines on image file sizes, content block limits per page, and video embed practices to prevent page weight from creeping up.

Stores with high SKU counts or B2B pricing requirements should discuss BigCommerce’s Catalyst framework (headless, React-based) with their development team before committing to a full Stencil custom build. Catalyst is the direction the platform is moving for high-complexity storefronts. Blueprint-to-Stencil is the standard migration for mid-market stores; stores projecting over $5M in annual revenue or B2B catalog complexity in the next two years should factor Catalyst into the architecture decision before investing in a Stencil custom build.


When to Bring In a BigCommerce Partner

The Blueprint-to-Stencil migration is within reach of an experienced in-house development team, but several parts of it carry enough risk that specialist experience materially reduces the chance of a go-live incident. The V2-to-V3 catalog transition, SEO preservation, and custom functionality rebuilds all require decisions about scope and priority that affect both timeline and outcome. Teams without prior BigCommerce Stencil experience routinely underestimate the catalog migration component and discover it mid-project, which adds weeks and budget.

Optimum7 has completed BigCommerce theme migrations, template customizations, and full platform builds across dozens of ecommerce verticals. For stores planning a Blueprint-to-Stencil switch, the engagement typically starts with the pre-migration audit: a structured review of the current Blueprint setup that produces a scoped plan with specific timelines and a catalog migration strategy before any development begins. Optimum7’s BigCommerce development services cover the full migration from audit to post-launch monitoring. For stores migrating from another platform entirely, Optimum7’s ecommerce migration services cover the broader replatforming scope. For stores still evaluating their platform options, the ecommerce platform migration planning guide covers the evaluation criteria.


Frequently Asked Questions

How long does a BigCommerce Blueprint-to-Stencil migration take?

Timeline depends on store complexity. A store with a standard product catalog and minimal custom Blueprint templates can complete the migration in four to six weeks. Stores with heavy customization, V2 option rule structures, or large SKU counts typically take eight to fourteen weeks. The pre-migration audit is the only reliable way to scope the timeline before development begins.

Will switching to Stencil affect my search engine rankings?

A well-executed migration preserves rankings. The risks are specific: URL structure changes without 301 redirects, missing meta data in Stencil templates, and page speed regressions from a heavier theme. All three are preventable with proper SEO validation before go-live. Stores that skip the pre-launch audit and post-launch Search Console monitoring are the ones that see traffic drops.

Can I keep my existing product catalog data when migrating to Stencil?

All product data, customer records, order history, and store content carry over intact. Custom functionality hardcoded into Blueprint templates and option sets requiring V2-to-V3 conversion need rebuilding or remapping during the catalog migration. The catalog data transfers cleanly; the configuration work around complex products is where the project time goes.

Can I revert to Blueprint after activating Stencil?

BigCommerce has no mechanism to revert to Blueprint after a Stencil theme is activated. The pre-migration audit and full QA process exist for exactly this reason: every issue needs to be caught and resolved during development and staging, with no go-back option once the store is live.

Do I need a developer to complete this migration?

For stores with minor Blueprint customizations and a straightforward product catalog, a technically proficient owner using the Stencil CLI and a marketplace theme can manage parts of the migration. For stores with custom functionality, complex option sets, or established organic traffic, developer involvement is strongly recommended. The cost of a go-live incident exceeds development costs by a wide margin.

Does Stencil support Page Builder out of the box?

Yes. All standard Stencil themes from the BigCommerce Marketplace support Page Builder, which allows non-technical team members to build and edit pages without developer involvement. Custom Stencil themes built from Cornerstone also support Page Builder, provided the developer included the necessary widget regions during the build. For teams that have needed developer help for every content update, Page Builder is the most immediate operational gain from switching.


About the author: Duran Inci is the CEO and Co-Founder of Optimum7, an ecommerce development and digital marketing agency. He helps mid-market and enterprise brands scale revenue through conversion optimization, SEO, and custom ecommerce solutions.

author avatar
Duran Inci CEO of Optimum7

Let's Talk

A digital marketing strategy is the path to profitability. Optimum7 can help you set the right goals, offer and implement creative and technical strategies, and use data and analytics to review and improve your business’s performance.

Share on Social Media
Your AI Visibility Report Awaits