app-router

Installation
SKILL.md

Next.js App Router Patterns

Overview

The App Router is Next.js's file-system based router built on React Server Components. It uses a app/ directory structure where folders define routes and special files control UI behavior.

Core File Conventions

Route Files

Each route segment is defined by a folder. Special files within folders control behavior:

Installs
116
GitHub Stars
3.1K
First Seen
Jan 22, 2026
app-router — davepoon/buildwithclaude