Back to Examples

ServiceStack

Unlock the power of ServiceStack to easily build and integrate APIs. Discover seamless solutions for servicifying your existing systems today!

Lines
532
Sections
1

Want your own llms.txt file?

Generate a professional, AI-friendly file for your website in minutes!

llms.txt Preview

# ServiceStack

## Docs

Overview
 - [Why ServiceStack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/why-servicestack.md)
 - [Architecture Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/architecture-overview.md)
 - [Servicify existing Systems](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicify.md): Instantly Servicify existing Systems
 - [Explore ServiceStack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/explore-servicestack.md)

Releases
 - [Latest Release Notes](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/releases/v8_08.md): ServiceStack v8.8
 - [Release Notes History](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/release-notes-history.md)
 - [Pre-release NuGet Packages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/pre-release.md): Pre Release NuGet Packages

Getting Started
 - [Create your first WebService](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/create-your-first-webservice.md)
 - [Your first WebService explained](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/your-first-webservice-explained.md): Your first Web Service Explained
 - [Service API Design](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-design.md): ServiceStack API design
 - [Service Return Types](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-return-types.md)
 - [Design RESTful Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/design-rest-services.md)
 - [Design Message-based APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/design-message-based-apis.md)
 - [Modular Startup](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/modular-startup.md)
 - [dotnet tool - Win/Mac/Linux Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dotnet-tool.md): ServiceStack's .NET Core Utility Belt
 - [npx get-dtos](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/npx-get-dtos.md): Add ServiceStack Reference using npx get-dtos
 - [x new - Project Template](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dotnet-new.md): Create Projects with 'x new'
 - [app tool - .NET Windows Desktop](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore-windows-desktop.md): .NET Core Windows Desktop Apps
 - [mix tool - Mix n' Match .NET Apps](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/mix-tool.md): Mix features into ASP.NET Core Projects from Gists
 - [Post Command - Inspect HTTP APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/post-command.md): Post Command - HTTP API Command Line Utils

Background Concepts
 - [What is a Message-based Web Service](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/what-is-a-message-based-web-service.md): What is a Message-based WebService
 - [Advantages of message-based Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/advantages-of-message-based-web-services.md): Advantages of message-based WebServices
 - [Why Remote Services should use DTOs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/why-remote-services-use-dtos.md)
 - [Complexity, Services and Role of DTOs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-complexity-and-dto-roles.md)
 - [API First Development](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-first-development.md)

UIs
 - [Auto HTML API](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auto-html-api.md): Auto HTML API Page
 - [API Explorer](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-explorer.md)
 - [Locode](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/.md)
 - [Admin UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui.md)
 - [Admin Analytics UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-analytics.md): Admin UI Analytics
 - [Admin Identity Users UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-identity-users.md): Identity User Admin Feature
 - [Admin Identity Roles UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-identity-roles.md): Identity Roles & Claims UI
 - [Admin Manage Users UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-users.md): User Admin Feature
 - [Admin Redis](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-redis.md): Redis Admin
 - [Admin Database](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-database.md): Database Admin
 - [Admin DB Validation UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-validation.md): Admin UI Validation
 - [Admin Logging & Profiling UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-profiling.md): Logging & Profiling UI
 - [Admin UI Features](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-features.md)

Reference
 - [AppHost](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/host-configuration.md): AppHost Configuration
 - [IOC](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ioc.md): ServiceStack's IOC
 - [ASP.NET Core IOC](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/net-ioc.md)
 - [Routing](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/routing.md)
 - [Endpoint Routing](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/endpoint-routing.md)
 - [Rate Limiting](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/rate-limiting.md)
 - [Order of Operations](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/order-of-operations.md)
 - [Customize HTTP Responses](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/customize-http-responses.md)
 - [Customize JSON Responses](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/customize-json-responses.md)
 - [Configuration & AppSettings](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/appsettings.md)
 - [Metadata Pages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/metadata-page.md)
 - [ServiceStack.AI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicestack-ai.md)
 - [SVG Support](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/svg.md)
 - [REST, SOAP & default endpoints](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/endpoints.md)
 - [SOAP support](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/soap-support.md)

Error Handling
 - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/error-handling.md): Error Handling
 - [Validation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/validation.md): Validation and Error Handling
 - [World Validation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/world-validation.md)
 - [Declarative Validation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/declarative-validation.md)
 - [Debugging](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/debugging.md)

Clients
 - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/clients-overview.md): Service Clients Overview
 - [C#/.NET Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/csharp-client.md): C#/.NET Service Clients
 - [TypeScript Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/typescript-add-servicestack-reference.md)
 - [JavaScript Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/javascript-client.md): JsonServiceClient
 - [Java Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java-add-servicestack-reference.md)
 - [Swift Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/swift-add-servicestack-reference.md)
 - [Dart Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dart-add-servicestack-reference.md)
 - [Service Gateway](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-gateway.md)
 - [MQ Clients](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/messaging.md)

Add ServiceStack Reference
 - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/add-servicestack-reference.md): Add ServiceStack Reference
 - [C# Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/csharp-add-servicestack-reference.md): C# Add ServiceStack Reference
 - [TypeScript Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/typescript-add-servicestack-reference.md): TypeScript Add ServiceStack Reference
 - [JavaScript Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/javascript-add-servicestack-reference.md): ES6 Class Add ServiceStack Reference
 - [Python Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/python-add-servicestack-reference.md): Python Add ServiceStack Reference
 - [PHP Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/php-add-servicestack-reference.md): PHP Add ServiceStack Reference
 - [Swift Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/swift-add-servicestack-reference.md): Swift Add ServiceStack Reference
 - [Java Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java-add-servicestack-reference.md): Java Add ServiceStack Reference
 - [Kotlin Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/kotlin-add-servicestack-reference.md): Kotlin Add ServiceStack Reference
 - [Dart Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dart-add-servicestack-reference.md): Dart Add ServiceStack Reference
 - [F# Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/fsharp-add-servicestack-reference.md): F# Add ServiceStack Reference
 - [VB.NET Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vbnet-add-servicestack-reference.md): VB.NET Add ServiceStack Reference
Preview of ServiceStack's llms.txt file. View complete file (532 lines) →

Ready to create yours?

Generate a professional llms.txt file for your website in minutes with our AI-powered tool.

Generate Your llms.txt File