Skip to content

Commit 8abe0fe

Browse files
committed
Add WhatsNew
1 parent 8b2df56 commit 8abe0fe

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

MyApp/_podcasts/2025-12-02_v10-release.md renamed to MyApp/_podcasts/2025-12-02_v10-0-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ServiceStack v10 Release
33
summary: ServiceStack v10: native support for .NET 10 LTS, OpenAPI, Swagger UI, Scalar. Vibe Code ready React Templates and more!
44
tags: [release,react,tailwind,typescript,admin-ui,ai]
5-
url: https://media.servicestack.com/podcasts/v8-10-release.mp3
5+
url: https://media.servicestack.com/podcasts/v10-0-release.mp3
66
media: {size:13118533,duration:884.122993,format:mp3}
77
---
88

MyApp/_posts/2025-11-20_ai-chat-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AI Chat history persistence and Admin Analytics UI
33
summary: Maintain a persistant history of all AI Chat requests and responses
44
tags: [llms,ai,chat,admin-ui,analytics]
55
author: Demis Bellot
6-
image: https://images.unsplash.com/photo-1551288049-bebda4e38f71?crop=entropy&fit=crop&h=1000&w=2000
6+
image: ./img/posts/ai-chat-analytics/bg.webp
77
---
88

99
ServiceStack's [AI Chat](https://docs.servicestack.net/ai-chat-api) feature provides a unified API for integrating multiple AI providers into your applications. To gain visibility into usage patterns, costs, and performance across your AI infrastructure, the platform includes comprehensive chat history persistence and analytics capabilities.

MyApp/_posts/2025-11-21_ai-chat-servicestack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FREE Gemini, Minimax M2, GLM 4.6, Kimi K2
33
summary: The best OSS language models, now available for FREE in AI Chat!
44
tags: [llms,ai,chat,admin-ui,analytics]
55
author: Demis Bellot
6-
image: https://images.unsplash.com/photo-1640011655323-a14d80feac25?crop=entropy&fit=crop&h=1000&w=2000
6+
image: ./img/posts/ai-chat-servicestack/bg.webp
77
---
88

99
To give AI Chat instant utility, we're making available a free `servicestack` OpenAI Chat provider that can be enabled with:

MyApp/_posts/2025-12-07_replacing-legacy-uis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Replacing Legacy UIs in an AI-First world
33
summary: Rewriting legacy UIs on modern AI-First stacks are now cheaper and faster than traditional development.
44
tags: [llms,ai,react]
55
author: Demis Bellot
6-
image: https://images.unsplash.com/photo-1429497419816-9ca5cfb4571a?crop=entropy&fit=crop&h=1000&w=2000
6+
image: ./img/posts/replacing-legacy-uis/bg.webp
77
draft: true
88
---
99

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Rewriting Legacy UIs in an AI-First World
3+
url: https://react-templates.net/docs/vibe-coding/rewrite-legacy-uis
4+
image: ./img/posts/replacing-legacy-uis/bg.webp
5+
order: 3
6+
---
7+
8+
Software development has reached an inflection point where rewriting complete application UIs now takes hours instead of months. With AI models excelling at code transformations, **your existing codebase becomes the perfect specification** - defining all features, workflows, edge cases, and business logic with zero ambiguity.
9+
10+
We've demonstrated this with [techstacks.io](https://techstacks.io), migrating **20 pages** and **23 components** from Nuxt.js/Vuetify to **Next.js 16/React 19/Tailwind v4** in just a couple of days (with the actual AI-assisted migration taking only hours). The previous manual migration took several weeks.
11+
12+
The real ROI isn't the one-time rewrite - it's the velocity gained afterward. On an AI-native stack, features like "Add dark mode" or "Implement infinite scrolling" become natural-language prompts instead of developer tickets. For many legacy frontends, **it's now cheaper to rewrite than to keep refactoring**. Learn more about [Replacing Legacy UIs in an AI-First World](https://servicestack.net/posts/replacing-legacy-uis).

0 commit comments

Comments
 (0)