IntroductionPages Router
You are currently viewing documentation for version 14 of Next.js.
Pages Router
Before Next.js 13, the Pages Router was the main way to create routes in Next.js. It used an intuitive file-system router to map each file to a route. The Pages Router is still supported in newer versions of Next.js, but we recommend migrating to the new App Router to leverage React's latest features.
Use this section of the documentation for existing applications that use the Pages Router.
Building Your Application
Learn how to use Next.js features to build your application.
API Reference
Next.js API Reference for the Pages Router.
Was this helpful?