Home
Softono

Nextui Dashboard Template

Open source MIT TypeScript
822
Stars
168
Forks
8
Issues
9
Watchers
2 years
Last Commit

 About Nextui Dashboard Template

Dashboard starter using NextUI V2 and Nextjs.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Nextui Dashboard Template?

We provide expert installation service for this software. Our team will install, configure, and secure Nextui Dashboard Template on your server. plans start at just $30.

Nextui Dashboard Template

View on GitHub

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.