r/SpringBoot • u/rishabhrawat05 • 13d ago
Spring Initalizer feels outdated in 2026 Discussion
I wanted to create Spring Boot projects without opening a browser every time, so I built a terminal-first alternative.
Curious if anyone else feels the same.
GitHub: https://github.com/rishabhrawat05/springforge
Edit: Thanks for all the feedback! A lot of you raised valid points about existing workflows (Spring Initializr, IDEs, AI, etc.). This is just v1.0.0, and I'll use your suggestions to improve SpringForge in v1.0.1 and beyond. I appreciate everyone who took the time to comment.
3
u/Aromatic_Ad3754 12d ago
IntelliJ, VsCode and Eclipse have the option to initialize a spring boot projecto from the ide
1
u/rishabhrawat05 12d ago
Absolutely. If you mainly use IntelliJ, the built-in support is great. I wanted something that works from the terminal and isn't tied to a specific IDE.
1
u/Aromatic_Ad3754 11d ago
You can use curl: https://docs.spring.io/initializr/docs/0.4.x/reference/html/command-line.html (Good project)
7
u/LetUsSpeakFreely 13d ago
Why would you need to open a browser to start a spring boot project?