Skip to content
cd ../projects
2026 · Solo full-stack developer

Grupo Vivaldi

Grupo Vivaldi is a law firm advising public-utility providers in Colombia. They needed a corporate site their own team could update without touching code, that loaded instantly, and that looked like a premium firm rather than a template. I delivered a headless build: Astro renders the pages, Storyblok holds every word and image, and Vercel serves it from the edge.

  • # astro
  • # storyblok
  • # tailwind
  • # vercel
Screenshot of Grupo Vivaldi

$ cat highlights.md

  • Astro 7 with server output and Incremental Static Regeneration on Vercel: pages are cached at the edge and revalidated on demand through a Storyblok publish webhook, so edits go live in seconds with a 60-second safety net.
  • Storyblok as a headless CMS with a validated content model, scripted schema and content deployment, a live visual-preview route for editors, and an offline content snapshot for local development.
  • Measured in production with Lighthouse 12: performance 100, LCP 1.1 s, zero total blocking time, 80 ms server response.
  • Tailwind CSS v4 design tokens, a vectorized brand logo, automated checks across 13 viewport widths on every frontend change, and a Resend-powered contact form.
  • Delivered with a client manual and a training session so the team fully owns their content.