Loading...
Loading...
Huddle is a solo-built landing page. The goal is to create a homepage for a product or service. The page is responsive and works on all devices.
The page is built with Next.js 16 and Tailwind CSS. Next.js enables a static page optimized for SEO: unlike plain React, the Server Components approach renders HTML on the server. Tailwind CSS is used for design, with an atomic approach and responsiveness driven by variables (Tailwind v4 theme).
Architecture note: the codebase is structured following clean architecture to anticipate future evolution, but at this stage that architecture is unnecessary so it was not used. There is only a presentation of the 'Huddle' company—no business or domain rules—so it is a simple static site. Next.js is used mainly for SEO and also because this project is intended to grow in complexity.