Next.js is the framework used for building the web frontend in the monorepo. It provides server-side rendering (SSR) and static site generation (SSG) for React-based applications, ensuring high performance and SEO optimization. All web-facing projects in the monorepo use Next.js to handle routing, page rendering, and other critical frontend tasks.