> For the complete documentation index, see [llms.txt](https://docs.uqudo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/web/sdk-installation/vanilla-html+js-project.md).

# Vanilla HTML+JS project

You can get the link to download the package with the following npm command:

```shell
npm view uqudosdk-web dist.tarball
```

Click on the link to download the package. Extract the package and take the index.js and include it in your web application. You can rename it without any problems:

```html
<script type="text/javascript" src="./index.js"></script>
```
