Journal / Build Log

Why Astro made sense for Surfadillo

The site needed a frame that could stay lean now and still grow into a proper editorial home later. Astro fits that shape pretty well.

Surfadillo icon

Why this stack works

The public site is mostly content, so the architecture should favor simple static delivery over framework ceremony. Astro gives the project a clear route to fast pages, while still allowing reusable components, shared layouts, and a familiar way to grow the site into something richer later.

  • Static output keeps the public site simple to host behind Caddy and the tunnel.
  • The component model is enough for a content site without pulling in unnecessary complexity.
  • The same structure can later support a shop or deeper editorial pages without a redesign.

How it maps to the broader project

The content site is just the visible layer. Behind it, the infrastructure work can stay focused on serving static files cleanly, routing traffic through the tunnel, and keeping the future app stack private until it is actually needed.