References
SDKs
Membrane provides SDKs for building integrations in your preferred language and framework.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| SDK | Package | Description |
|---|---|---|
| TypeScript / JavaScript | @membranehq/sdk | Core SDK with typed accessors for all Membrane resources |
| React | @membranehq/react | React hooks and pre-built UI components |
| Vue.js | @membranehq/react (adapter) | Vue composables wrapping the core SDK |
| CLI | @membranehq/cli | Command-line interface for managing integrations |
# Core SDK
npm install @membranehq/sdk
# React SDK (includes core SDK)
npm install @membranehq/react
# CLI
npm install -g @membranehq/cli