> For the complete documentation index, see [llms.txt](https://docs.dev3.sh/welcome-to-dev3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dev3.sh/welcome-to-dev3/sdk/introduction.md).

# Introduction

The SDK exposes all the core functionalities available when using the [Dev3 Dashboard.](https://app.dev3.sh/home)

At this moment, the only available SDK implementation is JavaScript based and can be used inside JS based projects implemented in technologies such as:

* NodeJS
* React
* Angular
* Other JS based frameworks

Using the SDK to integrate the Dev3 inside your project is highly recommended and advised to be used instead of connecting to the API directly. SDK is easy to integrate, and you will do more in less lines of code.
