Skip to content
Draft
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
58 changes: 20 additions & 38 deletions src/frontend/src/content/docs/aspireconf/index.mdx
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
---
title: Save the date!
title: That's a wrap!
giscus: false
head:
- tag: title
content: Aspire Conf — March 23, 9:00a PT
description: Save the date and tune in for Aspire Conf on March 23! A free livestream event. Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents.
content: Aspire Conf — Thank you for watching!
description: Thank you for joining us and celebrating the release of Aspire 13.2. Watch the replay on YouTube and connect with us on Discord, X, and BlueSky.
template: splash
editUrl: false
next: false
prev: false
hero:
tagline: Aspire Conf <h6>March 23, 9:00 AM PT</h6> <p>Save the date and tune in for our free, livestream event. </p><p> Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents.</p>
tagline: Aspire Conf <p>Thank you for joining us and celebrating the release of Aspire 13.2. Watch the replay on our <a href="https://www.youtube.com/watch?v=6j61K9Sna2M">YouTube channel</a>.</p>
image:
alt: Aspire logo
file: ../../../assets/aspire-hero.png
actions:
- text: Save the date
link: /calendar/aspire-conf-2026.ics
attrs:
data-track: 'aspire-conf-2026-save-date'
data-track-action-type: 'CL'
data-track-behavior: 'DOWNLOAD'
data-bi-bhvr: '40'
- text: Watch live
link: '#watch-the-live-stream'
- text: Get Aspire 13.2
link: /get-started/install-cli/
- text: Get your T-shirt
link: 'https://www.bonfire.com/aspire-conf-choose-your-starter/'
variant: secondary
---

Expand All @@ -38,38 +33,25 @@ import { sessions } from '@data/aspireconf-sessions';
import YouTubeEmbed from '@components/YouTubeEmbed.astro';
import TwitchEmbed from '@components/TwitchEmbed.astro';

<h2 style="margin-top: 0;">Come meet the new Aspire</h2>

<div style="max-width: 100%;">

Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents. With code-centric control, orchestrate and observe simple or complex systems with no rewrites, and deploy anywhere. Come meet the new Aspire.


Streaming live on <a href="https://www.youtube.com/watch?v=6j61K9Sna2M">YouTube</a> and <a href="https://www.twitch.tv/aspiredotdev">Twitch</a>, ask questions and interact with us live. We hope to see you there!
<Tabs syncKey="live-stream-source">
<TabItem value="youtube" label="YouTube" icon="youtube">
<YouTubeEmbed videoId="6j61K9Sna2M" title="Aspire Conf 2026 Livestream" />
</TabItem>
<TabItem value="twitch" label="Twitch" icon="twitch">
<TwitchEmbed channel="aspiredotdev" title="Aspire Conf on Twitch" />
</TabItem>
</Tabs>

<br />
</div>

{sessions.length > 0 && (

<>
<h2>Explore sessions</h2>
<h2>Connect with us</h2>

<p class='pt-2 pb-2'>We'll have sessions for everyone and every skill level. All developers welcome no matter what languages, frameworks, compute environments, clouds, or coding agents you use. See how Aspire provides the primitives that make AI-assisted development practical and fun.</p>
<p class='pt-2 pb-2'>The event may be over, but the conversation isn't! Join us on <a href="https://discord.com/invite/raNPcaaSj8">Discord</a> to chat with the team and community members, ask questions, and share feedback. Follow us on <a href="https://x.com/aspiredotdev">X</a> and <a href="https://bsky.app/profile/aspire.dev">BlueSky</a> for announcements, clips, and quick updates. See you there!
</p>

<SessionGrid sessions={sessions} />
</>
)}

## Watch the live stream

When the live stream is active, you can watch it here with either YouTube or Twitch embeds.

<Tabs syncKey="live-stream-source">
<TabItem value="youtube" label="YouTube" icon="youtube">
<YouTubeEmbed videoId="6j61K9Sna2M" title="Aspire Conf 2026 Livestream" />
</TabItem>
<TabItem value="twitch" label="Twitch" icon="twitch">
<TwitchEmbed channel="aspiredotdev" title="Aspire Conf on Twitch" />
</TabItem>
</Tabs>
)}
Loading