Concept Flow - Nested routes with folders
Start: App Router folder
Create folder for route segment
Add page.tsx inside folder
Next.js reads folder as nested route
Render nested page when URL matches
Repeat for deeper nesting
End: Nested routes available
Next.js reads folders inside the app directory as nested routes. Each folder with a page.tsx file becomes a route segment, creating nested URLs.