app-01
simple-ai/app-01FreeBlock
A app with generative UI capabilities.
Install it
npx shadcn@latest add https://simple-ai.dev/r/app-01.jsonSource
1"use client";23import { EditorLayout } from "@/registry/blocks/app-01/components/editor-layout";4import { Versions } from "@/registry/blocks/app-01/components/versions";56export default function Page() {7 return (8 <div className="flex w-screen h-screen justify-start">9 <Versions className="hidden md:flex" />10 <EditorLayout />11 </div>12 );13}
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-02app-02 | simple-ai | Blocks | Free | 3 deps · 5 files | |
| app-03app-03 | simple-ai | Blocks | Free | 4 deps · 9 files | |
| chat-01chat-01 | simple-ai | Blocks | Free | 3 deps · 16 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 |
