Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open source Bootstrap 5 UI Kit without jQuery

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Pixel Bootstrap 5 UI Kit is a free, open-source UI kit from Themesberg, built on Bootstrap 5, that provides a library of responsive components and five example pages for building professional websites without jQuery.
Pixel Bootstrap 5 UI Kit is a front-end UI kit based on the Bootstrap 5 framework, created and maintained by Themesberg (Crafty Dwarf LLC). It takes standard Bootstrap components and adds a set of premium extras—pricing cards, profile cards, timelines, datepicker and input slider plugins—that Bootstrap does not include by default. The kit is distributed as source files with HTML, Sass, and JavaScript, and can be compiled with Gulp into a production-ready static website. The current version is 4.0.0 and the project is licensed under the MIT License, with the repository hosting over 550 stars on GitHub.
gulp serves the site with BrowserSync and live-injects compiled CSS.gulp build:dev generates an html&css folder with unminified HTML/CSS/JS, and gulp build:dist generates a minified dist folder, so the kit can be used without Node, Gulp, or Sass.Pixel Bootstrap 5 UI Kit is aimed at front-end developers who want to quickly prototype marketing sites, landing pages, or small business websites using Bootstrap 5. Freelancers can use the example pages (login, register, contact, pricing) as starting points for client projects, and designers can reference the components and documentation to build consistent UI without writing custom CSS from scratch.
The quick start requires Node.js and the Gulp CLI. After downloading the project zip, you run npm install in the pixel folder to fetch dependencies, then gulp to start a local server with BrowserSync. For a one-off build, gulp build:dev outputs an html&css folder with unminified assets, while gulp build:dist outputs a minified dist folder.
Pixel Bootstrap 5 UI Kit is free and open source, distributed under the MIT License. There are paid "Pro" upgrades offered by Themesberg on their website, but the core kit on GitHub is free to use.
Yes, the kit is free and open source under the MIT License. You can use it in personal and commercial projects without paying licensing fees, and the source is available on GitHub.
No, the kit is built on Bootstrap 5 and explicitly does not use jQuery. This reduces the amount of JavaScript you need to load compared to older Bootstrap 4 themes.
Run gulp build:dev to generate an html&css folder that contains unminified HTML, CSS, and JavaScript. This version can be edited without installing Node, Gulp, or Sass.
The official browser support targets the last two versions of Chrome, Firefox, Edge, Safari, and Opera. This is the standard support matrix stated in the project README.
Pixel adds pricing cards, profile cards, timelines, a datepicker plugin, and an input slider plugin—none of which are part of vanilla Bootstrap 5. These components are also showcased on the live demo page.
