@chikchak/debug-cloud v0.2.0

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

App.tsx
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

$0 /mo
  • Up to 50 snapshots/mo
  • Sync status monitoring
  • Basic log capture
  • Community support
Start Free
Most Popular

Pro

For production apps

$14 /mo
  • Unlimited snapshots
  • Send to support
  • Log statistics
  • Cache management
  • Retry mechanism
  • Priority support
Start Free Trial

Enterprise

For large organizations

Custom
  • Unlimited everything
  • Custom log categories
  • Data retention policy
  • SLA guarantees
  • Dedicated support
Contact Sales