Skip to content

Introduction

A modern, production-ready admin dashboard built with the latest web technologies.

What is Apex Dashboard?

Apex Dashboard is a feature-rich admin template designed for building internal tools, SaaS applications, and back-office dashboards. It provides a solid foundation with pre-built components, pages, and patterns so you can focus on shipping your product instead of building boilerplate UI.

Features

  • Next.js 16 + React 19 — App Router with server and client components
  • Tailwind CSS v4 — Utility-first styling with OKLCh color tokens
  • shadcn/ui Components — Vendored, accessible, and fully customizable primitives
  • Dark / Light / System Theme — Seamless theme switching with persistent preference
  • Command Palette (Cmd+K) — Quick navigation across all pages
  • Full CRUD Examples — Orders, products, and customer management pages
  • Auth Page Templates — Sign-in and sign-up pages with form validation
  • Responsive Design — Collapsible sidebar and mobile-first layout

Quick Start

Get up and running in under a minute:

git clone https://github.com/colorlib/apex-dashboard.git
cd apex-dashboard
npm install
npm run dev

Then open http://localhost:3000 in your browser.

Tech Stack

Next.js 16
React 19
TypeScript 5
Tailwind CSS v4
Recharts
Lucide Icons
Radix UI
React Hook Form
Zod
cmdk

Next Steps

Ready to dive in? Continue with the Installation Guide for detailed setup instructions, or explore the Folder Structure to understand the project layout.