sh4dcnv2 · atlas
← libraries

@ramonclaudio-coderabbit

A niche developer-activity reporting toolkit by product engineer Ramon Claudio. Provides a framework-agnostic API client for the CodeRabbit service, pluggable storage adapters for LocalStorage, Convex, Supabase, PostgreSQL, and MySQL, plus React components for generating developer activity reports. The registry page returned a 404 at time of research, so detail is limited to the official description. Built with TypeScript, React. Free and open-source. Use for: integrating CodeRabbit activity data and developer metrics reporting into internal tools or dashboards with a choice of storage backend.

19 components react shadcn-cli

Install this registry

shadcn (npm) npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/registry.json
pnpm pnpm dlx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/registry.json
bun bunx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/registry.json
fetch registry curl -s https://coderabbit-shadcn-registry.vercel.app/r/registry.json

Components

19 total
CodeRabbit Core block

Core CodeRabbit integration with types, API client, server actions, and React hook. Add a storage adapter separately for persistence.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/core.json
CodeRabbit Types lib

Pure TypeScript types for CodeRabbit API integration. Framework-agnostic type definitions with zero dependencies.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/types.json
CodeRabbit API Client lib

Framework-agnostic CodeRabbit API client. Works in Node.js, Deno, Bun, Edge runtimes, and browsers. Single endpoint for generating developer activity reports w…

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/client.json
CodeRabbit Storage Adapter Interface lib

TypeScript interface for implementing custom storage backends. Implement this to add support for any database.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/storage-adapter.json
CodeRabbit LocalStorage Adapter lib

Browser localStorage adapter for CodeRabbit reports. Perfect for client-side apps and prototyping. No database required.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/storage-localstorage.json
CodeRabbit Convex Adapter lib

Convex database adapter with real-time sync and auth support. Includes schema definitions for the reports table.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/storage-convex.json
CodeRabbit Supabase Adapter lib

Supabase (PostgreSQL) adapter with Row Level Security support. Includes SQL schema and RLS policies.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/storage-supabase.json
CodeRabbit PostgreSQL Adapter lib

PostgreSQL adapter with connection pooling. Works with Neon, Vercel Postgres, Railway, AWS RDS, Google Cloud SQL, etc.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/storage-postgres.json
CodeRabbit MySQL Adapter lib

MySQL/MariaDB adapter with connection pooling. Works with PlanetScale, AWS RDS, Google Cloud SQL, Azure, etc.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/storage-mysql.json
CodeRabbit Server Actions lib

Next.js server actions for CodeRabbit API. Handles API calls server-side where CODERABBIT_API_KEY is securely available.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/actions.json
CodeRabbit React Hook hook

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.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/react.json
CodeRabbit Report Form component

Full-featured form component for collecting report parameters. Includes template selection, custom prompts, filters, and grouping options.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/report-form.json
CodeRabbit Branding component

CodeRabbit logo and icon components with dark/light theme support. Includes SVG assets.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/branding.json
CodeRabbit Report Card component

Display component for CodeRabbit reports with expandable cards, status badges, and markdown rendering. Supports Daily Standup, Sprint Report, and Release Notes…

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/report-card.json
CodeRabbit with LocalStorage block

Complete CodeRabbit integration with browser localStorage. Perfect for prototyping and client-side apps. No database required.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/localstorage.json
CodeRabbit with Convex block

Complete CodeRabbit integration with Convex database. Includes real-time sync, auth support, and schema definitions. Perfect for production apps.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/convex.json
CodeRabbit with Supabase block

Complete CodeRabbit integration with Supabase (PostgreSQL). Includes Row Level Security policies. Perfect for apps with authentication.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/supabase.json
CodeRabbit with PostgreSQL block

Complete CodeRabbit integration with PostgreSQL. Works with Neon, Vercel Postgres, Railway, AWS RDS, etc.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/postgres.json
CodeRabbit with MySQL block

Complete CodeRabbit integration with MySQL/MariaDB. Works with PlanetScale, AWS RDS, Google Cloud SQL, Azure, etc.

npx shadcn@latest add https://coderabbit-shadcn-registry.vercel.app/r/mysql.json