Hello coder,
If you plan to build your next admin dashboard using the Bootstrap Framework, this list with open-source templates might help you a little bit. All open-source admin panels listed in this article are suitable for hobby and commercial products and are actively supported by the publishers.
For more free dashboards, please access Admin Dashboards - Open-Source and Free a popular article published on Dev.to platform. Thank you!
Dashboard selection criteria
- Permissive license: MIT License, Apache License
- Modern Design
- The product is actively supported
- Minimum tooling (gulp, webpack, parcel)
Motivation to write this article
The existing Top 20+ Admin Dashboards
articles, most of them, are written by publishers with this bad habit of sniffing a lot of commercial apps in the content, without mention this aspect in the title.
I’m not saying this is good or bad, but is not obvious if the apps are free or not, just by reading the title. Well, this is not the case here. Let’s go!
Flask Dashboard AdminLTE
Open-Source Admin Dashboard coded in Flask Framework on top of AdminLTE design. Features:
- SQLite, PostgreSQL
- SQLAlchemy ORM, Alembic (database migrations)
- Modular design with Blueprints
- Session-Based authentication (via flask_login)
- Deployment scripts: Docker, Gunicorn
Links
- Flask Dashboard AdminLTE - The Source Code
- Flask Dashboard AdminLTE - Official Product Page
- Flask Dashboard AdminLTE - Live DEMO
Flask Dashboard ModularAdmin
Flask Modular Admin is a simple open-source admin panel coded in Flask on top of a beautiful design crafted by ModularCode. Features:
- SQLite database
- SQLAlchemy ORM
- Session-Based authentication flow (login, register)
- UI Kit: ModularAdmin by ModularCode
Dashboard Links
- Flask Dashboard Modular Admin - Product page
- Flask Dashboard Modular Admin - Documentation
- Flask Dashboard Modular Admin - Live DEMO
Admin Dashboard Black
Admin Dashboard Black is a beautiful Bootstrap 4 Admin Dashboard with a huge number of components built to fit together and look amazing. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.
Dashboard Links
Build from sources
$ git clone https://github.com/creativetimofficial/black-dashboard.git
$ cd black-dashboard
$ yarn # install modules
$ gulp # start the app in development mode
Admin Dashboard Tabler
Tabler Tabler is a free and open-source Dashboard UI Kit built on Bootstrap. This admin panel is for everyone who wants to create any templates based on our pre-made components. App Features:
- Responsive: With support for mobile, tablet and desktop it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.
- Cross Browser: the theme works perfectly with Latest Chrome, Firefox+, Latest Safari, Opera, Edge and mobile browsers.
Dashboard Links
Admin Dashboard ModularAdmin
ModularAdmin is a Free Bootstrap 4 Dashboard Theme with 2.6k stars on Github and actively supported by ModularCode.
Dashboard Links
Build from sources
$ git clone https://github.com/modularcode/modular-admin-html.git
$ cd modular-admin-html
$ yarn # install modules
$ yarn start # start the app in development mode
$ yarn build # start the app in development mode
Admin Dashboard CoreUI
One of the most popular open-source admin panel templates built on top of Bootstrap. CoreUI admin dashboard delivers a bunch of responsive, customizable, and reusable components you need to create modern, beautiful, responsive apps. CoreUI makes app development lightning fast.
CoreUI Dashboard Links
- Admin Dashboard CoreUI - Live DEMO
- Admin Dashboard CoreUI - the source code
Build CoreUI from sources
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git
$ cd coreui-free-bootstrap-admin-template
$ yarn # install modules
$ npm run serve # start the app in development mode
$ npm run build # production build
Admin Dashboard Argon
Admin Dashboard Argon is a free and open-source product designed by Creative-Tim, the well-known design agency. Argon Dashboard is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files.
Argon Dashboard Links
- Admin Dashboard Argon - Live DEMO
- Admin Dashboard Argon the source code published on Github
Build from sources
$ git clone https://github.com/creativetimofficial/argon-dashboard.git
$ cd argon-dashboard
$ yarn # install modules
$ gulp # start the app in development mode
Admin Dashboard Sing App
Admin Dashboard Sing App Sing App HTML5 Lite is a completely free and open-source admin dashboard template with stylish design and tons of ready-to-use programming features. Sing App HTML5 Lite is a fully responsive admin template built Bootstrap 4 and pure Javascript (No frameworks).
Dashboard Links
- Admin Dashboard Sing - the source code
- Admin Dashboard Sing Live DEMO
Build from sources
$ git clone https://github.com/flatlogic/sing-app.git
$ cd sing-app
$ yarn # install modules
$ gulp # start the app in development mode
Admin Dashboard Shards Lite
Admin Dashboard Shards Lite is a high-quality & free Bootstrap admin dashboard template pack that comes with lots of templates and components. The product is developed and maintained by DesignRevision.
Dashboard Links
- Dashboard Shards Lite the official product page
- Dashboard Shards Lite demo
- Dashboard Shards Lite sources
Build from sources
$ git clone https://github.com/DesignRevision/shards-dashboard.git
$ cd shards-dashboard
$ yarn # install modules
$ yarn start # start the app in development mode
Resources
- Open-Source Admin Dashboards provided by AppSeed
- Full-Stack Admin Dashboards - provided by AppSeed
- Admin Dashboards - a curated list published on Github
- Admin Dashboards - Open-Source and Free - related article published on Dev.to platform