Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions src/frontend/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,30 +153,6 @@ Use Aspire's CLI to spin everything up locally or create deployment artifacts du
</a>
</CardGrid>

## Your coding agents, supercharged

**Aspire is the control plane for agentic development.** AI agents use your app model to understand, build, and operate your entire stack. [Configure your agents](/get-started/configure-mcp/).

<LoopingVideo
aria-label="Video of Aspire CLI being used by Copilot coding agent demonstrating building, operating, and debugging your entire stack."
sources={[
{
src: '/dashboard-demo-dark.mp4',
type: 'video/mp4',
title:
'Agent operating Aspire CLI (dark-theme) video demonstrating build, run, debug.',
theme: 'dark',
},
{
src: '/dashboard-demo-light.mp4',
type: 'video/mp4',
title:
'Agent operating Aspire CLI (light-theme) video demonstrating build, run, debug.',
theme: 'light',
},
]}
/>

## OpenTelemetry developer dashboard

**Monitor logs, metrics, and traces** in real time with the ready-to-use OpenTelemetry dashboard, integrated directly into your workflow. [Dive into the dashboard](/dashboard/).
Expand Down