Developers

Built by engineers who understand the friction of frontend development. Our Tailwind v4 architecture and clean .phtml rendering make integration seamless and completely intuitive.

Developer Experience

Built by developers,
for developers.

Innevix respects your workflow. Our code is as beautiful as our designs, utilizing modern tools and clean layouts to ensure you can build backend logic, not untangle frontend CSS.

  • Tailwind CSS v4 Architecture
  • Clean .phtml Structure
  • Magento 2 Optimized
  • Lightweight Performance
  • Easy Integration with Hyvä Theme
header.phtml
<div class="container mx-auto px-4">
<div class="flex justify-between items-center h-16">

<!-- Logo -->
<div class="shrink-0">
<?=$block->getChildHtml('logo')?>
</div>

<!-- Alpine.js Mobile Toggle -->
<div x-data="{ open: false }" class="lg:hidden">
<button
@click="open = !open"
class="text-slate-600 hover:text-brand-primary transition-colors"
>
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>

</div>
</div>