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

Agent

Nudge card

An unprompted, screen-specific offer of help, with dismissal as a real control.

Install

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

Pulls in utils automatically.

Usage

Props

NameTypeDescription
title*string
ask*stringThe offer, as the button's words.
onAccept*() => void
onDismiss*() => void
detailstringOne line of context under the title.

* required