Skip to content

awsmakshay/nextwind

Repository files navigation

NextWind : Free Tailwind Dashboard Template

PR welcome! License

Free and OpenSource admin dashboard using Next JS & Tailwind CSS

nextwind

NextWind is a responsive dashboard template built on top of TailwindCSS and fully coded in React (Next JS). it's a great starting point for anyone who wants to create a user interface for SaaS products, admin dashboards, modern web apps, and more.

Use it for whatever you want, and be sure to reach out on Twitter if you build anything cool/useful with it.

Created and maintained with ❤️ by Akshay.

Features

  • Dark Mode
  • Fully Responsive
  • Login Page
  • Sidebar Layout
  • Table using React Table
  • Written in TypeScript (Partially, Adopting incrementally)

Live Demo

Check out the live demo here 👉️ NextWind

How to contribute?

Follow our compact Contributors Guide to begin.

Getting Started

This is a Next.js project bootstrapped with create-next-app.

Install the project by running

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Tools Used

Styling: Tailwind CSS

Icons: Phosphor Icons React Phosphor supports tree-shaking, so your bundle only includes code for the icons you use.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!