Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
AdminKit is a free & open-source HTML dashboard & admin template based on Bootstrap 5.

InspiniaAdmin is an HTML backend admin template for building background management systems, with a live demo on GitHub Pages.
AdminKit is a free and open-source HTML admin dashboard template built on Bootstrap 5, published on GitHub under the MIT license and distributed through npm as @adminkit/core. It provides hundreds of UI components, forms, tables, charts, pages, and icons in a jQuery-free package, with source files compiled by Webpack into a deployable dist folder.
AdminKit is a Bootstrap 5 dashboard template that takes handwritten HTML, SCSS, and JavaScript source files as input and produces a responsive, browser-ready admin interface as output. It runs entirely in the browser, requires no server-side framework, and is maintained by the AdminKit team with a live demo at demo.adminkit.io and documentation at adminkit.io/docs. The template is free to use under the MIT license, with an optional paid PRO version that adds more pages and plugins.
npm install then npm start for a local server at localhost:8080, or npm run build to output optimized files to dist/.1-variables, 2-mixins, 3-components, 4-utilities, and 5-vendor folders inside src/scss, making theme customization straightforward.@adminkit/core npm package are available via unpkg, so you can link the CSS from https://unpkg.com/@adminkit/core@latest/dist/css/app.css and the JS from the matching app.js URL without a build step.dist files or CDN links.npm run build.dist folder, knowing the layout is responsive and cross-browser tested.Clone the repository or download the ZIP, install dependencies with npm install, then use npm start to launch the Webpack dev server at localhost:8080. The source lives in src/ with SCSS in src/scss and JavaScript modules in src/js/modules; running npm run build compiles and minifies everything into dist/css/app.css and dist/js/app.js, which you can also load directly from unpkg.
AdminKit is free and open-source under the MIT license, with the source available on GitHub and the @adminkit/core package on npm. A commercial upgrade called AdminKit PRO adds 45+ demo pages, 10+ plugins, 3 color schemes, dark mode, calendar, advanced forms, drag and drop, toast notifications, and WYSIWYG editors; pricing is listed on adminkit.io/pricing.
Yes, AdminKit is free and open-source, released under the MIT license. You can clone the GitHub repository, download the ZIP, or install the @adminkit/core npm package, and all core files and demo pages come without a license fee.
No. AdminKit and all of the third-party libraries it uses are written in vanilla JavaScript, so jQuery is not a dependency. This keeps the bundle smaller and removes a common compatibility concern.
The source uses SCSS organized into variables, mixins, components, utilities, and vendor folders under src/scss. Edit the variable files and run npm run build to recompile the CSS, or use npm start to see changes live on the Webpack dev server.
The free version includes 15 demo pages, 1 plugin, and 1 color scheme. The PRO upgrade adds 45+ demo pages, 10+ plugins, 3 color schemes, dark mode, a compact sidebar, calendar, advanced forms, drag and drop, toast notifications, and WYSIWYG editors.
AdminKit is tested in the latest version of Edge and the last two versions of Firefox, Chrome, Safari, and iOS Safari. The CSS and JavaScript are compiled to be compatible with those browsers.
