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

Shell

Launcher

The floating button that opens the panel, with an unread badge.

Install

npx shadcn@latest add https://ui.inflection.network/r/launcher.json

Pulls in utils automatically.

Usage

Props

NameTypeDescription
onClick*() => voidToggle the panel.
openbooleanSwaps the icon to a close cross and hides the badge.
unreadnumberShown as a badge up to 9, then “9+”. Zero renders nothing.Default: 0
side"right" | "left"Which corner it sits in.Default: "right"

* required