UI for AI agents

Show RAG sources & citations in React

Retrieval-augmented answers need attribution to be trusted. Render the sources behind each response as compact citation cards so users can verify where the AI got its information.

Components you'll use

Install

Add every component above with the shadcn CLI. You own the source after install.

pnpm dlx shadcn@latest add https://ui.vllnt.ai/r/ai-source-citation.json
pnpm dlx shadcn@latest add https://ui.vllnt.ai/r/ai-message-bubble.json

Frequently asked

How do I show sources for a RAG answer?
Render an AI Source Citation card per retrieved source — each shows a title, origin label, and optional excerpt — beneath the AI Message Bubble that contains the answer.