Skip to content

Commit 9c01b9a

Browse files
committed
added dojo video
1 parent a573072 commit 9c01b9a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/overview.mdx

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,30 @@ AG‑UI is the boundary layer where AI agents and users meet. It standardizes ho
241241
</div>
242242
</div>
243243

244+
## AG-UI in action
245+
246+
<div style={{textAlign: 'center', margin: '3rem 0 1rem 0'}}>
247+
<video
248+
width="100%"
249+
height="auto"
250+
autoPlay
251+
muted
252+
loop
253+
controls
254+
style={{maxWidth: '800px', borderRadius: '12px', boxShadow: '0 8px 32px rgba(0, 0, 0, 0.12)'}}
255+
>
256+
<source src="/videos/Dojo-overview.mp4" type="video/mp4" />
257+
Your browser does not support the video tag.
258+
</video>
259+
</div>
260+
261+
<Callout type="info" icon="lightbulb">
262+
You can see demo apps of the AG-UI features with the framework of your choice, with preview, code and walkthrough docs in the [AG-UI Dojo](dojo.ag-ui.com)
263+
</Callout>
264+
244265
---
245266

246-
## Design patterns
267+
## AG-UI Design patterns
247268

248269
<Steps>
249270
<Step title="Explore reusable interaction patterns">

0 commit comments

Comments
 (0)