rembrembdocs

Getting Started - Pages Router

Last updated April 23, 2026

[

Installation

How to create a new Next.js application with `create-next-app`. Set up TypeScript, ESLint,and configure your `next.config.js` file.

](installation/index.md)[

Project Structure

Learn about the folder and file conventions in a Next.js project, and how to organize your project.

](/docs/pages/getting-started/project-structure)[

Images

Optimize your images with the built-in `next/image` component.

](images/index.md)[

Fonts

Learn how to use fonts in Next.js

](fonts/index.md)[

CSS

Learn about the different ways to add CSS to your application, including CSS Modules, Global CSS, Tailwind CSS, and more.

](css/index.md)[

Deploying

Learn how to deploy your Next.js application.

](deploying/index.md)

Was this helpful?