subtext
Back to Documentation

SDKs

Official SDKs for integrating Subtext analytics into your applications.

JavaScript/TypeScript SDK
Official TypeScript SDK for Node.js and browser environments
Official

The subtext-ts SDK provides a simple and type-safe way to integrate Subtext analytics into your JavaScript and TypeScript applications.

Installation

Install the JavaScript/TypeScript SDK using your preferred package manager:

# npm
npm install subtext-ts
# yarn
yarn add subtext-ts
# pnpm
pnpm add subtext-ts