Chat on WhatsApp

Multi-store on Hyvä — same as Luma?

Categories: Hyvä vs Luma

Same Magento multi-store mechanism (websites, store views, store-scoped configs) — Hyvä sits on top, doesn’t change the architecture. Per-store theme overrides, per-store-view translations, per-store catalogue all work identically.

Where it’s actually better than Luma:

  • Tailwind config can be per-child-theme, so different brand looks share the parent Hyvä foundation without LESS-import gymnastics
  • Alpine state is local to each Hyvä component, so store-view-specific UI tweaks don’t leak across views
  • Faster builds — no `setup:static-content:deploy` per-locale RequireJS pipeline grinding through 8 store views

For 5+ store-view setups, Hyvä actually saves engineering time on top of the perf wins.

Was this helpful?