Install
Pick your platform
Section titled “Pick your platform”Each platform page has a copy-paste quickstart that ends with a captured request.
React Nativefetch, XHR, WebSocket + native OkHttp/URLSession.
ExpoDevelopment build required — Expo Go is not supported.
WebA drop-in overlay for any browser app.
Next.jsServer + client traffic in one inspector.
AndroidMaven artifacts, debug/release no-op split.
iOSSwift Package products + no-op release variant.
| Platform | Status |
|---|---|
| Web | Stable |
| Next.js | Stable |
| React Native | Beta |
| Android | Alpha |
| iOS | Alpha |
Beta: works and ships on npm, with less production soak time than the Stable platforms. Alpha: works from source in this repo; published packages (Maven Central, the SPM tag) aren’t out yet.
Install commands
Section titled “Install commands”The npm packages, if you’d rather wire them up by hand. Follow the platform page for the full setup.
npm install hakka-react-native # React Native / Exponpm install hakka-browser # Webnpm install hakka-node # Next.jspnpm add hakka-react-native # React Native / Expopnpm add hakka-browser # Webpnpm add hakka-node # Next.jsyarn add hakka-react-native # React Native / Expoyarn add hakka-browser # Webyarn add hakka-node # Next.jsbun add hakka-react-native # React Native / Expobun add hakka-browser # Webbun add hakka-node # Next.jsNative SDKs install through their own package managers — see Android (Maven) and iOS (Swift Package Manager).