⚠️ Mobile is not supported yet.
Search for a command to run...
A framework-agnostic API client, pluggable storage adapters (LocalStorage, Convex, Supabase, PostgreSQL, MySQL), and React components for generating developer activity reports.
Framework-agnostic CodeRabbit API client. Works in Node.js, Deno, Bun, Edge runtimes, and browsers. Single endpoint for generating developer activity reports with 10-minute timeout support.
CodeRabbit logo and icon components with dark/light theme support. Includes SVG assets.
Convex database adapter with real-time sync and auth support. Includes schema definitions for the reports table.
Core CodeRabbit integration with types, API client, server actions, and React hook. Add a storage adapter separately for persistence.
Browser localStorage adapter for CodeRabbit reports. Perfect for client-side apps and prototyping. No database required.
MySQL/MariaDB adapter with connection pooling. Works with PlanetScale, AWS RDS, Google Cloud SQL, Azure, etc.
PostgreSQL adapter with connection pooling. Works with Neon, Vercel Postgres, Railway, AWS RDS, Google Cloud SQL, etc.
React hook for generating CodeRabbit reports with built-in loading and error states. Uses server actions by default for secure API key handling in Next.js.
Display component for CodeRabbit reports with expandable cards, status badges, and markdown rendering. Supports Daily Standup, Sprint Report, and Release Notes formats.
Full-featured form component for collecting report parameters. Includes template selection, custom prompts, filters, and grouping options.
Next.js server actions for CodeRabbit API. Handles API calls server-side where CODERABBIT_API_KEY is securely available.
TypeScript interface for implementing custom storage backends. Implement this to add support for any database.
Supabase (PostgreSQL) adapter with Row Level Security support. Includes SQL schema and RLS policies.
Pure TypeScript types for CodeRabbit API integration. Framework-agnostic type definitions with zero dependencies.
Complete CodeRabbit integration with Convex database. Includes real-time sync, auth support, and schema definitions. Perfect for production apps.
Complete CodeRabbit integration with browser localStorage. Perfect for prototyping and client-side apps. No database required.
Complete CodeRabbit integration with MySQL/MariaDB. Works with PlanetScale, AWS RDS, Google Cloud SQL, Azure, etc.
Complete CodeRabbit integration with PostgreSQL. Works with Neon, Vercel Postgres, Railway, AWS RDS, etc.
Complete CodeRabbit integration with Supabase (PostgreSQL). Includes Row Level Security policies. Perfect for apps with authentication.