bbkysf/nextjs-folder-structure icon
public
Published on 4/16/2025
Next.js Folder Structure

Next.js Folder Structure

Rules
nextjs-folder-structure
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