Project Overview
Maxton is a Bootstrap 5-based admin dashboard and eCommerce template developed by CODERVENT. It includes a complete admin panel (with both horizontal and vertical navigation) and eCommerce frontend pages, supporting dark/light/bordered theme switching, making it ideal for quickly building enterprise-level admin dashboards or eCommerce websites.
Tech Stack
- HTML5 / CSS3
- Bootstrap 5
- jQuery
- Sass
- Material Icons Outlined
Project Structure
maxtonadmin-19june25/
main-files/
admin/
documentation/ # Template documentation
horizontal-menu/ # Horizontal navigation admin
index.html
cards.html
charts-apex-chart.html
component-*.html # Various component pages
form-*.html # Form related
icons-*.html
ecommerce-*.html
...
vertical-menu/ # Vertical sidebar admin
index.html
...
eCommerce/
maxton-eCommerce/ # eCommerce frontend template
index.html
...
Core File Description
admin/horizontal-menu/index.html— Horizontal navigation admin homepage entryadmin/vertical-menu/index.html— Vertical sidebar admin homepage entryeCommerce/maxton-eCommerce/index.html— eCommerce template homepageadmin/documentation/index.html— Official development documentationsass/main.css— Core stylesheet (includes multi-theme variables)
Quick Start
Simply open the corresponding entry file in your browser to preview:
- Admin Panel:
admin/horizontal-menu/index.htmloradmin/vertical-menu/index.html - eCommerce Pages:
eCommerce/maxton-eCommerce/index.html
Usage Suggestions
This template consists of pure static pages, suitable for direct HTML/CSS customization. The eCommerce and Admin sections are independent of each other, so you can use either one based on your needs, or combine both to build a complete frontend and backend system.
