Ship the admin console, not the scaffolding.
A Laravel starter wired to a component kit that is already built, already accessible and already themed. Authentication, two-factor, passkeys and settings ship working on day one.
What you start with
Every piece below is already wired up in this repository — not a checklist of things to go and build.
Authentication, done
Login, registration, password reset, email verification, two-factor and passkeys — all served by Laravel Fortify and covered by the test suite.
An 86-component kit
Buttons, forms, tables, overlays and the navigation rail this app runs on, each reading design tokens rather than hardcoded colour.
Re-skin by token
The palette is a handful of CSS custom properties in app.css. Change them and every component repaints — no forks, no patched vendor files.
Take a look inside
Sign in and the black-and-yellow shell is waiting behind it.