Showcase / live verticals
Live assistants your customers can build this afternoon.
Every example below is a real widget talking to a real server route - themed to a fictional customer's brand, not ours. Switch verticals; the conversation you started survives the switch.
A docs assistant that cites its sources
This assistant answers from the very documentation you’re browsing on this site - retrieval-augmented, with every answer linking to the exact section it came from. No hallucinated prop names, and an honest “the docs don’t cover that” when they don’t.
- 1Your docs are the knowledge base. The server chunks our /docs pages with the widget’s own heading-aware
chunkMarkdownand serves them through the pluggableretrievaloption - no separate ingestion pipeline to keep in sync. - 2Retrieval you can see. The model calls a real
searchKnowledgetool; the matched sections show up in the transcript before the answer does. - 3Anchor-level citations. Sources deep-link to the exact heading (
/docs/guides/theming#mode), rendered by the widget’s built-in citations UI - zero client code.
Try: “How do I theme the widget to my brand?” then click a citation. Prefer hosted? Ingest your docs once in the dashboard and swap in createHostedKnowledgeRetriever.
From install to vertical
Every demo is one route handler and one component.
buildTools exposes the vertical’s actions on the server, toolRenderers turns real results into cards, and actionRenderers reports what each action actually did.
Build the vertical your product needs.