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

Block

Home screen

The panel's home view: greeting, a way in, the last conversation and announcements. A view, not an app — it owns no tabs.

Install

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

Pulls in utils, greeting-header, home-card, news-card automatically.

Usage

Hi there. How can we help?

Answers come from your docs, not from a script.

Props

NameTypeDescription
onStartConversation*() => void
greetingstringDefault: "Hi there. How can we help?"
subtitlestring
recentRecentConversationThe last conversation, shown under the way in.
newsNewsItem[]Announcements.

* required