Starter kits should include some core libraries and technologies that a new project will need. These pieces should come configured according to best practices and be ready to use togther as a unit.
Framework?: (Next, Nuxt, SvelteKit, Remix, etc)
UI: (react, vue, angular, etc)
Data Fetching and/or State Management: (redux, ngrx, rxjs, react-query, apollo, etc)
This is part of the feedback for https://github.com/thisdot/starter.dev/pull/262.
From our readme:
Currently, there seem to be no styling solution included. Decide on one and add it.