Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Bootstrap Admin & Dashboard Template Built for AI-Assisted Development

A Next.js + Tailwind CSS bank directory app for India: search banks by city or fetch details by IFSC code.

Start a new project on Next.js. This starter template consists of a connect wallet button and wallet integration.

Starter Kit with React, Next.js, Styled System and Catalog to get projects going with a design theme, built-in styleguide and browser testing

A minimal Astro blog starter with Sanity.io headless CMS, built-in SEO, RSS, sitemap, and minimal styles.
CoreUI Free Bootstrap Admin Template is an open-source admin dashboard template built on Bootstrap 5 and the CoreUI UI components library, explicitly optimized for AI-assisted development with context files for coding assistants.
CoreUI Free Bootstrap Admin Template is a free, MIT-licensed admin panel template created by Łukasz Holeczek and the CoreUI team. It provides a complete starter project — Pug templates, SCSS styles, JavaScript modules, and compiled HTML views — that you can use as the front-end foundation for an admin dashboard. The template runs as a static website locally with Node.js and npm: npm start serves it with hot reload at localhost:3000, and npm run build creates minified production files.
.cursorrules, ARCHITECTURE.md, DEVELOPMENT.md, and JSDoc-annotated JavaScript modules so AI assistants like Cursor, Claude Code, and GitHub Copilot understand the project's Pug, Sass, and component conventions automatically.src/pug/views and src/views directories contain authentication pages, components pages, error pages, forms, icons, and an index page, organized with _layout, _mixins, and _partials folders.src/scss, giving you a single place to customize variables, mixins, and component styles.src/pug/views with your own pages while keeping the sidebar, header, and layout mixins..cursorrules so every developer and AI assistant outputs code in the same style.ARCHITECTURE.md and DEVELOPMENT.md give the assistant the context needed to generate new Pug, SCSS, or JavaScript files.Clone the GitHub repository, then run npm install in the project directory. Use npm start to serve the template with hot reload at localhost:3000, and npm run build to produce minified production assets in the build/ directory.
CoreUI Free Bootstrap Admin Template is free and open source under the MIT license. For expanded functionality, CoreUI sells paid PRO templates for Angular, Bootstrap, Next.js, React, and Vue, and offers a pricing page on coreui.io; no specific dollar amounts are mentioned on this repository page.
Yes. The project is licensed under the MIT license, so you can use it in personal and commercial projects at no cost. The CoreUI team funds ongoing development by selling CoreUI PRO versions with additional components and themes.
CoreUI offers free admin templates for Bootstrap, Angular, React.js, and Vue.js, with the Bootstrap version covered in this repository. The same CoreUI components library powers all framework versions.
The repository contains a build/ folder, src/ with assets/ (brand, favicon, img), js/, pug/ (layout, mixins, partials, views), scss/, and compiled views/ for authentication, components, error pages, forms, and icons.
Clone the repo, run npm install, then npm start to serve with hot reload at localhost:3000. For production, run npm run build to generate minified output in build/.
Yes. It includes .cursorrules, ARCHITECTURE.md, and DEVELOPMENT.md plus JSDoc comments so AI coding assistants like Cursor, Claude Code, and GitHub Copilot can generate code that follows the project's conventions.
