Developer Docs / Web React SDK

GrowthCat Web React SDK

Use the TypeScript SDK in React apps for in-app ads and feedback. Each supported package guide includes its own initialization flow and implementation examples.

Package

@growthcat/web with React exports from @growthcat/web/react.

Install

Install once, then follow the package guide for the product surface you are adding.

Initialization

Call GrowthCat.initialize once. Ads and feedback have their own follow-up setup steps.

Install The SDK

React components and hooks are exported from the React subpath.

bash
npm install @growthcat/web react react-dom
# or
yarn add @growthcat/web react react-dom
InitBannersRewarded

In-App Advertising

Initialize ads config, show banners and interstitials, render custom ad UI, and validate rewards.

Open docs
InitThemeBoard

Feedback SDK

Initialize GrowthCat, configure feedback identity and theme, submit feedback, and render boards.

Open docs