Checkout Pro Version

Folder Structure

Flexy NextJs Dashboard

                    
📦
├──📁 docs                                      > Documentation for the Theme
├──📁 figma-file                                > Figma designs of the pages
├──📁 packages                                  > Demo packages for different layouts
|  ├──📁 dark                                   > Demo with dark theme layout
|  ├──📁 horizontal                             > Demo with horizontal layout
|  ├──📁 main                                   > Main demo package
|  |  ├──📁 public                              > Public assets (images, icons, etc.)
|  |  ├──📁 src                                 > Source code for the demo
|  |  |  ├──📁 app                              > Application files for the demo
|  |  |  |  ├──📁 (DashboardLayout)             > Contains all the pages for the Dashboard layout
|  |  |  |  |  ├──📁 apps                       > All app-related components
|  |  |  |  |  ├──📁 charts                     > Charts-related components/pages
|  |  |  |  |  ├──📁 components                 > Reusable components across the demo
|  |  |  |  |  ├──📁 dashboards                 > Dashboard-related components/pages
|  |  |  |  |  ├──📁 forms                      > Form-related components/pages
|  |  |  |  |  ├──📁 layout                     > Header and sidebar components for Vertical and Horizontal Layout
|  |  |  |  |  ├──📁 tables                     > Table-related components/pages
|  |  |  |  |  ├──📁 theme-pages                > Pages related to theme customization
|  |  |  |  |  ├──📁 types                      > TypeScript type definitions
|  |  |  |  |  ├──📁 ui-components              > UI-related components for the dashboard
|  |  |  |  |  ├──📁 widgets                    > Widget-related components/pages
|  |  |  |  |  ├──📄 layout.tsx                 > Main layout for the demo
|  |  |  |  |  ├──📄 page.tsx                   > Main page file for the demo
|  |  |  |  ├──📁 api                           > API routes for the demo
|  |  |  |  ├──📁 auth                          > Authentication-related pages
|  |  |  |  ├──📁 components                    > Reusable components (Dashboards, UI, Forms, etc.)
|  |  |  |  ├──📁 context                       > React context for global state management
|  |  |  |  ├──📁 css                           > CSS files for styling the demo
|  |  |  |  ├──📁 landingpage                   > Landing page components
|  |  |  |  ├──📄 app.tsx                       > Main app component
|  |  |  |  ├──📄 layout.tsx                    > Layout file for the app
|  |  |  ├──📁 hooks                            > Custom hooks for the app
|  |  |  ├──📁 lib                              > Libraries and utilities used by the app
|  |  |  ├──📁 utils                            > Custom utilities (e.g., Flowbite-React component overwrites, language helpers)
|  |  ├──📄 components.json                     > JSON file for component configuration
|  |  ├──📄 next.config.mjs                     > Next.js configuration for the demo
|  |  ├──📄 postcss.config.mjs                  > PostCSS configuration
|  |  ├──📄 package.json                        > Node.js dependencies and scripts for the demo
|  |  ├──📄 tailwind.config.ts                  > Tailwind CSS configuration
|  |  ├──📄 tsconfig.json                       > TypeScript configuration for the demo
|  ├──📁 minisidebar                            > Demo with mini sidebar layout
|  ├──📁 rtl                                    > Demo with RTL (Right-to-Left) layout
|  ├──📁 default                                > Default layout
|  ├──📁 starterkit                             > Starter kit
|  |  ├──📂 public                              > Public assets for the starterkit demo
|  |  ├──📂 src                                 > Source code for the starterkit demo
|  |  |  ├──📂 assets                           > Assets used across the starterkit theme
|  |  |  |  ├──📂 images                        > All images used in the theme
|  |  |  ├──📂 components                       > Reusable components for the starterkit demo
|  |  |  ├──📂 pages                            > Page components for the starterkit demo
|  |  |  ├──📂 layout                           > Layout components for the starterkit demo
|  |  |  ├──📂 utils                            > Utilities and helpers for the starterkit
|  |  |  ├──📄 app.tsx                          > Main app component for the starterkit demo
|  |  |  ├──📄 index.tsx                        > Entry point for the starterkit demo
|  |  ├──📄 package.json                        > Node.js dependencies and scripts for the starterkit demo
                                    
                  

Flexy NextJs Dashboard

                      
📦
│── 📁 docs                         > Documentation files  
│── 📁 hireus                       > Hire Us page files  
│── 📁 discount-code                > Discount code files  
│── 📁 package                      > Main package directory  
│   │── 📁 src                      > Source files  
│   |   |── 📁 app                  > Dashboard layout and pages  
│   |   |   │── 📁 icons            > Icon components  
│   |   |   │── 📁 layout           > Header and sidebar components (Vertical and Horizontal Layout)  
│   |   |   │── 📁 sample-page      > Sample page components  
│   |   |   │── 📁 ui               > UI components  
│   |   |   │── 📄 layout.tsx       > Layout configuration  
│   |   |   │── 📄 page.tsx         > Main dashboard page  
│   |   |   │── 📁 auth             > All authentication pages  
│   |   |   │── 📁 components       > All shared components  
│   |   |   │── 📁 css              > Stylesheets and CSS files  
│   |   |   │── 📄 layout.tsx       > Layout configuration  
│   |   |   │── 📄 not-found.tsx    > 404 Not Found page  
│   |   |── 📁 utils                > Custom theme files  
│── 📄 next.config.js               > Next.js configuration  
│── 📄 package.json                 > Dependencies and npm info  
│── 📄 tsconfig.json                > TypeScript configuration