Comprehensive and Interactive API Analytics
We’re excited to announce ServiceStack v8.7 which introduces comprehensive API Analytics for all ServiceStack Apps configured with SQLite Request Logging. This powerful new feature provides deep and invaluable insights into your System API Usage, device distribution, users, API Keys, and originating IPs.
Gain visibility into your API usage, monitor performance, understand user interactions, and facilitate troubleshooting.
The interactive analytics allow you to drill down into individual APIs, Users, API Keys, and IPs, linking back to the detailed request logs. You can visualize user and traffic source distribution, track API usage trends over time, and understand the usage patterns of different API functionalities. Key metrics like request volume, response times, and the most and least used endpoints are readily available.
Admin UI Management for Identity Claims and Roles
This latest finalizes the transition to ASP .NET Core Identity Auth with complete Admin UI Management for Identity Auth features, now featuring Admin UIs for managing Identity Auth Roles and Claims for Users and Roles.
The new Roles Admin UI allows for easy addition and removal of roles. It also supports customization for Apps using extended IdentityRole data models or different PrimaryKey types and enables the addition and removal of Claims directly to a Role. These Role Claims behave as if they were individually applied to all Users with that Role, populating their Authenticated ClaimsPrincipal upon login.
For granular control, a new User Claim Management UI allows for assigning Claims to individual Users. This robust system enables the implementation of permission-like systems, where access to APIs can be restricted based on assigned Claims and allows developers to customize error messages for different missing claim types.
New Angular 19 Identity Auth Tailwind SPA Template
This release also includes the new Angular 19 ASP.NET Core Tailwind SPA Template that’s been rewritten from previous versions, moving from Angular 15 to Angular 19 to leverage the latest advancements in Angular’s developer experience and performance.
This new template offers seamless integration with ASP.NET Core Identity Auth, providing ready-to-use features like registration, login, and user management.
It utilizes Tailwind v4 CSS to for development of beautiful and responsive user interfaces that includes built-in support for Dark Mode.
The template includes an Angular port of many Vue Components including a customizable DataGrid component and reusable input components with built-in validation.
Notably, the template supports both RxJS Observables and Angular Signals, offering flexibility for modern Angular reactivity, providing a productive starting point for building robust and feature-rich Angular applications.
Text to Blazor now utilizing world’s best coding models
After the positive reception we’ve received for Text to Blazor we’ve now upgraded it to use the best (non-thinking) coding LLMs from the leading AI and OSS companies, inc:
100+ Blazor CRUD Apps Created!
Since Text to Blazor’s announcement in ServiceStack’s last release we’re happy to report that more than 100+ Blazor CRUD Apps have been created and downloaded!
Text to Blazor queries 5 leading AI coding models to generate 5x different Data Models, APIs, DB Migrations and Admin UIs which you choose amongst to pick the best one that matches your requirements for your new CRUD App:
AI Server improvements
AI Server continues to receive a steady stream of improvements during this release. This latest update introduces support for a wide range of new state-of-the-art LLM models, including Google’s gemini-pro-2.5, OpenAI’s o1 and o3 models, Meta’s llama4, and many more.
AI Server’s Management UI has been updated to include Comprehensive Analytics to provide deep and invaluable insight into your System API Usage, device distribution, API Keys and the IPs where most traffic generates.
We’ve also added custom rendering for thinking responses. Furthermore, AI Server now supports
Ollama Vision Models, enabling the use of powerful open-source models likegemma3:27b and mistral-small:24b for image understanding.
New Ollama Endpoints like OllamaGeneration
and improvements to ImageToText
have been implemented to leverage these vision capabilities. Upgrade now to experience these enhanced features for managing your AI integrations.
Please checkout the ServiceStack v8.7 Release Notes for more info.