Skip to content

Commit 800c361

Browse files
committed
cards
1 parent 955c4e3 commit 800c361

File tree

1 file changed

+45
-34
lines changed

1 file changed

+45
-34
lines changed

docs/introduction.mdx

Lines changed: 45 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -258,55 +258,38 @@ AG-UI was born from an initial partnership between CopilotKit, LangGraph and Cre
258258

259259
Choose the path that fits your needs:
260260

261-
<CardGroup cols={2}>
262-
<Card
263-
title="AG-UI Middleware Connectors"
264-
icon="bolt"
265-
href="/quickstart/middleware"
266-
color="#3B82F6"
267-
iconType="solid"
268-
>
269-
Connect AG-UI with existing protocols, in process agents or custom solutions
270-
**using TypeScript**
271-
</Card>
272-
261+
<CardGroup cols={3}>
273262
<Card
274-
title="AG-UI Compatible Servers"
275-
icon="wrench"
276-
href="/quickstart/server"
263+
title="Build agentic applications"
264+
icon="rocket"
265+
href="/quickstart/applications"
277266
color="#3B82F6"
278267
iconType="solid"
279268
>
280-
Implement AG-UI compatible servers **using Python or TypeScript**
269+
Build agentic applications powered by AG-UI compatible agents.
281270
</Card>
282-
283-
</CardGroup>
284271

285-
## Resources
286272

287-
Explore guides, tools, and integrations to help you build, optimize, and extend
288-
your AG-UI implementation. These resources cover everything from practical
289-
development workflows to debugging techniques.
290-
291-
<CardGroup cols={2}>
292273
<Card
293-
title="Developing with Cursor"
294-
icon="rocket"
295-
iconType="light"
274+
title="Build new AG-UI integrations"
275+
icon="plug"
276+
href="/quickstart/introduction"
296277
color="#3B82F6"
297-
href="/tutorials/cursor"
278+
iconType="solid"
298279
>
299-
Use Cursor to build AG-UI implementations faster
280+
Build integrations for new agent frameworks, custom in-house solutions, or use AG-UI without any agent framework.
300281
</Card>
282+
301283
<Card
302-
title="Troubleshooting AG-UI"
303-
icon="bug"
304-
iconType="light"
284+
title="Build AG-UI compatible clients"
285+
icon="desktop"
286+
href="/quickstart/clients"
305287
color="#3B82F6"
306-
href="/tutorials/debugging"
288+
iconType="solid"
307289
>
308-
Fix common issues when working with AG-UI servers and clients
290+
Build new clients for AG-UI-compatible agents (web, mobile, slack, messaging, etc.)
309291
</Card>
292+
310293
</CardGroup>
311294

312295
## Explore AG-UI
@@ -335,6 +318,34 @@ Dive deeper into AG-UI's core concepts and capabilities:
335318
</Card>
336319
</CardGroup>
337320

321+
## Resources
322+
323+
Explore guides, tools, and integrations to help you build, optimize, and extend
324+
your AG-UI implementation. These resources cover everything from practical
325+
development workflows to debugging techniques.
326+
327+
<CardGroup cols={2}>
328+
<Card
329+
title="Developing with Cursor"
330+
icon="rocket"
331+
iconType="light"
332+
color="#3B82F6"
333+
href="/tutorials/cursor"
334+
>
335+
Use Cursor to build AG-UI implementations faster
336+
</Card>
337+
<Card
338+
title="Troubleshooting AG-UI"
339+
icon="bug"
340+
iconType="light"
341+
color="#3B82F6"
342+
href="/tutorials/debugging"
343+
>
344+
Fix common issues when working with AG-UI servers and clients
345+
</Card>
346+
</CardGroup>
347+
348+
338349
## Contributing
339350

340351
Want to contribute? Check out our

0 commit comments

Comments
 (0)