Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free dark dashboard template built with Material Design Lite.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Material Dashboard Lite is a free, open-source admin dashboard template that brings a dark theme to Google's Material Design Lite framework, built for developers who want a lightweight, framework-free dashboard UI.
Material Dashboard Lite is a free, open-source admin dashboard template based on Google's Material Design Lite (MDL) library, created by CreativeIT. It takes HTML, Sass, and ES6 JavaScript as its inputs and produces a responsive dark-themed dashboard with chart components that runs entirely in the browser without any JavaScript framework dependency.
The template is built around MDL, which supplies Material Design styling and components, while D3.js and NVD3 handle data visualization. The project is in active development, with planned features tracked in its GitHub issues, and is available under the MIT License.
src/variables.scss.gulp build), serving (gulp serve), and watching (gulp watch) the project.Material Dashboard Lite is suited for front-end developers and web designers who want to build an admin panel or analytics dashboard without committing to a full JavaScript framework like Angular or React.
src/variables.scss and run gulp build to change colors and spacing across the entire dashboard.npm install) and bower components (bower install).gulp build) and preview it with gulp serve.gulp watch to rebuild automatically when source files change.Material Dashboard Lite is free to use for commercial and personal projects. It's released under the MIT License, which means there are no licensing costs.
Yes, Material Dashboard Lite is completely free for commercial and personal use, released under the MIT License. You can clone it, modify it, and use it in commercial projects without paying licensing fees.
No, it does not rely on any JavaScript framework. It uses Google's Material Design Lite library, which provides Material Design components via CSS and vanilla ES6 JavaScript.
Edit the src/variables.scss file to update the Sass variables, then run gulp build to regenerate the compiled CSS. A gulp watch task can also rebuild automatically when you modify source files.
The template bundles D3.js and NVD3, two charting libraries, to create chart components and data visualizations. You can build line, bar, and other chart types using these libraries.
Yes, because Google's Material Design Lite does not yet include a native select element, the project uses the getmdl-select plugin to provide select dropdowns with MDL styling.
