> For the complete documentation index, see [llms.txt](https://docs.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vechain.org/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-2/installation.md).

# Installation

We suggest starting with one of the [example apps](https://github.com/vechain/vechain-dapp-kit/tree/main/examples) so:\
\
\- You have a working example\
\- You don't have to strive with node polyfills

However, if you can't, proceed with the manual installation below.

## Manual Installation

* **React**: in case your project uses React or React-compatible framework like Remix and Next\
  \
  check the [React Documentation](/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-2/react/installation.md)
* **Other Frameworks**: in case your project is not using React, you can still use the dApp-kit with the Vanilla JS implementation\
  \
  check the [Vanilla JS Documentation](/developer-resources/sdks-and-providers/dapp-kit/dapp-kit-2/vanilla/installation.md)
