<html>
<head>
    <link href="https://cdn.fastenhealth.com/connect/v1/fasten-stitch.css" rel="stylesheet">
    <script src="https://cdn.fastenhealth.com/connect/v1/fasten-stitch.js" type="module"></script>
</head>
<body>
    <fasten-stitch public-id="pub_live_123456324234234"></fasten-stitch>
</body>
</html>

You are looking at the documentation for the old version of Stitch.js (v1).

Stitch.js (v3) was recently released and is now the recommended version of the SDK.

This change includes a new API, compatibility with additional frontend frameworks (Next.js, React, Native, etc), improved performance, and additional features.

v3 also introduces a number of breaking changes. Please see v3/update-guide for more information.

The v1 Web Component is in maintenance mode and will no longer receive updates (outside of security fixes). Please update your code to use the new version.

Welcome

Fasten Stitch is the client-side component that your users will interact with in order to link their accounts to Fasten Connect and allow you to access their medical records via the Fasten Connect API.

Stitch will handle patient consent, credential validation, multi-factor authentication, and error handling for each institution that Fasten Connect supports. Stitch is supported via SDKs for all modern browsers and Platforms, including web, iOS, Android. To try Stitch, see Fasten Connect Acme Demo.

Stitch is the recommended method for collecting medical records via Fasten Connect.

<html>
<head>
    <link href="https://cdn.fastenhealth.com/connect/v1/fasten-stitch.css" rel="stylesheet">
    <script src="https://cdn.fastenhealth.com/connect/v1/fasten-stitch.js" type="module"></script>
</head>
<body>
    <fasten-stitch public-id="pub_live_123456324234234"></fasten-stitch>
</body>
</html>