--- title: MVC Project Templates --- All ServiceStack Projects can be created from ServiceStack's Start Page:
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://github.com/NetCoreTemplates/mvc) :::sh npx create-net mvc ProjectName ::: ## mvc-bootstrap [](https://github.com/NetCoreTemplates/mvc-bootstrap) :::sh npx create-net mvc-bootstrap ProjectName :::