Debug Mobile Apps
Remotely
Complete mobile app monitoring and configuration platform. Track API calls, monitor logs, catch crashes, manage configurations, and mock APIsβall from one dashboard.
Start Free ForeverRuntime Monitoring
API Tracing
Monitor every network request with status codes, response times, and errors in real-time. Track up to 20 unique API endpoints.
Remote Logging
Stream logs from any device. Filter by level, search by content, and debug issues faster. 10,000 logs/month on free plan.
Crash Reports
Catch crashes with full stack traces. Know exactly what went wrong and on which device. 100 crashes/month on free plan.
Session Timeline
Track user sessions with screen flow, API calls, and logs. Understand user journeys and debug issues in context.
Content Management
Business Configuration
Remote configuration management for your app. Update feature flags, settings, and configurations without app updates. 50 keys on free plan.
Localization
Manage translations and multi-language support. Support up to 5 languages and 200 translation keys on free plan.
Platform & Development Tools
API Mocking
Mock API endpoints for testing and development. Create environments, define responses, and test edge cases without backend changes.
Build Versioning
Version control for Business Config, Localization, and API Mocks. Track changes, compare versions, and rollback when needed.
Device Debug Mode
Selectively enable API tracking and session monitoring for specific devices. Perfect for debugging production issues.
Start Free, Upgrade When Ready
Free forever. No credit card required. No expiration date.
Simple Integration
Flutter SDK
// 1. Add to pubspec.yaml @nivostack/core: ^1.2.0 // 2. Initialize await NivoStack.init( apiKey: 'your-api-key', endpoint: 'https://ingest.nivostack.com', ); // 3. Track API calls automatically // SDK handles everything!
Native iOS/Android
// Copy NivoStackCore.swift or NivoStackCore.kt // Initialize NivoStackCore.configure( apiKey: "your-api-key", endpoint: "https://ingest.nivostack.com" ) // Track API calls NivoStackCore.trace(request, response)
Perfect For
Mobile App Developers
Debug production issues without waiting for users to report them. Track API calls, monitor logs, and catch crashes in real-time.
QA Teams
Test API mocking scenarios, verify configurations, and validate localization across multiple languages and devices.
Product Teams
Manage feature flags, A/B test configurations, and update app content remotely without app store releases.