From 3cbabe012e6934cd920c4d7b46bb3b3b4188c83e Mon Sep 17 00:00:00 2001 From: Matheus Lima <101226374+matheuscaldas1@users.noreply.github.com> Date: Wed, 6 May 2026 06:09:20 -0300 Subject: [PATCH] feat(registry): add @cognicatch to the ecosystem directory (#10217) * feat(registry): add @cognicatch to directory * feat(registry): add @cognicatch to directory * build: update registries.json * build: update registries.json --------- Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index fb3f956dba..d26a2047e3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -161,6 +161,12 @@ "url": "https://coderabbit-shadcn-registry.vercel.app/r/{name}.json", "description": "A framework-agnostic API client, pluggable storage adapters (LocalStorage, Convex, Supabase, PostgreSQL, MySQL), and React components for generating developer activity reports." }, + { + "name": "@cognicatch", + "homepage": "https://cognicatch.dev", + "url": "https://cognicatch.dev/registry/{name}.json", + "description": "Adaptive Error Boundaries and graceful fallback UIs (Banners, Modals, Toasts)." + }, { "name": "@commercn", "homepage": "https://commercn.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 80ce604b4a..43af15b588 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -188,6 +188,13 @@ "description": "A framework-agnostic API client, pluggable storage adapters (LocalStorage, Convex, Supabase, PostgreSQL, MySQL), and React components for generating developer activity reports.", "logo": "" }, + { + "name": "@cognicatch", + "homepage": "https://cognicatch.dev", + "url": "https://cognicatch.dev/registry/{name}.json", + "description": "Adaptive Error Boundaries and graceful fallback UIs (Banners, Modals, Toasts).", + "logo": "" + }, { "name": "@commercn", "homepage": "https://commercn.com",