Fable UI Quickstart
fable-ui/quickstartFreeBlock
Install a production-ready AI SDK chat at /fable-chat with env-driven provider configuration.
Live preview
live · rendered by the registry
Rendered by fable-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://fable-ui.shobky.com/r/quickstart.jsonSource
1import { FableChat } from "@/components/fable-ui/chat/fable-chat"23export default function FableChatPage() {4 return (5 <main className="min-h-screen bg-background">6 <FableChat />7 </main>8 )9}
What it pulls in
npm packages
Other registry items
Files it writes
More from fable-ui
All 10 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Chartscharts | fable-ui | Blocks | Free | 3 deps · 6 files | |
| DataBrowserdata-browser | fable-ui | Blocks | Free | 4 deps · 21 files |
