[PR #128] [MERGED] docs: add more chatui examples #147

Closed
opened 2026-02-16 03:15:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/128
Author: @thucpn
Created: 6/6/2025
Status: Merged
Merged: 6/9/2025
Merged by: @marcusschiesser

Base: mainHead: tp/add-more-chatui-examples


📝 Commits (10+)

📊 Changes

17 files changed (+1070 additions, -39 deletions)

View changed files

.changeset/gentle-comics-ring.md (+7 -0)
apps/web/app/demo/canvas/custom/page.tsx (+305 -0)
📝 apps/web/app/demo/canvas/page.tsx (+23 -11)
📝 docs/chat-ui/artifacts.mdx (+153 -0)
📝 examples/nextjs/.eslintrc.js (+2 -0)
📝 examples/nextjs/README.md (+51 -7)
examples/nextjs/app/api/chat/edge/route.ts (+98 -0)
📝 examples/nextjs/app/page.tsx (+7 -2)
examples/nextjs/app/rsc/action.tsx (+194 -0)
examples/nextjs/app/rsc/ai.ts (+19 -0)
examples/nextjs/app/rsc/layout.tsx (+25 -0)
examples/nextjs/app/rsc/page.tsx (+81 -0)
examples/nextjs/app/rsc/use-chat-rsc.tsx (+61 -0)
📝 packages/chat-ui/src/chat/canvas/artifact-card.tsx (+14 -6)
📝 packages/chat-ui/src/chat/canvas/artifacts.ts (+26 -13)
📝 packages/chat-ui/src/index.tsx (+2 -0)
📝 packages/chat-ui/src/widgets/index.tsx (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/chat-ui/pull/128 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/add-more-chatui-examples` --- ### 📝 Commits (10+) - [`9478d49`](https://github.com/run-llama/chat-ui/commit/9478d49cf0be98b6a671fb1de5ff60489ca9a7f2) link to custom canvas - [`f78b692`](https://github.com/run-llama/chat-ui/commit/f78b69276803ca33b9e78f9c665be2753a45333e) add custom page - [`89c9cde`](https://github.com/run-llama/chat-ui/commit/89c9cde9ac1cb8cbdd6d6e40d8fbbedb89aea9ac) update example and artifact card - [`4b041cd`](https://github.com/run-llama/chat-ui/commit/4b041cd60ad5cfc352e84490a27294351240d7f7) Create gentle-comics-ring.md - [`e94c22a`](https://github.com/run-llama/chat-ui/commit/e94c22aa59e72e7a97c93047d16a672accdb9e39) update example code - [`fffed17`](https://github.com/run-llama/chat-ui/commit/fffed17af11d6dc2a0cd36b2e18831600a9d5e2c) add edge example - [`92b6409`](https://github.com/run-llama/chat-ui/commit/92b640981e4251ea1487d0bc0ffbf708858fb8a4) init rsc structure - [`c61a5aa`](https://github.com/run-llama/chat-ui/commit/c61a5aa74103a86ba8d9dc6a708be87a6564fefc) rename page to rsc - [`22e1b43`](https://github.com/run-llama/chat-ui/commit/22e1b430e10e67d5b7e20ff44bc3d866e34acaac) add rsc page - [`727da68`](https://github.com/run-llama/chat-ui/commit/727da68d4d527b8ab06eb478602de9cd567b230c) fix message display ### 📊 Changes **17 files changed** (+1070 additions, -39 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/gentle-comics-ring.md` (+7 -0) ➕ `apps/web/app/demo/canvas/custom/page.tsx` (+305 -0) 📝 `apps/web/app/demo/canvas/page.tsx` (+23 -11) 📝 `docs/chat-ui/artifacts.mdx` (+153 -0) 📝 `examples/nextjs/.eslintrc.js` (+2 -0) 📝 `examples/nextjs/README.md` (+51 -7) ➕ `examples/nextjs/app/api/chat/edge/route.ts` (+98 -0) 📝 `examples/nextjs/app/page.tsx` (+7 -2) ➕ `examples/nextjs/app/rsc/action.tsx` (+194 -0) ➕ `examples/nextjs/app/rsc/ai.ts` (+19 -0) ➕ `examples/nextjs/app/rsc/layout.tsx` (+25 -0) ➕ `examples/nextjs/app/rsc/page.tsx` (+81 -0) ➕ `examples/nextjs/app/rsc/use-chat-rsc.tsx` (+61 -0) 📝 `packages/chat-ui/src/chat/canvas/artifact-card.tsx` (+14 -6) 📝 `packages/chat-ui/src/chat/canvas/artifacts.ts` (+26 -13) 📝 `packages/chat-ui/src/index.tsx` (+2 -0) 📝 `packages/chat-ui/src/widgets/index.tsx` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:15:22 -05:00
yindo closed this issue 2026-02-16 03:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#147