Skip to content

Expert Answers to Your Magento, Shopify & Shopware Questions

Vendor-neutral, engineer-written explanations. Clear definitions first, then practical steps with real examples — no fluff.

Stagebit builds and maintains stores on Magento, Adobe Commerce, Shopify, Shopware, and Laravel, and this library holds the questions our own engineers get asked most often on each platform.

What is Hyvä and how does it work with Magento 2?

SB
Written by Stagebit Engineering Team
Updated August 2026 3 min read Verified by engineers

Hyvä is a frontend theme for Magento 2 and Adobe Commerce. It replaces the default Luma stack with a lighter alternative that uses Tailwind CSS and Alpine.js. Hyvä does not touch Magento’s backend, admin, catalog logic, or checkout processing. It only changes how the storefront renders in the browser.

Quick Answer

Hyvä is a frontend theme for Magento 2 and Adobe Commerce. It replaces the default Luma stack (RequireJS, KnockoutJS, jQuery, and LESS) with server rendered Magento templates. Hyvä styles those templates with Tailwind CSS and adds interactivity with Alpine.js. The core theme has been free and open source since November 2025. It uses the same OSL 3.0 and AFL 3.0 licenses as Magento Open Source. Hyvä sells add-ons like Hyvä Checkout and Hyvä UI separately. The result is a much lighter frontend that loads and renders faster than stock Luma. Magento’s backend, catalog, and checkout logic stay the same underneath.

What Hyvä Actually Replaces

Out of the box, Magento’s Luma theme leans on RequireJS, KnockoutJS, jQuery, and LESS to build and render storefront pages. That stack works, but it ships a lot of JavaScript and CSS most stores never fully use. That extra weight adds up in page load and render time.

Hyvä strips that stack out entirely. Magento still uses its own PHTML templates. Hyvä just renders them server side and styles them with Tailwind CSS, a utility first CSS framework. Alpine.js, a lightweight JavaScript library, handles the interactive parts of the page. Think modals, dropdowns, and quantity selectors, without pulling in a full frontend framework.

How Hyvä Magento 2 Frontend Rendering Works

Hyvä keeps rendering server side instead of pushing it to a client side JavaScript framework. The browser gets mostly finished HTML on first load. It does not have to wait on a JavaScript bundle to build the page after the fact. Alpine.js only activates the specific interactive pieces on a page, rather than hydrating an entire component tree. That is the core mechanical difference between Hyvä and both Luma and headless approaches like PWA Studio.

Licensing: What’s Free and What’s Paid

Version 1.4.0, released in November 2025, made the core Hyvä theme free and open source. It carries the OSL 3.0 and AFL 3.0 licenses, the same dual license Magento Open Source uses. There is no per-store fee to use the base theme. Several add-ons remain separate paid products, including Hyvä UI, Hyvä Checkout, Hyvä Commerce, and Hyvä Enterprise. Pricing and packaging on these add-ons can shift. Confirm current terms directly with Hyvä before you budget a project around a specific figure.

Where Hyvä Fits Compared to Luma and Headless Setups

Hyvä sits between two other common paths. Luma is Magento’s default and requires no theme change, but carries more frontend weight. Fully headless setups like PWA Studio decouple the frontend entirely. They typically call Magento through GraphQL, which adds architectural complexity most mid market stores do not need. Hyvä stays inside Magento’s existing template and module system. A Magento 2 development team can adopt it without rebuilding the platform’s data layer.

In practice, this middle position is why Hyvä has become a common choice. Stores want a faster storefront without taking on a full headless rebuild. If you’re weighing whether Hyvä fits a specific store, start here: the licensing change removes cost as the main barrier. The real question now is extension compatibility and implementation scope, not price.

Was this answer helpful?

Your feedback helps us improve our answers.

Still need help?

Talk to our Hyvä experts

We build Hyvä storefronts for Magento and Adobe Commerce brands that want Alpine.js speed without losing the flexibility of a full Magento backend.

Talk to Hyvä Experts