Skip to content

Commit 9b343a4

Browse files
committed
Add new podcasts
1 parent 1cd810e commit 9b343a4

5 files changed

Lines changed: 33 additions & 25 deletions

File tree

MyApp/_podcasts/2025-10-31_ai-chat-ui.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

MyApp/_podcasts/2025-11-12_v8-10-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ServiceStack v8.10 Release
33
summary: Latest features in ServiceStack v8.10 including 1st class React & Tailwind CSS support, AI Chat, AI Search and more!
44
tags: [release,react,tailwind,typescript,admin-ui,ai]
55
url: https://media.servicestack.com/podcasts/v8-10-release.mp3
6-
media: {size:14780679,duration:1053.309388,format:mp3}
6+
media: {size:15642438,duration:1045.246259,format:mp3}
77
---
88

99
This episode announces **ServiceStack v8.10**, highlighting its focus on **AI-First Development** by introducing first-class support for React and Tailwind CSS given their growing popularity for AI-generated UIs.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: React + Tailwind + TypeScript for AI-First Development
3+
summary: First-class React support optimized for AI-assisted development with new React component library & project templates
4+
tags: [react,autoquery,admin]
5+
author: Demis Bellot
6+
url: https://media.servicestack.com/podcasts/react.mp3
7+
media: {size:12904502,duration:918.534966,format:mp3}
8+
---
9+
10+
This episode introduces **ServiceStack's first-class React support**, optimized for **AI-assisted development** and the emerging "Vibe Coding" paradigm where developers guide AI to generate **React and Tailwind UIs**—now the de facto standards for modern web development.
11+
12+
**ServiceStack's architecture** provides the foundation for effective AI code generation through declarative typed APIs and end-to-end type safety, delivering the crucial context AI models require to produce high-quality code.
13+
14+
The episode showcases **new React project templates** and a comprehensive **component library** designed to accelerate modern web application development, while demonstrating how **TypeScript Data Models** can generate C# AutoQuery APIs and database migrations—complete with practical examples of AI-generated application features.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AI Chat - A Simple OpenAI Chat Completions API, UI & Client LLM Gateway
33
summary: Unlock the value of OpenAI Chat APIs using a simple, serializable ChatCompletion DTO that works everywhere
44
tags: [llms,ai,openai,chat]
55
author: Demis Bellot
6-
url: https://media.servicestack.com/podcasts/apikey_auth_apis.mp3
6+
url: https://media.servicestack.com/podcasts/ai-chat.mp3
77
media: {size:13193573,duration:950.256327,format:mp3}
88
---
99

@@ -17,5 +17,4 @@ leading to vendor lock-in and required rewrites. By centering the design around
1717
**ServiceStack.AI.Chat** offers advantages like easy data persistence, client-side usability, and
1818
simplified debugging, while also supporting multi-modal content like images and audio.
1919

20-
The solution includes robust **model routing and failover** capabilities configured via a simple `llms.json` file,
21-
and is compatible with its Python counterpart, [llms.py](https://github.com/ServiceStack/llms).
20+
The solution includes robust **model routing and failover** capabilities configured via a simple `llms.json` file, and is compatible with its Python counterpart, [llms.py](https://github.com/ServiceStack/llms).
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Ask ServiceStack Docs - Introducing AI Search
3+
summary: Learn about the new AI Search feature - Typesense Conversational RAG for ServiceStack Docs
4+
tags: [llms,ai,docs]
5+
author: Demis Bellot
6+
url: https://media.servicestack.com/podcasts/ai-chat.mp3
7+
media: {size:13193573,duration:950.256327,format:mp3}
8+
---
9+
10+
In this episode, we explore ServiceStack Docs' new AI Search feature, which leverages Typesense Conversational Search and Retrieval-Augmented Generation (RAG) capabilities to deliver intelligent, context-aware answers from documentation.
11+
12+
We discuss how this AI Search serves users seeking conversational explanations, conceptual understanding, and answers to complex "how-to" questions, distinguishing it from traditional instant search for specific lookups.
13+
14+
The hosts dive into key features including a conversational interface, support for multi-turn conversations that maintain context, and answers grounded in documentation with relevant links and snippets. On the technical side, we examine how the system indexes content using a scraper, utilizes Typesense's multi_search API, and sends queries to the Gemini Flash 2.5 LLM for generating responses.
15+
16+
The episode concludes with a discussion on how this functionality enhances developer learning, troubleshooting, and team onboarding by providing quick, synthesized access to the knowledge base.

0 commit comments

Comments
 (0)