PVR Tech Studio
Pages catalog

Pages Catalog

A scannable index of every page in Luminaux, grouped by sidebar area with its route and purpose.

6 min read
Updated July 15, 2026

Every sidebar menu entry routes to a real, working page — nothing renders a placeholder. This catalog mirrors the sidebar structure (src/data/menu.ts) so you can find any screen by area. For deep coverage of a feature, follow the links at the bottom or in each section.

Dashboards

The home route (/) is skin-dependent: BentoDashboard for the Bento skin, ConsoleDashboard for Console, else the CRM dashboard.

PageRouteWhat it is
CRM Dashboard/The default home — pipeline, activity, leaderboard, KPIs.
Analytics Dashboard/dashboards/analyticsTraffic, funnels, and audience charts.
eCommerce Dashboard/dashboards/ecommerceOrders, revenue, product and store metrics.
Project Dashboard/dashboards/projectsTask/Gantt/Kanban strips and team rosters.
Finance Dashboard/dashboards/financeCashflow, balances, and transaction feeds.
Marketing Dashboard/dashboards/marketingCampaigns, traffic, and conversion widgets.

Applications

Full-featured demo apps with real state and localStorage persistence.

PageRouteWhat it is
Scrumboard/apps/scrumboardA Kanban/Scrum board on @dnd-kit — drag across columns, task modal, filters.
Chat Widget/apps/chatA full-bleed workspace messenger — multi-pane threads, groups, emoji, drafts.
Contact Applications/apps/contactsA two-pane applicant-review app — list/detail, tabs, bulk actions, CSV export.
Pricing Tables/apps/pricingA marketing pricing landing page with reusable pricing sections.
Calendar/apps/calendarA FullCalendar-based events calendar — views, recurrence, .ics import/export.

Layout & Page Layouts

Live layout previews (each applies a config patch on mount and reverts on leave) plus the full settings surface.

GroupRoutesWhat it is
Sidebar Modes/page-layouts/{default, minified, dual, header-only}The four sidebar presentations.
Sidebar Theme/page-layouts/{sidebar-light, sidebar-dark, sidebar-black}Light / dark / true-black sidebar.
Navigation/page-layouts/{fixed-navbar, auto-hide-navbar, sticky-header, primary-nav, accordion-menu, fixed-footer}Nav and header behavior toggles.
Widgets/page-layouts/{chat-bubble, chat-rail, cursor-glow}Optional shell widgets.
Feedback & Motion/page-layouts/{toast-position, page-transition, page-loader, splash-frequency}Toast, transition, loader, and splash options.
Layout Settings/layout-settingsThe full-page twin of the Customizer — every shell config key.

Components & UI Elements

The UI-kit showcase pages under /ui/*, each demoing several variations of a primitive.

PageRouteWhat it is
Accordion/ui/accordionSingle/multiple disclosure with animated bodies.
Alerts/ui/alertsTones, variants (soft/solid/outline/accent), dismissible.
Badges/ui/badgesVariants, sizes, removable, avatars, count bubbles.
Buttons/ui/buttonsVariants, sizes, loading, pill, icon buttons.
Carousel/ui/carouselSlide/fade modes, autoplay, arrows/dots, drag-to-swipe.
Dropdown/ui/dropdownsMenus with 3-level submenus and checkbox items.
Lightbox/ui/lightboxThumbnail grid → portal viewer, keyboard nav.
Modals/ui/modalsSizes, side sheet, warp overlay demo.
Motion/ui/motionThe canonical demo of every reusable motion FX.
Pagination/ui/paginationVariants, sizes, ellipsis gaps.
Panels/ui/panelsThe portlet card — variants, collapse/refresh/maximize, drag-reorder.
Progress/ui/progressBars, striped/indeterminate, ProgressRing.
Notifications/ui/notificationsToast trigger gallery.
Tabs/ui/tabsUnderline / pills / segmented / boxed.
Typography/ui/typographyType scale, faces, article sample.
Widgets/widgetsThe widgets gallery — KPI tiles, chart.js donut/gauge, hero, order tracking.
Icons/iconsThe lucide icon browser — search + click-to-copy.

Forms

The /forms/* demo pages (form primitives plus validation and editors).

PageRouteWhat it is
Form Elements/forms/elementsInputs, selects, checkboxes, radios, fields.
Form Layouts/forms/layoutsCommon form arrangements.
Form Plugins/forms/pluginsDate/time pickers, rich selects, and plugin controls.
Form Validation/forms/validationA pure validate() helper returning i18n error keys.
Inline Editable/forms/inline-editableClick-to-edit inline fields.
Editors/forms/editorsTiptap rich-text editors.

Data — Tables & Charts

PageRouteWhat it is
Data Grid: Default/tables/data-grid/defaultAG Grid Community baseline.
Data Grid: Cell Renderers/tables/data-grid/renderersCustom cell components.
Data Grid: Row Selection/tables/data-grid/selectionCheckbox/row selection.
Data Grid: Search & Filters/tables/data-grid/searchQuick filter + column filters.
Data Grid: Editable/tables/data-grid/editableInline cell editing.
Data Grid: Pinned & Totals/tables/data-grid/pinnedPinned columns and footer totals.
Basic Table/tables/basicA styled non-grid table with entrance animation.
Recharts/charts/rechartsRecharts chart gallery.
ApexCharts/charts/apexchartsApexCharts gallery.
ECharts/charts/echartsECharts gallery (incl. Sankey).
Chart.js/charts/chartjsChart.js gallery.

All charts pull theme/skin-aware colors from useChartTokens(), so they re-skin live.

Pages

PageRouteWhat it is
FAQ/faqA help-center FAQ page.
Invoice/invoiceA live invoice builder — 3 templates, print-to-PDF, real .xlsx export.
Email Templates/email/*12 client-safe HTML emails + a two-pane in-app browser.
Error Pages/error/{404, 500, 503}Three immersive full-bleed error pages.
Cookie Consent/cookies/{v1, v2, v3}Banner bar (v1), boxed (v2), and an advanced panel (v3).

Authentication

Seven standalone screens that render outside the shell (see Authentication).

PageRoute
Login V1 / V2/auth/login, /auth/login-v2
Register V1 / V2/auth/register, /auth/register-v2
Reset Password/auth/reset-password
Forgot Password/auth/forgot-password
Lock Screen/auth/lock-screen

Settings

A unified settings hub sharing one ProfileHeader shell and a right rail (presentational — local state + a save toast).

PageRouteWhat it is
Profile/settings/profilePersonal info, social links, password.
Site Settings/settingsGeneral, logo, regional, appearance, feature toggles.
Permissions/settings/permissionsRole cards + a permission matrix + team members.
Payment/settings/paymentPlan, usage, saved cards, billing history.
Mail/settings/mailProvider config (SMTP/API) + send-test.

Was this page helpful?