Overview
Bridge provides SDKs for running patient eligibility checks in your app or on the server.
Choose the guide for your stack:
Features
- Soft and Hard Checks: Policy and ServiceEligibility lifecycles in a single entry point
- Advanced options: Optional session settings for less common integration needs
- Payer Search: Autocomplete, caching, and optimized pre-population
- Best practices: Failures, retries, and conversion optimizations built in
Choose your SDK
- React app:
@usebridge/sdk-reacthooks for form state and sessions - Backend or API route:
@usebridge/sdkfor single-call eligibility checks
Demo projects
- react-demo: full Next.js demo app
- node: interactive CLI demo