Next.js App Router Routing patterns you should know
Briefly

The simplest pattern is just to create a directory inside the app folder with the route name and at that directory create a page.tsx file.
To navigate to a post by its id, create a directory with square brackets and the name of the param inside along with a page.tsx file.
Read at Medium
[
add
]
[
|
|
]