🖐🏼 Made with love and tools:
Avent — turnkey climate systems for home and business.
Online catalog and equipment selection platform focused on fast UX, strong SEO, and high performance.
Services: Design, installation and maintenance
Scope: B2C and B2B projects
Clients: IKEA, Armani, TGK-1 and others
Architecture
- Nuxt 3 (SSR + routing)
- Dynamic routing (catalog, product pages)
- State management via Pinia
- Composables for reusable business logic
- API layer abstraction (fetch → store → UI)
🔥 Performance
- LCP optimization
- Image optimization (size, format)
- Lazy loading (images, components)
- Code splitting
- Fast navigation (SSR + hydration)
Principles
- Performance-first approach
- Clean and scalable architecture
- Predictable data flow (API → store → UI)
- SEO and accessibility by default
Key decisions
- Nuxt 3 for SSR and SEO
- Pinia for predictable state management
- Composables for logic reuse
- Focus on performance and UX as core priorities
npm install
npm run devpages/— routing layercomponents/— reusable UIstores/— state (Pinia)composables/— business logic
