@paywithclay/max
v1.0.1
Published
Zero-config feedback SDK for React Native apps
Readme
🚀 Max - The Ultimate Feedback SDK for React Native
max is a zero-config, plug-and-play diagnostics toolkit for React Native apps. Collect rich user feedback and technical context with just a shake gesture - no backend setup required.
✨ Features
- Shake-to-report - Users trigger feedback with a simple shake
- Automatic context capture:
- Device specs (model, OS, memory)
- App state (version, screens, logs)
- Network status and environment
- Secure cloud integration - Uses only an API key for authentication
- Real-time dashboard - View reports at console.paywithclay.dev/max
🛠 Installation
yarn add @paywithclay/max
# or
npm install @paywithclay/maxThat's it! 🎉
Max supports React Native's auto-linking for both platforms:
- iOS: No podfile changes needed
- Android: No gradle changes needed
Manual Linking (if needed)
If auto-linking fails:
- Run
npx react-native link @paywithclay/max - For iOS:
cd ios && pod install
💻 Usage
import Max from '@paywithclay/max';
// Initialize once in your app
Max.init({
apiKey: 'your_clay_api_key'
});🔍 How It Works
- User shakes device
- Feedback overlay appears
- Technical context is automatically gathered
- Data is securely sent to Clay's hosted backend
- View reports in your developer console
🌟 Why Developers Love Max
- Zero configuration - No API URLs or backend setup
- Lightweight - Minimal impact on app performance
- Extensible - Future-ready architecture
- Clay Ecosystem - Part of a growing suite of developer tools
