Skip to main content
Membrane provides a pre-built Connect UI for creating and managing connections inside your app. It lives in the JavaScript SDK.

Install

Connect UI

Use membrane.ui.connect() to open the connection flow. This is the main way to let users connect to external apps from your product.
You can also connect by intent — Membrane will find the right app automatically:

Options

Existing Connection UI

Use membrane.ui.connection() to open the management UI for an existing connection — shows status, allows reconnection.

Building a Full Connection Management Experience

For end-to-end connection management in your app (listing, connecting, disconnecting, reconnecting), see Connection UI and the Integration Catalog guide.