@@ -258,55 +258,38 @@ AG-UI was born from an initial partnership between CopilotKit, LangGraph and Cre
258
258
259
259
Choose the path that fits your needs:
260
260
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 } >
273
262
<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 "
277
266
color = " #3B82F6"
278
267
iconType = " solid"
279
268
>
280
- Implement AG-UI compatible servers ** using Python or TypeScript **
269
+ Build agentic applications powered by AG-UI compatible agents.
281
270
</Card >
282
-
283
- </CardGroup >
284
271
285
- ## Resources
286
272
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 } >
292
273
<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 "
296
277
color = " #3B82F6"
297
- href = " /tutorials/cursor "
278
+ iconType = " solid "
298
279
>
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.
300
281
</Card >
282
+
301
283
<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 "
305
287
color = " #3B82F6"
306
- href = " /tutorials/debugging "
288
+ iconType = " solid "
307
289
>
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.)
309
291
</Card >
292
+
310
293
</CardGroup >
311
294
312
295
## Explore AG-UI
@@ -335,6 +318,34 @@ Dive deeper into AG-UI's core concepts and capabilities:
335
318
</Card >
336
319
</CardGroup >
337
320
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
+
338
349
## Contributing
339
350
340
351
Want to contribute? Check out our
0 commit comments