--- title: MVC Project Templates --- All ServiceStack Projects can be created from ServiceStack's Start Page:

servicestack.net/start

Or using the .NET [x dotnet tool](/dotnet-new): :::sh dotnet tool install --global x ::: ## mvc .NET 10.0 MVC Identity Auth Tailwind Websites [![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc.png)](https://github.com/NetCoreTemplates/mvc) :::sh npx create-net mvc ProjectName ::: ## mvc-bootstrap [![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc-bootstrap.png)](https://github.com/NetCoreTemplates/mvc-bootstrap) :::sh npx create-net mvc-bootstrap ProjectName :::