Back to rankings

coreui/coreui-free-bootstrap-admin-template

HTMLcoreui.io/product/free-bootstrap-admin-template/

Free Bootstrap Admin & Dashboard Template Built for AI-Assisted Development

bootstrapadminadmin-uiadmin-themedashboardscsscssbootstrap5bootstrap5-templateadmin-dashboardtemplateadmin-template
Star Growth
Stars
12.2k
Forks
3.1k
Weekly Growth
Issues
0
5k10k
Jan 2023Mar 2024May 2025Jul 2026
README

CoreUI Free Bootstrap Admin Template — Built for AI-Assisted Development Tweet

License: MIT @coreui coreui npm package NPM downloads

Bootstrap Admin Template

CoreUI Bootstrap Admin Panel Template is not another blend of 3rd parties free components and libraries. It's the only Open Source Bootstrap Admin Dashboard Template built on the enterprise-grade hand-crafted UI Components Library created and backed by professionals. CoreUI Admin Template helps you build reliable web apps faster than before. CoreUI offers 4 versions: Angular, Bootstrap, React.js, and Vue.js.

Curious why I decided to create CoreUI? Please read this article: Jack of all trades, master of none. Why Bootstrap Admin Templates suck.

Table of Contents

Frameworks

CoreUI is built on top of Bootstrap 5 and supports popular frameworks.

CoreUI PRO

CoreUI PRO Bootstrap Admin Templates

Default Theme Light Theme
CoreUI PRO Bootstrap Admin Template CoreUI PRO Bootstrap Admin Template
Modern Theme Bright Theme
CoreUI PRO Bootstrap Admin Template CoreUI PRO Bootstrap Admin Template

CoreUI Icons (522 Free icons) - Premium designed free icon set with marks in SVG, Webfont and raster formats.

CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app. Ready-to-use fonts and stylesheets that work with your favorite frameworks.

CoreUI Free Icons

Download CoreUI Free Icons

Installation

Clone repo

# clone the repo
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:3000.
$ npm start

# build for production with minification
$ npm run build

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

free-bootstrap-admin-template/
├── build/
├── src/
│   ├── assets/
│   │   ├── brand/
│   │   ├── favicon/
│   │   └── img/
│   ├── js/
│   ├── pug/
│   │   ├── _layout/
│   │   ├── _mixins/
│   │   ├── _partials/
│   │   └── views/
│   │       ├── authentication/
│   │       ├── components/
│   │       ├── error-pages/
│   │       ├── forms/
│   │       ├── icons/
│   │       ├── index.pug
│   │       └── ...
│   ├── scss/
│   └── views/
│       ├── authentication/
│       ├── components/
│       ├── error-pages/
│       ├── forms/
│       ├── icons/
│       ├── index.html
│       └── ...
└── package.json

AI-Friendly Development

This template is optimized for AI-assisted development, making it easier to work with AI coding assistants like Cursor, Claude Code, and GitHub Copilot.

What's Included

  • .cursorrules - Comprehensive AI context file with project conventions, patterns, and guidelines
  • ARCHITECTURE.md - Detailed technical documentation covering the project structure, build pipeline, and component organization
  • DEVELOPMENT.md - Practical developer guide with examples and best practices
  • JSDoc Comments - All JavaScript modules include detailed documentation with @param and @returns annotations

Benefits

  • 🤖 Smart Code Generation - AI understands your project uses CoreUI Bootstrap (not Tailwind CSS)
  • 📚 Better Context Awareness - AI knows the project structure, conventions, and patterns
  • Consistent Code Style - AI generates code following ESLint/Stylelint rules automatically
  • 🚀 Faster Development - Less time explaining, more time building
  • 💡 Intelligent Suggestions - AI provides relevant component examples from CoreUI documentation

Quick Start with AI

Simply open the project in your AI-powered IDE (Cursor, VS Code with Copilot, etc.) and the AI will automatically understand:

  • Project architecture and file organization
  • CoreUI Bootstrap component usage
  • Pug templating patterns
  • Sass/SCSS styling conventions
  • JavaScript module patterns

Documentation

The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our website CoreUI

Components

CoreUI Bootstrap Admin Templates are built on top of CoreUI and CoreUI PRO UI components libraries, including all of these components.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility,CoreUI Free Admin Template is maintained under the Semantic Versioning guidelines.

See the Releases section of our project for changelogs for each release version.

Creators

Łukasz Holeczek

Andrzej Kopański

CoreUI Team

Community

Get updates on CoreUI's development and chat with the project maintainers and community members.

Support CoreUI Development

CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the CoreUI PRO or by becoming a sponsor via Open Collective.

copyright 2026 creativeLabs Łukasz Holeczek. Code released under the MIT license.

Related repositories
twbs/bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

MDXMIT Licensecssbootstrap
getbootstrap.com
174.5k78.7k
ColorlibHQ/AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5

AstroMIT Licensebootstrapadmin-dashboard
adminlte.io
45.5k18.2k
tabler/tabler

Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

HTMLMIT Licensedashboardhtml
tabler.io
41.3k4.4k
mdbootstrap/mdb-ui-kit

Bootstrap 5 & Material Design UI KIT

SCSSOthermaterial-designbootstrap-material
mdbootstrap.com/docs/standard/
24.3k3.4k
react-bootstrap/react-bootstrap

Bootstrap components built with React

TypeScriptnpmMIT Licensereactbootstrap
react-bootstrap.github.io
22.6k3.6k
ColorlibHQ/gentelella

Free Bootstrap 5 Admin Dashboard Template

HTMLMIT Licensebootstrapdashboard
gentelella.colorlib.com
21.4k6.8k
verekia/js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.

JavaScriptnpmMIT Licensetutorialstack
20.2k2k
thomaspark/bootswatch

Themes for Bootstrap

JavaScriptnpmMIT Licensebootswatchtheme
bootswatch.com
14.8k3.6k
bootstrap-vue/bootstrap-vue

MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next

JavaScriptnpmMIT Licensebootstrapvue
bootstrap-vue-next.github.io/bootstrap-vue-next/
14.4k1.8k
selectize/selectize.js

Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.

SCSSApache License 2.0tagginginput
selectize.dev
13k3.5k
uxsolutions/bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)

JavaScriptnpmApache License 2.0bootstrap-datepickerjavascript
12.7k5.9k
wenzhixin/bootstrap-table

An extended table for integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)

JavaScriptnpmMIT Licensebootstraptable
bootstrap-table.com
11.8k4.4k