> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/verify/web-sdk/integration/integration-via-npm-package.md).

# Integration via NPM Package

You can integrate the Vida Web SDK into your application as an **npm package**, which is perfect for modern web development workflows and offers better dependency management. The Vida Web SDK `npm` package also officially supports TypeScript.

To install the SDK, run one of the following commands based on your package manager:

**For Yarn**

```bash
yarn add vida-web-sdk
```

**For NPM**

```bash
npm install vida-web-sdk
```

This method ensures the SDK is added to your project's `node_modules` directory, making it easy to manage and update.
