Debug production apps
with confidence
Cloud sync monitoring, debug snapshots, and error reporting. Give your users a way to report issues with full context โ and your team a way to fix them fast.
Production debugging, solved
Stop guessing. Start debugging with real data.
Sync Status Monitoring
Real-time tracking of cloud sync state โ syncing, synced, or failed. Visual indicators for your users and your team.
Debug Snapshots
Capture complete application state snapshots with one click. Logs, network requests, and component state bundled together.
Send to Support
Users send debug snapshots directly to your support team as ticket attachments. No more "can you describe the error?".
Retry Mechanism
Failed sync requests are tracked and can be retried. Automatic retry with exponential backoff.
Log Statistics
Aggregated log stats by category and severity. See error trends and identify recurring issues.
Cache Management
Reset service workers and clear cached data with one function call. Essential for debugging stale data issues.
Get started in minutes
Add a floating debug button to your app. Users click it to capture and send debug data.
Install
npm install @chikchak/debug-cloud Usage
import { createCloudAdapter } from '@chikchak/debug-cloud/adapters/cloud';
import { DebugCloudProvider, DebugFloatingButton } from '@chikchak/debug-cloud';
import '@chikchak/debug-cloud/styles';
const adapters = createCloudAdapter({ apiKey: 'ck_live_YOUR_KEY' });
function App() {
return (
<DebugCloudProvider config={{ siteId: 'my-site', ...adapters }}>
<DebugFloatingButton />
{/* Your app content */}
</DebugCloudProvider>
);
} Simple pricing
Start free, scale as you grow.
Free
For personal projects and testing
- Up to 50 snapshots/mo
- Sync status monitoring
- Basic log capture
- Community support
Pro
For production apps
- Unlimited snapshots
- Send to support
- Log statistics
- Cache management
- Retry mechanism
- Priority support
Enterprise
For large organizations
- Unlimited everything
- Custom log categories
- Data retention policy
- SLA guarantees
- Dedicated support