POLPOUI

@polpo-ai/ui

UI components
for AI agents.

Composable React components for chat interfaces, task views, tool renderers, and more. Built on @polpo-ai/sdk + shadcn/ui.

npx @polpo-ai/ui add chat
Docs

Fully Composable

Three levels of control — zero-config, customizable, or headless. Use the full Chat component or build from primitives.

Polpo SDK Integration

Built on @polpo-ai/react hooks. Streaming, sessions, tool calls, memory — all wired out of the box.

shadcn/ui Foundation

Install to your project with npx. You own the code. Tailwind CSS, fully customizable, no vendor lock-in.

Drop-in

Agents that work, instantly.

A full conversational interface with streaming, tool call rendering, and session persistence. One import.

coder
session_abc

Create a REST API for a todo app with Express and TypeScript

I'll create a complete Express + TypeScript REST API with CRUD endpoints, validation, and error handling.

writesrc/index.tswritesrc/routes/todos.tswritesrc/middleware/validate.tsbashnpm test
Message coder...