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.
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.
- 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
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.
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
Home
Complete redesign of the main page focused on conversion.
Initial State
Digital Result
Products
Structured catalog with filters and clear visual hierarchy.
Initial State
Digital Result
Services
Handcrafted presentation of premium carpentry services.
Initial State
Digital Result
Navigation
Menu optimized for UX and mobile accessibility.
Initial State
Digital Result
Technical Architecture
Modern precision for optimal performance.
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'
}
};