Skip to main content
UI

UI Overview

VoltAgent ships example UIs and integration guides so you can plug your agents into a frontend quickly.

  • AI SDK Integration: Wire VoltAgent streaming endpoints to the Vercel AI SDK chat primitives.
  • CopilotKit: Use CopilotKit React components and tools with VoltAgent via the AG-UI adapter.
  • Assistant UI: Full-featured chat UI starter generated with npx assistant-ui@latest create, backed by VoltAgent.

Grab a starter

Clone the examples directly with the CLI:

npm create voltagent-app@latest -- --example with-assistant-ui
npm create voltagent-app@latest -- --example with-nextjs
npm create voltagent-app@latest -- --example with-copilotkit

Need another stack? Browse more UIs and integrations in the examples directory.

Table of Contents