Introduction
Curated agent examples you can build upon.
simple-ai is a registry of agent examples. Copy them into your app. Change the source.
A complete chat page you can copy. A modern agent chat: the thread, the prompt, tools, thinking, and the work folded away so the answer stays readable. shadcn is how you add it.
Install
npx shadcn@latest add @simple-ai/chat-pageSee Installation.
Until @simple-ai is in the official directory, point components.json at the hosted registry:
{
"registries": {
"@simple-ai": "https://www.simple-ai.dev/r/{name}.json"
}
}Or install by URL:
npx shadcn@latest add https://www.simple-ai.dev/r/chat-page.jsonGitHub works too, once this repo's root registry.json is on main:
npx shadcn@latest add Alwurts/simple-ai/chat-page