Skip to main content
Back to all work
2021PublicFrontend DeveloperiVoy

iVoy - Corporate landing with microfrontends and CMS-driven content

Public-facing iVoy site composed via microfrontends with dynamic Strapi content - marketing can ship without engineering.

iVoy -  Corporate landing with microfrontends and CMS-driven content

The product

iVoy.mx is the main corporate site - services, pricing, case studies, onboarding funnels. It had to serve both B2C sign-ups and B2B lead capture without becoming a Frankenstein.

What I shipped

  • Next.js 12 landing with SSR for every marketing page so SEO and first-paint were non-negotiable.
  • Microfrontend composition. The auth flow and the customer portal were separate deployables stitched at runtime - marketing iterations never blocked product releases.
  • Strapi as the content backbone. Marketing owned the copy, images, promos, legal pages. Engineering owned the templates. Clean separation, fewer tickets.
  • GraphQL + Apollo to talk to the shared backend, same schema as the customer app.

Takeaway

Microfrontends earn their weight when teams have different cadences. Marketing wanted to ship daily; product wanted quarterly. The split let both happen without merge-conflict theater.