Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
SimpleDash is a clean Twitch dashboard that shows your streaming data in a simple UI.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
SimpleDash is a GitHub-hosted dashboard web app that lets you log in with Twitch and view your channel data in a clean, minimal interface, built with Next.js. It is bootstrapped from create-next-app, uses Chakra UI for styling, NextAuth for Twitch OAuth, and is deployed on Vercel at dash.matwebsites.com.
SimpleDash is a Next.js web application that serves as a data dashboard for Twitch, currently the only supported service. Users sign in with their Twitch account and then navigate to a Dashboard page that displays various channel variables in a simple and clean format. The codebase is a standard create-next-app starter with Chakra UI components and NextAuth authentication, and the live demo runs on Vercel.
The repository metadata describes it as "a simple and clean way to view data from services such as Twitch (Currently only Twitch)." Its GitHub topics include "begginer-friendly," "beginner," "simple," "nextjs," "chakra-ui," "nextauth," and "twitch," signaling that it was built as a learning-friendly project.
Visit the live site at dash.matwebsites.com, click to log in with Twitch, and then head over to the Dashboard page to see the data. The README gives these three steps directly, and after authentication the dashboard displays the various Twitch variables in the clean Chakra UI layout.
Currently, SimpleDash supports only Twitch. The repository description explicitly says "Currently only Twitch," though the developer's note mentions a possible future YouTube API integration.
Yes, logging in is done through Twitch OAuth via NextAuth, so you must have a Twitch account to access the dashboard data.
The project is bootstrapped with create-next-app and deployed on Vercel. You can deploy it using the Vercel Platform and follow the standard Next.js deployment documentation, as the README suggests.
Yes, the GitHub topics include "begginer-friendly," "beginner," and "simple," and the project uses a standard create-next-app structure with NextAuth and Chakra UI.