--- slug: explore-servicestack title: Explore ServiceStack --- If you're completely new to ServiceStack, the [YouTube channel](https://www.youtube.com/channel/UC0kXKGVU4NHcwNdDdRiAJSA/videos) is a great way to explore some of the possibilities easily enabled with ServiceStack: [![](/img/pages/overview/servicestack-youtube.png)](https://www.youtube.com/channel/UC0kXKGVU4NHcwNdDdRiAJSA/videos) ## Explore ServiceStack Apps A great way to learn new technology is to explore existing Apps built with it, where for ServiceStack you can find a number of simple focused Apps at: ### [.NET Core Apps](https://github.com/NetCoreApps/LiveDemos) ### [.NET Framework Apps](https://github.com/ServiceStackApps/LiveDemos#live-servicestack-demos) ### [Sharp Apps](https://sharpscript.net/sharp-apps/app-index) Many Apps are well documented like [World Validation](/world-validation) which covers how to re-implement a simple Contacts App UI in **10 popular Web Development approaches** - all calling the same ServiceStack Services. ServiceStack is a single code-base implementation that supports [.NET's most popular Server platforms](/why-servicestack#multiple-hosting-options) with near perfect source-code [compatibility with .NET Core](/netcore) so all .NET Frameworks Apps are still relevant in .NET Core, e.g. the [EmailContacts guidance](https://github.com/ServiceStackApps/EmailContacts) walks through the recommended setup and physical layout structure of typical medium-sized ServiceStack projects, including complete documentation of how to create the solution from scratch, whilst explaining all the ServiceStack features it makes use of along the way. ## Starting Project Templates Once you've familiarized yourself with ServiceStack and are ready to use it in action, get started with a customized starting project template from our online template builder at:

servicestack.net/start

[![](/img/pages/overview/servicestack-start.png)](https://servicestack.net/start)