Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An admin dashboard template compiled from community components, built with Next.js, TypeScript, and Styled-Components.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Nextjs Sc Dashboard is an admin dashboard template built on Next.js with TypeScript and Styled-Components, providing a configurable sidebar and theme for building internal tools and management panels.
Nextjs Sc Dashboard is an open-source admin dashboard that combines community-built components into a single interface. It runs on the Next.js React framework and is written in TypeScript, with all styling handled by Styled-Components. The template takes two configuration inputs — a theme object defined in src/pages/_app_.tsx and a navigation structure in config/sidebar.json — and produces a responsive dashboard layout with a login page and multiple dashboard views. The repository is maintained by pablogeokar on GitHub and is distributed under a standard open-source license badge.
src/pages/_app_.tsx), plus adjust the sidebar width (default 260px).config/sidebar.json with fields for label, icon class (e.g., Boxicons or Line Awesome), path, and an optional subMenu array for nested navigation.sidebar.json without touching React components.src/pages/_app_.tsx.config/sidebar.json to define the menu labels, icon classes, and paths, including submenus.The template follows the standard Next.js project structure, so pages are added under the pages directory and components under components (implied by the framework conventions).
