Skip to content

Commit ee8a645

Browse files
committed
Add replacing-legacy-uis podcast
1 parent 40b63fb commit ee8a645

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Replacing Legacy UIs in an AI-First world
3+
summary: Rewriting legacy UIs on modern AI-First stacks are now cheaper and faster than traditional development.
4+
tags: [llms,ai,react]
5+
author: Demis Bellot
6+
url: https://media.servicestack.com/podcasts/replacing-legacy-uis.mp3
7+
media: {size:10260256,duration:692.999546,format:mp3}
8+
---
9+
10+
In this episode, we explore a major inflection point in software development: modern AI tools have made it faster and cheaper to **rewrite legacy user interfaces (UIs)** than to keep patching and refactoring them. We look at how years of workarounds, outdated patterns, and accumulated **technical debt** make many legacy UIs better candidates for full replacement—especially when you take an **AI-first** approach to rebuilding them.
11+
12+
You’ll hear about a development style the author calls **“Vibe Coding”**—using your existing application as a **perfect blueprint** that AI models can follow to recreate your UI in a modern framework. Instead of starting from scratch, AI agents read and interpret your current codebase, then help translate it into technologies like **Next.js 16, React 19, TypeScript, and Tailwind CSS v4** with surprising accuracy.
13+
14+
We also dive into a **real-world case study**: migrating the TechStacks UI from a Nuxt/Vuetify stack to a more **AI-friendly stack**, in a fraction of the time and cost of a previous migration. The episode closes by focusing on the biggest long-term payoff: once your app is on a clean, modern foundation, your **post-migration velocity** skyrockets—future features and UI changes can be implemented rapidly through **natural-language prompts** to AI agents, fundamentally changing how teams ship software.

MyApp/_posts/2025-11-17_ai-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class ConfigureAiChat : IHostingStartup
4343
// "openrouter_free",
4444
// "ollama",
4545
// "google",
46-
// "anthropic",
46+
// "anthropic",e
4747
// "openai",
4848
// "grok",
4949
// "qwen",

MyApp/_posts/2025-11-19_replacing-legacy-uis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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.
4-
tags: [llms,ai,chat,admin-ui,analytics]
4+
tags: [llms,ai,react]
55
author: Demis Bellot
66
image: https://images.unsplash.com/photo-1429497419816-9ca5cfb4571a?crop=entropy&fit=crop&h=1000&w=2000
77
draft: true

0 commit comments

Comments
 (0)