DEV Community

Maria John
Maria John

Posted on • Edited on

Stop Setting Up The Same Pages From Scratch On Every Project

Every time I started a new project, I found myself doing the exact same thing: running the same commands, creating the same pages, linking everything to React Router Dom, configuring the same tools. A whole day gone before writing a single line of actual product code.

And I know I'm not alone. Every developer goes through this. We just want to build the thing, but setup keeps getting in the way.

So I decided to do something about it.

I packaged all the pages I kept rebuilding into a single dashboard starter kit. Instead of spending a day on setup, you clone it and start building immediately.

What's included:

Login, Register, Dashboard, All Projects, Team Management and Settings pages: all connected and ready to go

Why this stack:

I built it with Vite + TypeScript + Tailwind + shadcn. Vite is significantly faster than Create React App, and Shadcn makes building components much faster than writing Tailwind from scratch every time. The result is a modern, production-ready setup that doesn't slow you down.

This kit is for developers who are tired of the setup ritual and just want to start building. Whether you're working on a SaaS product, a client project, or a portfolio piece, the boring part is already done.

I put it up on Gumroad for $19.

Live preview: [https://react-admin-dashboard-starter.vercel.app/]
Link: [https://salihabala.gumroad.com/l/nlgeie]

Top comments (0)