Getting Started
Different ways for getting started with ServiceStack
Project templates, Walkthroughs, Docs and Videos
Choose what's best for you
Project templates, Walkthroughs, Docs and Videos
Choose what's best for you
Get the .NET SDK
If you haven't already got the .NET SDK installed, we recommended starting with the latest .NET SDK.
.NET
.NET Framework
ServiceStack APIsAPIs
Getting Started
Customize & Download a new C# Project
ServiceStack has a number of different integrated project templates to help you get started quickly
Empty Project Templates
Tailwind CSS Templates
Tailwind SPA Templates
Bootstrap CSS Templates
Markdown, Razor Pages, Vue & React Statically Generated Templates
Background MQ Workers
Alternatively create & restore this new custom Web App with the x dotnet tool:
x new web MyApp && cd MyApp && x mix -f autoquery ef-sqlite
Next
Project Overview