chat-01
simple-ai/chat-01FreeBlock
A simple chat page.
Live preview
live · rendered by the registry
Rendered by simple-ai on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://simple-ai.dev/r/chat-01.jsonSource
1import { ChatMain } from "@/registry/blocks/chat-01/components/chat/chat-main";2import { AppLayout } from "@/registry/blocks/chat-01/components/layout/app-layout";34export default function Page() {5 return (6 <AppLayout sidebarChildren={null}>7 <ChatMain />8 </AppLayout>9 );10}
What it pulls in
npm packages
Other registry items
Files it writes
More from simple-ai
All 77 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| app-01app-01 | simple-ai | Blocks | Free | 5 deps · 11 files | |
| app-02app-02 | simple-ai | Blocks | Free | 3 deps · 5 files | |
| app-03app-03 | simple-ai | Blocks | Free | 4 deps · 9 files | |
| chat-02chat-02 | simple-ai | Blocks | Free | 2 deps · 3 files | |
| chat-03chat-03 | simple-ai | Blocks | Free | 2 deps · 3 files | |
| chat-04chat-04 | simple-ai | Blocks | Free | 3 deps · 13 files | |
| flow-chainflow-chain | simple-ai | Blocks | Free | 8 deps · 19 files | |
| flow-orchestratorflow-orchestrator | simple-ai | Blocks | Free | 8 deps · 19 files |
