Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A responsive Proptech dashboard built with Nextjs, Tailwind, and Typescript

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Veerage Dashboard is a responsive proptech dashboard template built with Next.js, Tailwind CSS, and TypeScript, providing developers with a pre-configured starting point for property-management analytics interfaces.
Veerage Dashboard is a Next.js application bootstrapped with create-next-app and extended into a responsive dashboard for property technology (proptech) use cases. It takes a developer's code in app/page.tsx and renders a dashboard page; the repository metadata lists ApexCharts for charting and react-day-picker for date selection. The project runs on a Node.js development server and is designed for deployment on Vercel.
app/page.tsx entry point; the page auto-updates as you edit the file during development.next/font to automatically optimize and load the Inter Google Font, as described in the README.npm run dev, yarn dev, pnpm dev, or bun dev.app/page.tsx.The template follows the standard create-next-app workflow. After cloning the repository, run npm run dev (or your preferred package manager) to start the local server at http://localhost:3000, then edit app/page.tsx to change the dashboard content. The page hot-reloads as you edit, and deployment is handled by connecting the repository to Vercel.
