Installation
Get up and running with the PichaFlow SDK and components.
Install the core SDK and the framework-specific component you need.
Core SDK
The core SDK is required for all framework integrations.
pnpm add @pichaflow/sdk
Framework Components
Choose the package for your preferred framework:
| Framework | Package |
|---|---|
| Vue / Nuxt | @pichaflow/vue |
| React / Next.js | @pichaflow/react |
| Svelte | @pichaflow/svelte |
| Qwik | @pichaflow/qwik |
Example (Vue/Nuxt)
pnpm add @pichaflow/vue