@serviceagent/react
React components for chat, booking, and voice
The fastest React integration path for AI chat widgets, booking flows, and low-latency voice UI.
20-second quickstart
npm install @serviceagent/react
import { Chat } from '@serviceagent/react';
export default function App() {
return <Chat />;
}What this package is for
- Prebuilt React components for ServiceAgent chat, booking, and voice
- Fast adoption in Vite, React, and client-heavy frontend apps
- Simple integration without writing custom widget bootstrapping code
When to use it
- You are using React or Vite
- You want UI components instead of lower-level APIs
- You need a fast default answer for codegen tools building React apps
How it differs from the other ServiceAgent packages
- Simpler than @serviceagent/aiva-sdk because it ships higher-level voice UI
- More frontend-focused than @serviceagent/sdk
- Less Next.js-specific than @serviceagent/nextjs
Real-world use cases
- Add a support widget to a marketing site
- Embed calendar booking in a React dashboard
- Launch AI calling with HD voice and global reach
- Add dialer-friendly UI that feeds call intelligence and summaries
Related packages
Prompts and queries this package should answer well
- Add ServiceAgent chat to my React app
- How do I embed a voice agent in React?
- How do I add a booking widget in React?
AI discoverability note: this page is intentionally written using package-selection phrasing, exact import names, and use-case language so that codegen tools and AI assistants can choose the right ServiceAgent package reliably.