diff --git a/.vitepress/theme/components/CoreModules.vue b/.vitepress/theme/components/CoreModules.vue
index 601b03c..501ee30 100644
--- a/.vitepress/theme/components/CoreModules.vue
+++ b/.vitepress/theme/components/CoreModules.vue
@@ -51,14 +51,14 @@ import { Globe, Terminal, Bot, CircleCheck } from 'lucide-vue-next'
-
+
-
AI & Agents
-
Build AI-native services and autonomous agents on the async core — register LLM providers, orchestrate tools, and stream responses through the same container and provider pattern that powers the rest of your app.
+
AI & MCP
+
Build AI-native services and MCP servers on the async core. Built on top of LangChain — wire LLM providers, expose tools over the Model Context Protocol, and stream responses through the same container and provider pattern that powers the rest of your app.
diff --git a/.vitepress/theme/components/HeroSection.vue b/.vitepress/theme/components/HeroSection.vue
index adcdc2d..b82d518 100644
--- a/.vitepress/theme/components/HeroSection.vue
+++ b/.vitepress/theme/components/HeroSection.vue
@@ -179,9 +179,9 @@
-
-
-
+
+
+
Architected for production
@@ -207,6 +207,14 @@
+
+
+
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 7f79f11..5cffcc2 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -13,7 +13,7 @@ jsonLd:
"name": "Fastapi Startkit Team"
---
-## Introduction
+# Introduction
FastAPI is excellent for quickly building APIs, but it intentionally leaves many application-level concerns to the developer. Things like environment management (including multiple environments), logging, database setup, configuration, CLI commands, storage, and other infrastructure are things you typically need to design and wire together yourself.