MCPcopy Index your code
hub / github.com/Siumauricio/nextui-dashboard-template

github.com/Siumauricio/nextui-dashboard-template @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
88 symbols 211 edges 79 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

NextJS and NextUI Dashboard Template Starter

You can deploy here directly to vercel Deploy with Vercel

V1 Version Stitches https://v1-nextui-dashboard-template.vercel.app/ V1 Code: https://github.com/Siumauricio/nextui-dashboard-template/tree/v1

This is a template for NextJS and NextUI.

NextJS NextUI

You can see the demo here: https://nextui-dashboard-template.vercel.app/ For improve this template, you can create a pull request or open an issue here Issues or Pull Request

Dark Mode

Dashboard Dark Mode

Light Mode

Dashboard Light Mode

  • Dark Mode Support
  • Full Responsive
  • Home Page with Charts
  • Accounts Page
  • More pages coming soon...
├── components
│   ├── accounts            # Accounts components
│   ├── charts              # Charts components
│   ├── breadcrumb          # component
|   ├── home                # Home components
|   ├── layout              # Layout components
|   ├── navbar              # Navbar components
|   ├── sidebar             # Sidebar components
|   ├── table               # Table components
|   ├── styles              # Some reusable components
|   ├── icons               # Icons
|   ├── hooks               # Hooks
├── app                     # Documentation files
│   ├── accounts            # Accounts route
|       ├── page.tsx        # Accounts page
│   ├── page.tsx            # Entry point for the app
│   ├── layout.tsx          # Layout applied to all application pages
│   ├── providers.tsx       # Theme provider
│   ├── more...             # Soon
└──

For Run

Install dependencies

npm install

Start the server

npm run dev

Now you can visit https://localhost:3000 in your browser.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 72
Interface 16

Languages

TypeScript100%

Modules by API surface

components/sidebar/sidebar-item.tsx3 symbols
components/layout/layout.tsx3 symbols
components/table/render-cell.tsx2 symbols
components/sidebar/sidebar-menu.tsx2 symbols
components/sidebar/companies-dropdown.tsx2 symbols
components/sidebar/collapse-items.tsx2 symbols
components/navbar/navbar.tsx2 symbols
components/layout/layout-context.ts2 symbols
components/icons/table/eye-icon.tsx2 symbols
components/icons/table/edit-icon.tsx2 symbols
components/icons/table/delete-icon.tsx2 symbols
components/icons/sidebar/chevron-up-icon.tsx2 symbols

For agents

$ claude mcp add nextui-dashboard-template \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page