Frequently Asked Questions
How can we help you?
Search through our knowledge base or browse by category
0
Total Questions
0
Categories
97%
Helpful Rating
< 2min
Avg Read Time
No results found
Try different keywords or browse by category
General
RedDash is a premium multi-layout admin dashboard template built with Bootstrap 5, GSAP animations, Chart.js, DataTables, FullCalendar, and Three.js. It includes a complete UI system with dark mode, multi-language support, RTL layout, and over 15 ready-to-use pages.
RedDash is a commercial template. It's available for purchase with a regular or extended license. The regular license allows use in one end product that is free for end users, while the extended license allows use in one end product that end users may be charged for.
RedDash supports all modern browsers including Chrome 90+, Firefox 88+, Safari 14+, Edge 90+. Internet Explorer is not supported. The template uses modern CSS features like CSS variables and Grid layout.
Yes, RedDash is fully responsive. It uses Bootstrap 5's grid system and custom breakpoints to provide an optimal experience on mobile, tablet, laptop, and desktop screens. The sidebar collapses on smaller screens with touch-friendly navigation.
Account
Navigate to the Register page from the Authentication section in the sidebar. Fill in your name, email, and password. After registration, you'll be redirected to the dashboard with full admin access. You can manage user roles from the Users Management page.
Go to the Profile page from the sidebar or the user dropdown in the navbar. Click the Settings tab to update your name, email, bio, and other personal information. You can also change your avatar and password from this page.
RedDash includes predefined user roles such as Administrator, Editor, Viewer, and Support. Roles can be assigned when creating or editing a user from the Users Management page. Each role has configurable permissions for different modules.
Billing
We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and bank transfers for enterprise orders. All payments are processed securely through our payment provider with 256-bit SSL encryption.
We offer a 14-day money-back guarantee if you are not satisfied with the template. To request a refund, contact our support team with your order number and reason for the refund. Refunds are processed within 5–7 business days.
The extended license allows you to use RedDash in one SaaS product or web application where end users pay to access the product. It includes lifetime updates, 6 months of premium support, and the right to sub-license to your clients as part of a finished product.
Technical
Open
assets/css/theme.css and change the --primary CSS variable value. The default is #ff0038. All UI elements that use var(--primary) will update automatically. No build step is needed.
Copy any existing HTML file (e.g.,
users.html) and rename it. Update the <title> tag, change the active sidebar link class, and replace the page content inside <main class="page-content">. Add a link to the new page in the sidebar navigation.
No build process is required. RedDash uses vanilla HTML, CSS, and JavaScript with CDN-loaded libraries. You can open any HTML file directly in a browser or serve it with any web server. It works with Nginx, Apache, Netlify, Vercel, and GitHub Pages out of the box.
Dark mode is implemented using CSS variables and the
[data-theme="dark"] attribute on the <html> element. Clicking the theme toggle button in the navbar switches the attribute, and the preference is saved in localStorage so it persists across page loads.
Security
RedDash is a frontend template and does not handle or store any data on its own. Security depends on your backend implementation. The template follows security best practices: no inline event handlers, no eval usage, and no external script loading beyond trusted CDNs. Always implement proper authentication and authorization on your backend.
RedDash includes login and register page templates. Connect them to your backend API by modifying the form submit handlers in the page's script section. We recommend using JWT tokens stored in
httpOnly cookies or implementing an OAuth2 flow for production applications.
Integrations
RedDash is built with vanilla HTML/CSS/JS, but its design patterns and CSS variables can be ported to React, Vue, or Angular. Use it as a design reference and implement the same component structure in your preferred framework. The CSS files can be imported directly into any project.
Replace the static data in the DataTables initialization with AJAX calls to your REST API. For Chart.js, fetch your data asynchronously and pass it to the chart datasets. RedDash provides all the frontend scaffolding — just wire it to your backend endpoints.
Yes. RedDash is backend-agnostic and works with any web framework — Laravel, Django, Express, Rails, FastAPI, and more. Serve the HTML files as templates (Blade, Jinja2, etc.) or use them as a static frontend consuming your backend's REST or GraphQL API.
Still have questions?
Can't find the answer you're looking for? Our support team is here to help.