I built AdminCore, a secure admin dashboard starter kit for Node.js + React.
It includes: - Cookie-based authentication with HttpOnly cookies - Role-based access (admin / user) - Protected routes via middleware - Full CRUD system - Clean SPA admin UI (modals, tabs)
I built this after re-implementing the same auth + admin logic on multiple projects. The goal is to save 3–5 days of setup time for devs building SaaS back offices or internal tools.
Happy to answer questions or get feedback.