bbkysf/nextjs-folder-structure icon
public
Published on 4/16/2025
bbkysf/nextjs-folder-structure

Next.js Folder Structure

Rules

The following is the folder structure for my project:

/src/app: Contains all the routes, components, and logic for the application /src/components: Contains feature components used in the application /src/components/ui: Contains all the UI components for the application, such as cards, tables, and forms /public: Contains all the static assets for the application, such as images