Introduction

AeroPanel – Bootstrap 5 Admin Dashboard Template is a modern, responsive, and developer-friendly admin template built using the latest Bootstrap 5 framework.

AeroPanel is suitable for:

This HTML version does not require any build tools or frameworks. You can start using it instantly by opening the HTML files in a browser.

AeroPanel Dashboard Preview

Figure 1: AeroPanel Dashboard Overview

Requirements

To work with AeroPanel HTML, you only need:

No Node.js, npm, or build tools are required.

Folder Structure


AeroPanel/
│
├── assets/
│   ├── css/        → Compiled CSS files
│   ├── scss/       → SCSS source files
│   ├── js/         → JavaScript files
│   ├── images/     → Images & icons
│   ├── plugins/    → Third-party libraries
│
├── pages/
│   ├── dashboard.html
│   ├── users.html
│   ├── settings.html
│
├── index.html      → Main dashboard entry
└── documentation/
    └── index.html  → Documentation
  

Installation

Step 1: Download & Extract

Download the AeroPanel package from Codervent and extract the ZIP file to your local machine.

Figure 2: Extracting AeroPanel ZIP package

Step 2: Open in Code Editor

Open the extracted folder in Visual Studio Code or any preferred editor.

Figure 3: Opening AeroPanel in VS Code

Step 3: Run the Template

Simply open index.html in your browser to view the dashboard.

🎉 Installation completed! No server setup required.

Customization

Change Logo & Branding

Replace the logo image inside assets/images/logo.png and update the sidebar branding text.

Change Theme Colors

Open assets/css/style.css and update CSS variables:


:root {
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
}
  
Sidebar & Layout

Sidebar menu items can be edited inside sidebar.html or directly in index.html depending on layout.

Updating the Template

  1. Backup your customized files
  2. Download the latest AeroPanel version
  3. Replace assets/ folder (except custom files)
  4. Merge updated HTML files carefully
Always compare old and new versions before replacing files.

Credits

Support

For support, updates, and feature requests, visit: codervent.com

Changelog

v1.0.0 – Initial Release (HTML Version)