Core Package

Install the main Wacht React SDK:
npm install @snipextt/wacht

Platform Adapters

Install the appropriate adapter for your React framework:

Next.js

npm install @snipextt/wacht-nextjs

React Router

npm install @snipextt/wacht-react-router

Requirements

  • React 18.0 or later
  • TypeScript 4.5 or later (recommended)
  • Node.js 16.0 or later

Verification

Verify your installation by importing the core package:
import { DeploymentProvider } from '@snipextt/wacht'

// If this import works without errors, you're ready to go!