Next.js App Router
Next.js App Router is a server-centric routing system introduced in Next.js 13 that uses folder-based routing and React Server Components, replacing the traditional Pages Router with a more complex but potentially more performant architecture.