Skip to main content

Introduction

🚀 Vivid will help you to create a beautiful and functional admin panel for your next project.

💸 Building everything from scratch is expensive. Vivid will save you time and money.

🧐 Vivid is a jam-packed admin panel template that will help you to kickstart your next project. It's powered by React & Vite, and it's built on top of Mantine UI framework & Tailwind CSS.

Features

📁 File-system routing

💂 Access Control List (ACL)

💳 Authentication API

📥 Global stores

💽 Data fetching

🎨 Theming

🧩 Component library & Layouts

... and more!

Interested? Let's get started! ✅

tip

Make sure you've installed Node.js before you proceed.

To start, you need to clone the repository:

git clone https://github.com/vivid-ts/vivid.git
cd vivid

Then, you need to install the dependencies:

npm i

Finally, you can start the development server:

npm run dev

Open http://localhost:3000 in your browser to see running instance.

Want to learn more?