PVR Tech Studio
Luminaux

Introduction

A multipurpose React 19 + Tailwind v4 admin dashboard template by PVR Tech Studio — 13 skins, 6 dashboards, 98 pages, 70+ components and 8-language i18n. Explore the docs and ship faster.

2 min read
Updated July 15, 2026

A multipurpose React 19 + Tailwind v4 admin dashboard template by PVR Tech Studio13 skins, 6 dashboards, 98 pages, 70+ components and 8-language i18n. Explore the docs and ship faster.

Luminaux is a premium, multipurpose admin dashboard template built as a real, working React application — not a static-JSON demo. It ships on React 19 + Vite 6 + TypeScript (strict) with Tailwind CSS v4, and covers a full product surface: six role dashboards, five real apps (calendar, chat, contacts, scrumboard, pricing), a deep component library, complete auth / settings / email-template / error / cookie-consent / FAQ page sets, 11 color skins + 2 full-design layouts (Bento Studio & Console), dark mode and eight-language internationalization.

This documentation covers the React source edition, which is the canonical product.

Key facts

  • Stack: React 19.2, Vite 6, TypeScript 5.7 (strict), Tailwind CSS v4 (CSS-first, no config file).
  • Theming: token-only colors — 11 color skins + 2 full designs (Bento, Console) plus a Light / Dark / System mode. No hardcoded colors anywhere.
  • Real apps: Calendar (FullCalendar), Chat, Contacts, Scrumboard (dnd-kit Kanban), Pricing, and a live Invoice builder with .xlsx/PDF export.
  • Data viz: AG Grid Community, plus Recharts, ApexCharts, ECharts and Chart.js demos.
  • i18n: i18next + react-i18next, flat keys across 17 namespaces, 8 languages (en, fr, nl, de, es, pt, zh, ja).
  • Motion: the free motion/react tier only — selectable page transitions, splash/loaders, and a reusable FX library, all reduced-motion safe.

Explore the docs

Getting Started

Install, run, project layout, and how to add a page.

Calendar app

A real FullCalendar events app — views, recurrence, .ics.

Dashboards

Six role dashboards plus the Bento and Console home designs.

Components

Buttons, overlays, feedback, tables, charts, forms and widgets.

Design system

Design tokens, dark mode, and the 11 color skins + 2 designs.

Developer guide

Architecture, routing, hooks, utilities and the API client.

Conventions used in this documentation

  • Import paths use the @/… alias (maps to src/).
  • Colors are always referenced as semantic tokens (bg-surface, text-foreground, bg-primary, …) — never raw hex.
  • User-facing strings are i18n keys; proper nouns, numbers and brand names stay literal.
  • Code snippets are taken from the actual shipped source so you can adapt them directly.

Was this page helpful?