Introduction to Cluebase
Cluebase is an intelligent error tracking and recovery SDK for modern React applications. It combines automated error boundaries with AI-powered analysis to help you ship resilient software.
Quick Start
Choose your framework to get started. Integration typically takes less than 2 minutes.
Next.js Guide
Installation for App Router (Next.js 13+) and Pages Router applications.
React Guide
Setup for Vite, Create React App, and standard React SPAs.
Core Concepts
Cluebase works by wrapping your application in a CluebaseProvider. This provider injects a global Error Boundary and initializes the API client.
Error Boundary
Catches render errors in React components and displays a fallback UI.
Global Handlers
Automatically catches unhandled promise rejections and window errors.
Manual Reporting
Use the useCluebaseReport hook to silently track async or logic errors without crashing.
Ready to ship better software?
Errors are inevitable, but bad user experiences aren't. Let Cluebase handle the chaos.
Get Started Now