fullstackhero/dotnet-starter-kit — reverse-engineered prompt
Reverse engineered prompt
Build me a production ready .NET 10 starter kit for a multi tenant SaaS app. I want the backend API set up so a team can start building real features right away instead of wiring all the basics from scratch.
It should include user accounts, login, refresh tokens, roles and permissions, tenant management, audit logs for security and errors, webhook subscriptions with delivery history, background jobs, caching, email support, file storage hooks, health checks, and API docs. Make the code modular so each area is separated cleanly and new features can be added without making a mess.
Please include a simple local developer setup with Docker for the database and cache, and make it possible to run everything locally in one command if the required tools are installed. Add deployment files for a single server Docker Compose setup. Include tests that protect the architecture boundaries and a short README with setup, run, test, and deploy instructions. Look up current docs online if you need to.
Want more depth? Deep Reverse