Built a simple .NET + Angular 16 Microservices Boilerplate to save setup time
Every time I kicked off a new enterprise project, I caught myself rewriting the same boilerplate stuff — auth, CI/CD, microservices wiring, frontend-backend integration.
So I bundled it all into a starter kit:
.NET backend + Angular 16 frontend
Preconfigured microservices architecture
Authentication & security basics
CI/CD ready out of the box
It’s bare-bones right now — more of a starting point than a framework. I’d love feedback:
Would you actually use a boilerplate like this?
What’s the one thing you’d want prebuilt before writing app features?
29 views


Replies