create-fabrik-app
v0.0.6
Published
Scaffold a new [Fabrik UI](https://github.com/satyajitghana/fabrik) project in one command.
Readme
create-fabrik-app
Scaffold a new Fabrik UI project in one command.
Usage
npx create-fabrik-app my-appThis creates a Next.js app with:
@fabrik-sdk/uiinstalled and configured- Server route with your chosen LLM provider (OpenAI, Anthropic, or Google)
- Client page with
<Fabrik>and<Chat> - Example generative UI components
- Tailwind CSS + shadcn setup
Options
npx create-fabrik-app my-app --provider openai
npx create-fabrik-app my-app --provider anthropic
npx create-fabrik-app my-app --provider googleSee also
@fabrik-sdk/ui— Core SDK@fabrik-sdk/cli— CLI tool- Documentation
License
MIT
