Documents
README
README
Type
External
Status
Published
Created
Mar 17, 2026
Updated
May 11, 2026
Updated by
Dosu Bot
Source
View

create-assistant-ui#

npm version
npm downloads
GitHub stars

Scaffold a new assistant-ui project from a chosen template (default AI SDK, minimal, cloud, langgraph, MCP, and more).

Usage#

npm create assistant-ui my-app
pnpm create assistant-ui my-app
yarn create assistant-ui my-app
bunx create-assistant-ui my-app

This wraps the assistant-ui create command from the assistant-ui CLI. Pass -t <template> to pick a starter, or --preset <url> to scaffold from an assistant-ui.com playground link.

Templates#

NameDescription
defaultNext.js + Vercel AI SDK (the recommended starting point).
minimalSmallest possible Next.js + assistant-ui setup.
cloudDefault template plus Assistant Cloud thread persistence.
cloud-clerkCloud template with Clerk authentication.
langgraphNext.js + LangGraph agent backend.
mcpNext.js + an MCP server integration.

Documentation#

Full template list and flag reference at assistant-ui.com/docs/cli.