Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js social media dashboard starter with API key configuration, built for a YouTube crash course series.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
NextJS Social Dashboard is a starter template for a social media analytics dashboard, built with Next.js and configured through environment variables, created by Benjamin Carlson for his YouTube crash course series.
The NextJS Social Dashboard is a Next.js starter project that produces a social media dashboard interface after you supply API keys in a .env file. It runs on the Node.js ecosystem through the Yarn package manager, and its standard setup is: clone the repository, edit .env with your own API keys, run yarn to install dependencies, and run yarn dev to launch the development server. The project was built during a public NextJS crash course series on YouTube by Benjamin Carlson, and the playlist is linked in the repository for anyone who wants to follow along. Its GitHub topics include dashboard, social, starter, and nextjs, confirming its purpose as a base template for social dashboard apps.
The setup is a four-step process: first, clone the repository from GitHub; second, edit the .env file to insert your API keys; third, run yarn to install all dependencies; and fourth, run yarn dev to start the development server and view the dashboard locally.
