Next.js
#frontend
Next.js is a React framework for production web apps: file-based routing, server and client components, built-in optimizations (images, fonts, bundling), and deployment integration (notably Vercel). The App Router model treats React Server Components as the default and pushes data loading closer to the route tree. I use it for static export (mindex) and for typical SSR/SSG product sites; pair with TypeScript, Tailwind-style UI, and tools like next-intl when locales matter.