Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Notus NextJS: Free Tailwind CSS UI Kit and Admin

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Notus NextJS is a free, open-source UI kit and admin dashboard template from Creative Tim, built on Next.js and styled entirely with Tailwind CSS, that includes over 120 coded CSS components and pre-built pages for marketing, authentication, and admin dashboards.
Notus NextJS is a free, MIT-licensed UI kit and admin dashboard template created by Creative Tim for the Next.js framework. It takes a set of pre-written CSS and React components and combines them into complete page layouts, producing a startable Next.js application with presentation, admin, and authentication pages. The template is version 1.1.0, uses Tailwind CSS for all styling, and includes a tailwind.config.js and source files under /components, /layouts, /pages, and /assets.
Here are the concrete features that ship with Notus NextJS, based on the project README.
npm run build:tailwind to regenerate the file.The template fits several development scenarios, each with a specific task you can complete using the included components.
Here are the ways the pre-built pages and components are meant to be used.
Notus NextJS runs as a standard Next.js application. After downloading and unzipping the project, run npm install (or npm run install:clean on Linux), then run npm run build:tailwind to compile the stylesheet and npm run dev to start the development server at localhost:3000. Whenever you introduce a Tailwind class that isn't already defined in src/assets/styles/tailwind.css, rerun npm run build:tailwind so the new class gets generated.
Notus NextJS is free and open source under the MIT license. There are no paid tiers or subscription costs associated with the template itself, and the full source code is available from the Creative Tim product page and GitHub repository.
Here are answers to common questions about using Notus NextJS.
Yes, Notus NextJS is completely free and licensed under MIT. You can use it in personal and commercial projects, modify the code, and redistribute it without paying Creative Tim or purchasing a license.
The design and components are identical across versions, but the code is implemented for different frameworks. Notus NextJS uses React and Next.js concepts like pages, layouts, and React components, while the Angular, Vue, Svelte, and plain HTML versions follow their own conventions.
The template includes over 120 CSS components and 18 dynamic Next.js components. The CSS components cover basic UI elements like alerts, buttons, and inputs, while the dynamic components add interactivity such as dropdowns, modals, popovers, and tooltips.
The README asks you to install the Node.js LTS version from the official Node.js website. The exact version is not pinned, but LTS is recommended for running the Next.js development server and build commands.
The admin Maps page includes a MapExample component, but the template does not list a specific map provider. The component structure is there for you to plug in a mapping library such as Google Maps or Leaflet.
