polpo-react
Installation
SKILL.md
Polpo React
Use @polpo-ai/react for runtime state and hooks. Use @polpo-ai/chat for composable UI.
Keep application routing and business-side client tool execution in the consuming app.
Install
npm install @polpo-ai/chat @polpo-ai/sdk @polpo-ai/react \
react-virtuoso lucide-react streamdown
Or add source components with npx @polpo-ai/ui add. For a new application use
npx create-polpo-app.
Provider
import { PolpoProvider } from "@polpo-ai/react";