I revisited static site generators for a personal project. Gatsby, Hugo, Jekyll — all solid, but I settled on Next.js.
Why?
- File-system based routing
- MDX support out of the box
- SSR and SSG hybrid flexibility
Deployment with Vercel made it even smoother. Pages loaded fast. SEO improved.
I now reach for Next.js as the default for content-heavy sites.