All ServiceStack Projects can be created from ServiceStack's Start Page:
servicestack.net/start
Or using the .NET x dotnet tool:
dotnet tool install --global x
mvc
.NET 6.0 MVC Website with ServiceStack APIs
x new mvc ProjectName
MVC with Integrated Auth
mvcauth
.NET 6.0 MVC Website integrated with ServiceStack Auth
x new mvcauth ProjectName
TIP
Learn about using ServiceStack Auth in MVC
mvcidentity
.NET 6.0 MVC Website integrated with ServiceStack using MVC Identity Auth
x new mvcidentity ProjectName
TIP
Learn about using ASP.NET Identity Auth in ServiceStack
mvcidentityserver
.NET 6.0 MVC Website integrated with ServiceStack using IdentityServer4 Auth
x new mvcidentityserver ProjectName
TIP
Learn about using IdentityServer4 Auth in ServiceStack