Checkout Pro Version

Folder Structure

Spike NextJs Dashboard

                    
📦
│
├──📁 docs (Documetation for the Theme)
├──📁 figma-file (Figma of the pages)
├──📁 packages
|  ├──📁 dark (Demo)
|  ├──📁 horizontal (Demo)
|  ├──📁 main (Demo)
|  |  ├──📁 public
|  |  ├──📁 src
|  |  |  ├──📁 app
|  |  |  |  ├──📁 (DashboardLayout) (Contains all the pages)
|  |  |  |  |  ├──📁 apps
|  |  |  |  |  ├──📁 charts
|  |  |  |  |  ├──📁 components
|  |  |  |  |  ├──📁 dashboards
|  |  |  |  |  ├──📁 forms
|  |  |  |  |  ├──📁 layout (It has header and sidebar component of Vertical and Horizontal Layout)
|  |  |  |  |  ├──📁 tables
|  |  |  |  |  ├──📁 theme-pages
|  |  |  |  |  ├──📁 types (Define the types for Typescript Demo)
|  |  |  |  |  ├──📁 ui-components
|  |  |  |  |  ├──📁 widgets
|  |  |  |  |  ├──📄 layout.tsx
|  |  |  |  |  ├──📄 page.tsx
|  |  |  |  ├──📁 api (All Api Routes)
|  |  |  |  ├──📁 auth (Auth Pages)
|  |  |  |  ├──📁 components (All the Components of Dashboards,Ui, Forms etc.)
|  |  |  |  ├──📁 context
|  |  |  |  ├──📁 css (Apply style)
|  |  |  |  ├──📁 landingpage (Landingpage)
|  |  |  |  ├──📄 app.tsx
|  |  |  |  ├──📄 layout.tsx
|  |  |  ├──📁 hooks
|  |  |  ├──📁 lib
|  |  |  ├──📁 utils (You can overwrite flowbite-react components and change language from here)
|  |  ├──📄 components.json
|  |  ├──📄 next.config.mjs
|  |  ├──📄 postcss.config.mjs
|  |  ├──📄 package.json
|  |  ├──📄 tailwind.config.ts
|  |  ├──📄 tsconfig.json
|  ├──📁 minisidebar (Demo)
|  ├──📁 rtl (Demo)
|  ├──📁 default (Demo)
|  ├──📁 starterkit (Demo)

                    
                  

Spike NextJs Dashboard

                  
📦
│
├──📁 docs
├──📁 hireus
├──📁 discount-code
├──📁 package
|  ├──📁 src
|  |  ├──📁 app
|  |  |  ├──📁 (DashboardLayout) (Contains all the pages) 
|  |  |  |  ├──📁 icons
|  |  |  |  ├──📁 layout (It has header and sidebar component of Vertical and Horizontal Layout)
|  |  |  |  ├──📁 sample-page
|  |  |  |  ├──📁 ui
|  |  |  |  ├──📄 layout.tsx
|  |  |  |  ├──📄 page.tsx
|  |  |  ├──📁 auth (All auth pages)
|  |  |  ├──📁 components (All components)
|  |  |  ├──📁 css
|  |  |  ├──📄 layout.tsx
|  |  |  ├──📄 not-found.tsx
|  |  ├──📁 utils (Custom theme)
|  ├──📄 next.config.js
|  ├──📄 package.json
|  ├──📄 tsconfig.json