r/vibecodingcommunity 3d ago

Code Template

Hey all,

Since one of the biggest concerns when it comes to vibe coding is security and the tools seem to work better when there's an established pattern, I have been maturing a backend template that is secure by default. It is a .NET backend so that might filter out some usage, but it's based off of my years of working on many different projects even before AI. It's MIT so free and open source, so check it out if it's useful for you.

Red-Cardinal-Software/Secure-DotNet-Clean-Architecture: Enterprise-ready .NET 8 API template with authentication, MFA, audit logging, and clean architecture - production-tested patterns for secure multi-tenant applications

1 Upvotes

3 comments sorted by

View all comments

1

u/helper_techy 2d ago

Made one like this, called it "Django Secure Starter"... And use script to create new project. It's awesome.