Free components for building your own support agent — bring any backend.Want the agent too? Inflection resolves support requests inside your app.

Block

Help centre

Search, browse and read articles in one surface. Filters locally until you give it a server search.

Install

npx shadcn@latest add https://ui.inflection.network/r/help-center.json

Pulls in utils, help-search, article-list, article-view automatically.

Usage

3 results

Props

NameTypeDescription
articles*HelpArticle[]`{ id, title, summary?, body }`. `body` is your rendered markup.
onSearch(query: string) => voidServer-side search. Without it the block filters locally.
footerReactNodeUnder an article — usually a link into the conversation.

* required