Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open-source admin dashboard interface built on top of Tailwind CSS and Flowbite

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Windster is a free, MIT-licensed, open-source admin dashboard template that builds its entire UI from Tailwind CSS utility classes and the Flowbite component library, then generates static HTML with Hugo and bundles assets with Webpack. Themesberg maintains it, and it includes a responsive sidebar layout, authentication pages, users and products pages, and a wide catalog of Tailwind components.
Windster is a Tailwind CSS admin dashboard template that provides a complete application UI out of the box: a main dashboard layout with charts, a login page, a register page, a users page, and a products page. It runs on a static-site pipeline where Hugo compiles HTML templates from JSON data files (used for the users and products pages), PostCSS processes Tailwind, and Webpack handles bundling and production minification. It is developed and maintained by Themesberg and distributed under the MIT license.
After downloading or cloning the repository, install Node.js and Hugo, run npm install to fetch dependencies, then run npm run start to launch the development server. To produce optimized output, run npm run build, which writes the final files into the .build directory.
Windster is free and open source under the MIT license, available from both GitHub and the Themesberg website. Themesberg also sells Windster Pro, which adds a kanban page, a mailing application, and roughly four times more pages than the free version, though the Pro price is not listed in this README.
Yes, Windster is free and open source under the MIT license. You can download it from the Themesberg website or clone the GitHub repository, and you are free to use it for personal and commercial projects.
Windster uses Tailwind CSS for styling, Flowbite for UI components, Hugo as the static site generator, and Webpack as the module bundler. The project follows the standard PostCSS configuration method recommended for Tailwind and includes purging of unused classes.
The open-source version includes five application pages: a main dashboard layout, a login page, a register page, a users page, and a products page. The products and users pages include modals for CRUD operations and pull their data from JSON files.
Windster officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera, as indicated by the browser icons in the README. This follows the typical browser support scope for Tailwind CSS projects.
Yes, Themesberg offers Windster Pro, which expands the number of pages significantly and includes a kanban board and a mailing application. The README points to a comparison between the free and Pro versions on the Themesberg demo site.
