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

Home

Home card

A tappable row on the home screen. Renders as a button only when it does something.

Install

npx shadcn@latest add https://ui.inflection.network/r/home-card.json

Pulls in utils automatically.

Usage

conversation

Props

NameTypeDescription
title*string
descriptionstringClamped to two lines.
metaReactNodeA byline or timestamp under the description.
avatarsstring[]Faces in the conversation. Capped at three.
onClick() => voidWhen present the card renders as a real button, not a clickable div.

* required