continuedev/nextjs-folder-structure icon
public
Published on 3/31/2025
Next.js Folder Structure

Rules
nextjs-folder-structure
The following is the folder structure for my project:

/app: Contains all the routes, components, and logic for the application
/app/lib: Contains functions used in the application, such as reusable utility functions and data fetching functions.
/app/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