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 Bootstrap 5 admin dashboard template with multipage design, charts, authentication pages, and a Gulp/Sass workflow.

Free, open-source Next.js admin dashboard template built with MUI, Tailwind CSS, and TypeScript, featuring App Router and pre-built pages.

A fast admin dashboard based on FastAPI and TortoiseORM with tabler UI, inspired by Django admin.

Free Angular 17 admin dashboard template by Wrappixel with 7+ pages, 10+ UI components, and a responsive Bootstrap 5 layout.
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.