Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Tabler is a free and open-source HTML dashboard UI kit built on Bootstrap 5, providing a responsive admin panel template with more than 20 demo pages for creating back-office interfaces.
Tabler is a free and open-source dashboard UI kit built on Bootstrap 5, designed for creating admin panels, back-office interfaces, and data-heavy web applications. It takes plain HTML and CSS as the foundation and produces responsive, cross-browser compatible dashboard pages that can be customized with Sass. The project is maintained by Paweł Kuna and contributors on GitHub, where it has over 41,000 stars.
@tabler/core or load the minified CSS and JavaScript from jsDelivr CDN.Tabler is distributed as an npm package (@tabler/core) and via CDN. You can link the minified CSS and JavaScript directly in an HTML page, or install it with npm and integrate into your build process. For local development, the source repository requires Node.js 22.12 or newer and pnpm, and provides preview (localhost:3000) and documentation (localhost:3010) dev servers, or a Docker image.
Tabler is free to use. It is released under the MIT License, which allows commercial use, modification, and redistribution without licensing fees. There is no paid tier mentioned; support and sponsorship are handled through GitHub Sponsors and PayPal donations.
Yes, Tabler is free and open source under the MIT License. You can use it in personal and commercial projects, modify it, and redistribute it, with no license fees.
Install via npm by running npm install --save @tabler/core, or load the minified CSS and JavaScript from the jsDelivr CDN into an HTML page. You can also download the latest release from GitHub as a ZIP archive.
Tabler works with the latest versions of Chrome, Firefox, Safari, Opera, Edge, and mobile browsers, according to the project's documentation.
No. The template only requires basic HTML and CSS knowledge. It is built on Bootstrap and includes plain JavaScript, so you can use it with any back-end or as a static site.
Open the tabler-starter template on StackBlitz, CodeSandbox, or GitHub Codespaces, or paste the CDN links into an HTML file as shown in the quick start guide.