Skip to main content
Embed Truv Bridge to let users connect their payroll, employment, and financial accounts. Load the SDK straight from the CDN, or install a framework-specific wrapper that handles initialization and events for your platform. For a plain web page, drop in the script tag and call TruvBridge.init():
<script src="https://cdn.truv.com/bridge.js"></script>
Alongside this direct import, you can use one of the SDKs below.

Web

Vanilla JS

@truv/bridge for plain web pages — or load it directly from the CDN.

React

@truv/react hooks and components for React apps.

Mobile

iOS

TruvSDK Swift package for native iOS apps.

Android

com.truv.sdk:android_sdk for native Kotlin apps.

React Native

@truv/react-native for cross-platform React Native apps.

Flutter

truv_flutter for cross-platform Flutter apps.

Events

Bridge Events

Client-side callbacks, onEvent types, event payloads, and error codes.