Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js dashboard template with Tailwind CSS and Chart.js, built as a frontend developer technical test for Ricive.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Ricive Dashboard is a Next.js frontend dashboard template created for a technical test at Ricive, demonstrating chart-driven UI with Chart.js and Tailwind CSS.
Ricive Dashboard is a Next.js application built as a technical test for a Frontend Developer role at Ricive. It renders a dashboard interface with data visualization powered by Chart.js, styled entirely with Tailwind CSS. The project exists on GitHub as cindyeme/ricive-dashboard, and a live demo is hosted on Vercel at https://cynthia-ricive-dashboard.vercel.app/. It runs locally on port 3000 using the Yarn package manager.
yarn, run yarn dev, and open http://localhost:3000.The repository's README outlines the standard Next.js workflow: clone the GitHub repository, install dependencies with yarn, start the development server with yarn dev, and open http://localhost:3000. Because Next.js supports hot reloading, edits to the source files appear immediately in the browser during development.