--- layout: default type: theme title: Bootstrap Admin Themes description: Free Bootstrap 4 admin themes that are ready to customize and publish - a perfect starting point for your next web application or admin dashboard permalink: /themes/admin-dashboard/ meta-title: Free Bootstrap 4 Admin Dashboard Themes meta-description: Free Bootstrap 4 admin themes that are open source, MIT licensed, and free to download and modify - a perfect starting point for web application projects and dashboards redirect_from: - /template-categories/admin-dashboard/ --- {% include masthead/masthead-page.html %}
{% assign sorted = site.themes | sort: "rank" %} {% for theme in sorted %} {% if theme.categories contains 'admin' %}
{{ theme.img-desc }}
{{ theme.title }} {% if theme.pro %} Pro {% else %} Free {% endif %}
{{ theme.bump }}
{% endif %} {% endfor %} {% include survey.html %}