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

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Notus Tailwind JS is a free, open-source UI kit and admin dashboard template from Creative Tim, built on Tailwind CSS and vanilla JavaScript, that ships with over 120 pre-coded CSS components, 18 dynamic JavaScript components, and 9 example pages.
Notus Tailwind JS is a static HTML/CSS/JS template for building websites and admin interfaces with the Tailwind CSS utility framework. It takes a plain HTML file structure as its input — you edit the existing index.html, pages/, and assets/ files — and produces a ready-to-host static site that can be served by any web server or opened directly in a browser. It was created by Creative Tim and is based on their Tailwind Starter Kit, with both presentation pages and admin dashboard pages included.
assets/styles/tailwind.css require recompiling via npm run build:tailwind; the project includes a tailwind.config.js.landing.html to create a product marketing page with Tailwind styling and no build step required.pages/admin/.assets/styles/tailwind.css.After downloading and unzipping the archive, you can open index.html directly in a browser — no configuration needed. For Tailwind class customization, install NodeJS LTS, run npm install, then npm run build:tailwind (each time you add a class not already in tailwind.css), npm run build:fontawesome, and npm start to serve the site at https://localhost:3000.
Notus Tailwind JS is free and open source, released under the MIT license. It is one of the free products from Creative Tim.
Yes, Notus Tailwind JS is completely free to use under the MIT license. You can use it for personal and commercial projects, and you can modify the source code freely.
No. This version uses Vanilla JavaScript only — dynamic components are built with Popper.js and plain JS, so there is no React, Vue, Angular, or Svelte dependency.
Edit the HTML and add the class, then run npm run build:tailwind in the project root to regenerate assets/styles/tailwind.css. If you do not recompile, new classes will not appear in the CSS output.
The template officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera, as stated in the project README.
You can download it for free from the Creative Tim product page at https://www.creative-tim.com/product/notus-js, or clone the GitHub repository at https://github.com/creativetimofficial/notus-js.
