Show HN: React Kickstart – Interactive CLI for pre-configured React projects
1 gavb 0 9/10/2025, 11:55:00 AM github.com ↗
Built a CLI tool out of curiosity (and boredom) to generate React projects. It guides you through prompts for options like state management, TypeScript, linting, routing, api clients, deployment, testing, etc.
It even auto-opens your IDE with the generated project (only VS Code and Cursor supported at the moment).
I started this around the time create-react-app was officially deprecated earlier in 2025 and wondered "what if there was a similar tool but on steroids?" So I kept at it for a few months.
It'll be interesting to maintain this project in the future with so many options baked in, i.e managing dependencies, different React versions, etc. But let's see! I tried my very best to make the code as maintainable and robust as possible. Any contributions welcome if you feel the itch to do so.
Thanks!
No comments yet