| Page | Description |
|---|---|
| index.html | ICO/Cryptocurrency dashboard |
| index2.html | Ecommerce dashboard |
| index3.html | SEO analytics dashboard |
| index3-horizontalmenu.html | Horizontal menu variant of SEO dashboard |
| Page | Description |
|---|---|
| login.html | Standard login |
| login2.html | Side-panel login |
| login3.html | Full-screen login with background |
| register.html | Standard registration |
| register2.html | Side-panel registration |
| register3.html | Full-screen registration |
| register4.html | Extended profile registration |
| forgot-password.html | Password recovery |
| reset-pass.html | Password reset |
| screenlock.html, screenlock2.html | Screen lock variants |
accordion, alert, badge, button, button-group, cards, dropdown, list-group, modal, pagination, popovers, progressbar, tab, grid, typography, media-object
datatable, table-basic, table-layout, barchart, linechart, piechart
form, fontawesome, themify, maps, invoice, pricing, starter
403, 404, 500
-
User Profile / Account Settings (
profile.html)- Avatar upload, personal info editing, password change
- Connected accounts, notification preferences
- Activity log / login history
-
Notification Center (
notifications.html)- Full-page notification list with filters (all, unread, mentions)
- Mark as read/unread, bulk actions
- Notification preferences
-
Dark Mode Dashboard (
index-dark.html)- Working dark mode toggle integrated with the settings panel
- CSS custom properties for theme switching
- Persistent preference via localStorage
-
Calendar / Scheduler (
calendar.html)- Month/week/day views
- Event creation modal
- Integrate with a lightweight library like FullCalendar
-
File Manager (
file-manager.html)- Grid and list view toggle
- Folder tree sidebar, breadcrumb navigation
- Upload area with drag-and-drop
-
Kanban Board (
kanban.html)- Drag-and-drop columns (To Do, In Progress, Done)
- Card creation, labels, assignees
- Useful for project management demo
-
Chat / Messaging (
chat.html)- Conversation list sidebar
- Message thread with timestamps
- Online status indicators
-
Email Inbox (
email.html)- Inbox list with checkboxes, star, labels
- Read/compose views
- Common admin template expectation
-
Widgets Page (
widgets.html)- Consolidated widget showcase: stats cards, mini charts, weather, to-do list, recent activity
- Useful reference for developers picking components
-
Error Page 401 (
401.html)- Unauthorized access page
- Complements existing 403/404/500 set
- Timeline (
timeline.html) - Vertical activity timeline component - Gallery / Lightbox (
gallery.html) - Image grid with GLightbox integration - FAQ / Knowledge Base (
faq.html) - Accordion-based FAQ section - Pricing Plans v2 (
pricing2.html) - Annual/monthly toggle, feature comparison table - Blank Layouts - Additional starter templates: sidebar-less, two-column, boxed layout
- index.html (ICO): Market value data is from 2018. Update placeholder data to 2025-2026. Add a portfolio summary widget and recent transactions list.
- index2.html (Ecommerce): Add order status donut chart, top products table, revenue trend sparklines.
- index3.html (SEO): Add keyword ranking table, organic traffic trend chart, page speed score widget.
- Add social login buttons (Google, GitHub, Apple) to login/register variants.
- Add two-factor authentication step page (
2fa.html). - Add "remember me" checkbox styling to login pages.
- Modernize the lock screen pages with avatar display and elapsed time.
- cards.html: Add horizontal card layout, card with overlay image, pricing card variant.
- form.html: Add date picker, color picker, range slider, tags input examples.
- datatable.html: Add export buttons (CSV, PDF), inline editing demo, row selection.
- modal.html: Add confirmation dialog, form-in-modal, and fullscreen modal examples.
- All chart pages: Update demo data to use 2024-2026 date ranges instead of 2012-2018.
- Add a combined/mixed chart example (bar + line overlay).
- Consider replacing AmCharts 3 (legacy) with ApexCharts for a lighter, modern alternative.
| Current | Suggested Update |
|---|---|
| GDP data from 2013-2018 | Revenue/user data from 2023-2026 |
| Country-based bar charts | Product/category comparisons |
| Generic "John, Damon, Patrick" names | Realistic team member names with avatars |
| Static cryptocurrency values | Dynamic-looking crypto portfolio |
| 2012 date-based line charts | Recent 12-month trend data |
- Replace AmCharts 3 with ApexCharts - AmCharts 3 is legacy (v5 is current). ApexCharts is MIT-licensed, lightweight (130KB), and has a modern API.
- Add CSS Custom Properties for theming - Enable dark mode and custom color schemes via
--primary-color,--bg-color, etc. - Add a style guide page (
styleguide.html) - Color palette, typography scale, spacing utilities, component status overview. - Lazy-load chart libraries - Only load Chart.js/Highcharts/ZingChart on pages that use them, not globally.