Best Hyvä modules for Magento 2 in 2026
An Adobe-Certified Hyvä developer's editorial top picks — the modules I actually install on a fresh Hyvä build before anything else.
The best Hyvä-compatible modules — the 2026 list
The best Hyvä-compatible modules are extensions built Tailwind-native or wrapped in a maintained compatibility layer that doesn't fall back to Knockout. I've shipped Hyvä builds since the theme launched and earned my Adobe Magento certification in 2021 — the editorial picks below are what I install on a fresh Hyvä project before touching any client-specific code. This is the curated top list. For the exhaustive registry of every Hyvä-compatible module on the market, see my Hyvä compatibility checker.
Hyvä is a Tailwind + Alpine.js storefront for Magento that throws out Knockout and RequireJS. That means almost every Luma extension you've installed since 2018 needs either a Hyvä-native replacement, a vendor-provided compat module, or a custom rewrite. The fifteen picks below are battle-tested against Magento 2.4.4 — 2.4.9 and Hyvä 1.3.x / 2.x.
| Module | Category | Hyvä type | License | Why I install it |
|---|---|---|---|---|
| Hyvä React Checkout | Checkout | Native | Paid (Hyvä license) | Replaces Magento's checkout entirely — React + Tailwind |
Yireo HyvaCheckout shims | Checkout / payment | Compat | OSL-3.0 (free tier) | Stripe, Klarna, Adyen, PayPal Express compat |
| Algolia Search | Search | Native (Hyvä module) | Freemium | Instant-search + autocomplete with Tailwind UI |
Panth_AdvancedSeo | SEO — meta | Native | OSL-3.0 | Token-driven meta tags, zero JS |
Panth_StructuredData | SEO — schema | Native | OSL-3.0 | Full JSON-LD set — pure server-side |
Panth_XmlSitemap | SEO — sitemap | Native | OSL-3.0 | Multi-store + hreflang + image entries |
| Klaviyo for Magento | Email / marketing | Compat (official) | Free (SaaS upstream) | Vendor-maintained Hyvä compat shim |
| Yotpo Reviews | Reviews | Compat (official) | Free (SaaS upstream) | Hyvä widgets via official vendor module |
| Mageplaza Smart SMTP | Email infra | Compat | Free tier | Reliable transactional SMTP — no frontend impact |
| Bolt Pay Hyvä module | Payment | Native | Free (SaaS upstream) | One-click checkout, Hyvä React Checkout ready |
| Mollie Hyvä compat | Payment | Compat (official) | Free (SaaS upstream) | iDEAL, Bancontact, SEPA — vendor-maintained |
| Magezon Page Builder for Hyvä | CMS | Native | Paid | Tailwind drag-drop — replaces Magento's PageBuilder |
| Hyvä Search-As-You-Type | Search UX | Native | Paid (Hyvä addon) | Built-in instant search without third-party SaaS |
Yireo GoogleTagManager2 | Analytics | Compat | OSL-3.0 | GTM with proper dataLayer events — works under Hyvä |
Panth_SocialMeta | SEO — social | Native | OSL-3.0 | OG + Twitter Cards — layout XML only |
How Hyvä compatibility actually works
Hyvä replaces Magento's default Luma frontend with a Tailwind + Alpine.js stack. The big architectural shift: no RequireJS, no Knockout.js, no UI components, no x-magento-init. A module that worked perfectly on Luma can be completely broken on Hyvä if it relied on any of those frameworks.
There are two ways a third-party module becomes “Hyvä compatible”:
- Native — the module ships Tailwind templates and Alpine logic out of the box. These are the gold standard. The
mage2kishanSEO suite, Algolia's Hyvä module, and Bolt Pay's Hyvä integration are all native. - Compat / fallback — the original module is for Luma. A compat package (either from the vendor or a third party like Yireo) provides Tailwind partials that mirror the module's storefront output. Less elegant, but it works.
The big trap: some vendors call their module “Hyvä compatible” when in reality it bundles a Knockout fallback that fires only on Hyvä stores. That defeats the entire point of Hyvä — you've reintroduced RequireJS. Always check the vendor's compat module source on GitHub before installing. If you see Knockout or x-magento-init in the templates, it's not really Hyvä compatible.
Best Hyvä checkout extensions
Checkout is where Hyvä pays the biggest dividend. The default Hyvä checkout already outperforms Luma by 30–50% on Core Web Vitals; Hyvä React Checkout takes it further by replacing the entire flow with a React SPA. My checkout shortlist for new Hyvä builds:
- Hyvä React Checkout — the official paid React-based checkout from the Hyvä team. Worth the license fee on any store doing more than $100k/month. Pluggable, extensible, and the React extension points are clean.
- Yireo
HyvaCheckoutcompat shims — free open-source shims that let popular Luma checkout modules (Stripe, Adyen, Klarna, PayPal Express, Mollie) work under Hyvä's default checkout. Indispensable if you're not ready to pay for React Checkout. - Bolt Pay Hyvä module — one-click checkout overlay that bypasses Magento's checkout entirely. Works great as a secondary checkout path for repeat customers.
- Mollie official Hyvä module — if your store is European-leaning, Mollie's vendor-maintained Hyvä module is cleaner than the Yireo shim for the Mollie-specific case.
Best Hyvä SEO + schema modules
Hyvä out of the box has the same SEO weaknesses as Luma — thin meta tags, no schema beyond basic Product JSON-LD, no llms.txt, no IndexNow. The mage2kishan family is the only end-to-end free SEO suite that's built Hyvä-native: every module ships Tailwind partials, generates output via layout XML or server-side blocks, and never touches RequireJS.
Panth_AdvancedSeo— templated meta tags with token replacement (product, category, CMS).Panth_StructuredData— Product, Article, Breadcrumb, Organization, FAQPage, HowTo JSON-LD.Panth_XmlSitemap— multi-store XML sitemap with hreflang and image entries.Panth_Hreflang— per-store hreflang tags + x-default fallback.Panth_LlmsTxt— generates llms.txt and llms-full.txt for AI crawlers (Perplexity, ChatGPT Search, Claude).Panth_SocialMeta— Open Graph + Twitter Card tags per page.
For more context on SEO on Hyvä specifically, see the long-form Luma→Hyvä walkthrough — SEO regression is one of the top reasons migrations stall, and the post covers how to avoid it.
Best Hyvä performance helpers
Hyvä itself is already fast — the whole point of the theme. But there are a few free / cheap modules that squeeze out extra Core Web Vitals headroom:
- Yireo
GoogleTagManager2— reliable GTM container with proper dataLayer events. Defer it torequestIdleCallbackfor a 200–400ms TBT win. - Custom critical-CSS extractor — not a module, a build-time script. Inline above-the-fold Tailwind into
<head>, defer the rest. Free 0.5–1.5s LCP improvement. - Self-hosted fonts — ditch Google Fonts CDN, host your typeface locally. Free LCP win + a privacy gain.
- Cloudflare in front of Hyvä — not a Magento module, but pair Hyvä with Cloudflare's free tier (cache full-page HTML for guests) and you've shipped a near-static storefront.
For a deep dive on the numbers, see the TTFB optimization case study — the techniques there apply 1:1 to Hyvä stores.
Best Hyvä search and merchandising modules
Magento's native catalog search is acceptable for small catalogs and inadequate for everything else. On Hyvä specifically, search modules need extra care — many search vendors ship Luma-only widgets with Knockout dependencies.
- Algolia Search — the gold standard. Algolia's official Hyvä module is built native, ships Tailwind autocomplete UI, and handles instant search, faceted search, and merchandising. Freemium — the free tier covers stores up to ~10k SKUs.
- Hyvä Search-As-You-Type — if you don't want a SaaS dependency, the official Hyvä team ships a paid add-on for instant search backed by Elasticsearch. Cheaper than Algolia long-term for high-traffic stores.
- Klevu Hyvä module — AI-driven search alternative to Algolia. Vendor-maintained Hyvä module exists but is less mature.
- Mage-OS
elasticsearch_8patches — free community patches that make Magento's native search faster on Elasticsearch 8 / OpenSearch 2.
Best Hyvä payment integrations
Payment is the trickiest area for Hyvä compatibility — every payment gateway needs both a backend integration (which works under Luma and Hyvä equally) AND a frontend checkout step (which is Hyvä-specific). The shortlist:
- Stripe — Stripe's official module has Hyvä checkout compat. Works under default Hyvä checkout and Hyvä React Checkout.
- Adyen — vendor-maintained Hyvä compat. Adyen's React Checkout extension is the cleanest of any payment provider.
- PayPal Express — Yireo's free
HyvaCheckoutcompat shim handles PayPal Express under default Hyvä checkout. - Klarna — Yireo shim, works fine.
- Mollie — vendor module with Hyvä support for iDEAL, Bancontact, SEPA. Essential for Dutch/Belgian stores.
- Bolt Pay — one-click checkout overlay, Hyvä native module.
- Razorpay — if you're shipping to India, Razorpay's official module has Hyvä templates.
Hyvä-native Panth Infotech modules
The mage2kishan module family is twelve free Hyvä-native SEO modules I maintain personally. Every module is OSL-3.0 licensed, hosted on Packagist, and tested against Magento 2.4.4 — 2.4.9 with Hyvä 1.3.x and 2.x. Full list:
Panth_AdvancedSeo— templated meta tagsPanth_StructuredData— JSON-LD schemaPanth_Hreflang— per-store hreflangPanth_HtmlSitemap— HTML sitemap pagePanth_XmlSitemap— multi-store XML sitemapPanth_RobotsSeo— admin-editable robots.txtPanth_LlmsTxt— llms.txt + llms-full.txt for AI crawlersPanth_FilterSeo— layered-nav SEO controlsPanth_ImageSeo— alt-text + IPTC/XMP automationPanth_SocialMeta— Open Graph + Twitter CardsPanth_IndexNow— IndexNow protocol pingsPanth_Crosslinks— keyword-to-URL auto crosslinking
All twelve are designed to run on Hyvä without a fallback shim — the work happens server-side in PHP blocks and layout XML, never in Knockout or RequireJS. If you want help integrating them on a fresh Hyvä build, see my Hyvä theme development service.
What to install first on a fresh Hyvä build
The first-day install order I follow on every new Hyvä build:
- Hyvä theme (paid license) + Hyvä React Checkout if budget allows.
- The
mage2kishanSEO suite — install all twelve modules, configure each from admin. - Algolia Search (free tier) for instant search — takes 30 minutes to wire up and changes the storefront feel immediately.
- Yireo GoogleTagManager2 for analytics, deferred to
requestIdleCallback. - Payment compat shims — whatever gateways the client uses, install vendor module first, Yireo shim as fallback.
- Klaviyo or Mailchimp — vendor-official Hyvä compat for transactional / marketing email.
- Critical-CSS extractor — custom build step, free LCP win.
For more on the migration path, the Luma → Hyvä migration playbook walks through every gotcha. If you want a senior Hyvä developer to run point on this, the Hyvä developer profile covers what I do day-to-day.
Frequently asked questions
What is the single best Hyvä module to install today?
If your store has the budget — Hyvä React Checkout, paid. If not — Algolia Search (free tier) + the mage2kishan SEO suite (free). Together, those three install actions cover checkout, search, and SEO in one afternoon.
Do all Magento modules work on Hyvä?
No. Hyvä replaces Luma's RequireJS + Knockout frontend with Tailwind + Alpine. Any Luma module that relied on those frameworks needs either a vendor-supplied compat shim, a third-party shim (Yireo publishes many free ones), or a rewrite.
How do I check if a module is Hyvä compatible?
Use my Hyvä compatibility checker — it takes a composer.json or module list and tells you which modules have known Hyvä support, which need shims, and which will break.
Are the mage2kishan modules really Hyvä native?
Yes. Every module in the family does its work server-side in PHP blocks or layout XML — none touch RequireJS or Knockout. They work identically on Luma and Hyvä, which is a deliberate design choice.
Is Hyvä React Checkout worth the license fee?
For stores over ~$100k/month revenue, yes. The conversion rate gain typically pays back the license in 2–6 months. For smaller stores, the default Hyvä checkout is already very fast — React Checkout is a nice-to-have, not a must.
What's the difference between Hyvä native and Hyvä compat modules?
Native modules ship Tailwind templates and Alpine logic out of the box. Compat modules wrap a Luma module in a fallback partial that mimics the Luma output in Tailwind. Native is faster and cleaner; compat is the pragmatic answer when no native version exists.
Can I use my existing Mageplaza / Mageworx modules on Hyvä?
Sometimes. Both vendors have a compatibility module catalog for popular Luma extensions. Check the vendor's Hyvä compatibility list — if your specific module isn't there, you'll need a custom shim or a rewrite.
Is Algolia the only good Hyvä search option?
It's the most polished free-tier option. Hyvä Search-As-You-Type is the official paid alternative (cheaper at scale). Klevu has a Hyvä module but it's less mature. For most stores, start with Algolia free tier.
How long does it take to set up the best Hyvä modules on a new store?
The full first-day install list takes about 6–10 hours of senior developer time, depending on payment gateway count. That's roughly $150–$250 at my $25/hr rate, or $499 fixed-fee if you book my audit package.
Can you help me pick and install the right Hyvä modules?
Yes. I'm an Adobe-Certified Magento 2 + Hyvä developer (cert 2021). My freelance work covers Hyvä module audit, installation, and integration at $25/hr, or fixed-fee from $499 audit. Visit hire me to get started.
Need help picking the best Hyvä modules for your store? Fixed-fee from $499 audit · $2,499 sprint · ~20h @ $25/hr.
Get a Hyvä module audit