Welcome to Thunder AI Admin Dashboard, a modern, clean, and highly customizable AI Kit Admin Dashboard Template built using Bootstrap 5, HTML, and powerful CSS variables. Designed for AI-centric admin panels, it comes with multiple layouts, themes, and essential modules to accelerate your dashboard development.
This guide will walk you through getting set up and using the key features of the theme, including how to compile the source, understand the file structure, and work with the build tools. If you run into any questions along the way, donβt hesitate to reach out to us!
β Option 1: Open Directly in Browser
index.html
in your browser.β Option 2: Use a Local Development Server (Recommended)
If you're working in a development environment:
index.html
β "Open with Live Server".http://localhost:5500
(or similar).Follow these steps to configure your API key for the Thunder AI Admin Dashboard Template:
Locate the example file in your project directory and rename it from:
html/assets/js/env.js.example
html/assets/js/env.js
This will activate the environment configuration used by the dashboard.
Open the newly renamed file env.js in your preferred code editor.
Find the placeholder key and replace it with your actual Gemini API key:
Create your Gemini API key HereGEMINI_API_KEY = "your_actual_api_key_here";
Make sure to keep your API key confidential and never expose it in public repositories.
Our dashboard uses CSS Variables for colors, spacing, and typography, making customization super easy.
Open:
/assets/css/theme.css
Edit CSS variables:
[data-thunderal="theme-indigo"] {
--bs-primary: #6C50BF;
--bs-primary-rgb: 108, 80, 191;
--bs-primary-bg-subtle: #BABDFD;
--bs-btn-bg: #6C50BF;
--bs-pagination-color: var(--bs-primary);
--bs-pagination-active-bg: var(--bs-primary);
--bs-nav-pills-link-active-bg: #6C50BF;
--primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color));
}
Switch between 4 pre-set fonts via the settings UI or update Class in body class=""
/assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
Apply or remove border radius site-wide from settings body class="radius-0"
Hereβs a breakdown of the file structure in Thunder AI:
HTML
assets
: The source files for the theme.
css
: Custom css and framework css (Bootstrap)images
: Image assets.js
: JavaScript source files.plugins
: third party plugins js files.Crypto
: Crypto Admin ModuleHospital
: Hospital Admin ModuleHRMS
: HRMS Admin ModuleTransport
: Transport Admin Moduleindex.html
LICENSE.md
: Theme license.README.md
: Theme overview.HTML Starter kits
Layout 1
assets
: The source files for the theme.
css
: Custom css and framework css (Bootstrap)images
: Image assets.js
: JavaScript source files.plugins
: third party plugins js files.index.html
Layout 2
Layout 3
More Soon...
We've included a set of reusable UI components:
Each component is built with Bootstrap 5 classes and additional utility classes to make the layout responsive and flexible.
To run the dashboard locally, youβll need:
You can find CDN links inside the index.html
or locally in assets/
.
Yes. It's 100% responsive and mobile-friendly using Bootstrap Grid and CSS Flexbox.
Absolutely. The HTML structure is clean and ready for integration into any framework.
Edit the CSS variables in /assets/css/theme.css.
Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. We hope it makes your project powerful, fast, and easy to manage.
Don't forget to rate us βββββ on ThemeForest if you like the template!
Contact us anytime!