Origin Paradigm Comparison Architecture Let's talk
Digital Transformation

Dilegno

Wood craftsmanship, code precision.

Integral redesign of the digital platform for one of the most prestigious woodworking shops, migrating from a slow legacy system to a modern high-performance architecture.

Dilegno Project Preview

Honoring a legacy
of 30 years

Dilegno, with decades of experience in the timber industry, possessed indisputable offline prestige. However, its digital presence was anchored in the past, not reflecting the quality of its products.

Reality 2019
  • Critical load times More than 8 seconds to load the main catalog.
  • Fractured experience Broken login system that didn't allow users to access their accounts.

The Paradigm

Problem

High Friction

A website that acted as an obstacle between the client and the product. Confusing navigation, lack of visual hierarchy, and a quote process that discouraged conversion.

Solution

Natural Tool

A utilitarian and aesthetic platform. 'Premium Industrial' design that evokes the warmth of wood with modern technical precision. Intuitive flows and flawless performance.

Before & After

The evolution of the digital ecosystem

01.

Home

Complete redesign of the main page focused on conversion.

Legacy 2019
Home Antes

Initial State

Modern 2025
Home Después

Digital Result

02.

Products

Structured catalog with filters and clear visual hierarchy.

Legacy 2019
Products Antes

Initial State

Modern 2025
Products Después

Digital Result

03.

Services

Handcrafted presentation of premium carpentry services.

Legacy 2019
Services Antes

Initial State

Modern 2025
Services Después

Digital Result

04.

Navigation

Menu optimized for UX and mobile accessibility.

Legacy 2019
Navigation Antes

Initial State

Modern 2025
Navigation Después

Digital Result

Full view
Click outside to close

Technical Architecture

Modern precision for optimal performance.

stack.config.ts
import type { StackConfig } from '@dilegno/core';
// Modern Technical Precision
export const stack: StackConfig = {
  framework: {
    name: 'Next.js',
    rendering: ['SSR', 'SSG']
  },
  ui: {
    library: 'React',
    styling: 'Tailwind CSS v4'
  },
  tooling: {
    linter: 'Biome',
    formatter: 'Biome',
    validation: 'Zod'
  }
};