Skip to main content
EngageFabric provides official SDKs to simplify integration with your applications.
SDKs are currently available for enterprise customers and early access partners. Contact us at support@engagefabric.cloud to get access.

Available SDKs


Installation

  • JavaScript SDK
  • React Components
npm install @engagefabric/sdk

Quick Comparison

FeatureJavaScript SDKReact Components
API CallsYesVia SDK
WebSocketYesVia SDK
State ManagementZustand storesReact hooks
UI ComponentsNoYes
Server-sideYesNo
BrowserYesYes

When to Use What

JavaScript SDK Only

Use the JavaScript SDK alone when:
  • Building a Node.js backend
  • Using a different frontend framework (Vue, Angular, Svelte)
  • Need full control over UI rendering
  • Server-side rendering requirements

React Components

Use React Components when:
  • Building a React application
  • Want pre-built, styled UI components
  • Need quick integration with minimal code
  • Want consistent EngageFabric UI patterns

Coming Soon

We’re working on additional SDKs:
SDKStatus
Python SDKPlanned
Unity SDKPlanned
iOS SDKPlanned
Android SDKPlanned
Want to see an SDK for your platform? Let us know!