All projects
crescenzosorrentino.com
About the project
Built from scratch with Next.js App Router and CSS Modules. Every decision, from typography to component structure, was made with performance and accessibility as primary constraints. No UI libraries, no unnecessary dependencies: just clean, handwritten code optimized for the web.
Highlights
- Lighthouse 100/100 on Accessibility, Best Practices, and SEO: 99 Performance on desktop, 95 on mobile.
- Fully static: all pages prerendered at build time with zero runtime data fetching.
- Dark mode with no-flash script: theme applied before React hydrates, no visible flicker.
- Auto-generated sitemap and structured data (Person, WebSite, FAQPage schemas).
- No UI libraries: every component handwritten with CSS Modules.