Starting a new project means wiring up the same boilerplate again: bundler config, linting, state management, component scaffolding. I put together 20 ready-to-use templates so you can skip that step. Each one is self-contained with its own package.json, README, and runnable source.
GitHub: dsheiko/boilerplate
The same app, different stacks
All framework templates solve the same problem: fetch a Star Wars characters list from a local JSON file and render it in a table. That makes it easy to compare how Redux, Zustand, Pinia, SolidJS createStore, and Svelte writable each handle the exact same task.
Redux Toolkit (React)






