---
title: Architecture
description: How Next.js Works
url: "https://nextjs.org/docs/15/architecture"
version: 15.5.15
lastUpdated: 2024-11-06
---


Learn about the Next.js architecture and how it works under the hood.

- [Accessibility](/docs/15/architecture/accessibility)
  - The built-in accessibility features of Next.js.
- [Fast Refresh](/docs/15/architecture/fast-refresh)
  - Fast Refresh is a hot module reloading experience that gives you instantaneous feedback on edits made to your React components.
- [Next.js Compiler](/docs/15/architecture/nextjs-compiler)
  - Next.js Compiler, written in Rust, which transforms and minifies your Next.js application.
- [Supported Browsers](/docs/15/architecture/supported-browsers)
  - Browser support and which JavaScript features are supported by Next.js.

---

For an index of all available documentation, see [/docs/15/llms.txt](/docs/15/llms.txt)