> ## Documentation Index
> Fetch the complete documentation index at: https://engage-docs.frigade.com/llms.txt
> Use this file to discover all available pages before exploring further.

# React SDK Overview

> Frigade Engage React SDK and JavaScript SDK

<img src="https://mintcdn.com/frigade-docs/vb0YqHQGpTytLgI7/images/sdk/npm.png?fit=max&auto=format&n=vb0YqHQGpTytLgI7&q=85&s=666c7b7a590df77cedc4d9f58547629d" width="2692" height="1784" data-path="images/sdk/npm.png" />

## Getting Started

Check out the [SDK Quickstart](/sdk/quickstart) for instructions on installing the React SDK in your app.

## Components

The Frigade Engage React SDK includes a [library](/component/overview) of highly customizable onboarding components that you can use to build your app.

## JavaScript SDK

Our [JavaScript SDK](/sdk/js/quickstart) is a lightweight, headless library you can use to build custom experiences with Frigade. The SDK is vanilla and works for Node.js, React Native, and the browser.

## Typescript

All types used in the Javascript SDK are exported from the `@frigade/react` package under the `FrigadeJS` namespace. You can import them like so:

```javascript theme={"system"}
import { FrigadeJS } from "@frigade/react";
```

## Angular, Vue, Svelte, etc.

We are mainly focused on React, but we plan to build SDKs for other frameworks. If you'd like to be notified about new SDKs, reach out and <a href="mailto:support@frigade.com">let us know</a> which framework you're using.
