{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "joelclaw", "homepage": "https://joelclaw.com", "items": [ { "name": "content-review", "type": "registry:block", "title": "Content Review System", "description": "Paragraph-level inline comment system for reviewing any content. Mobile-first, inline under paragraph, batch submit to agent pipeline. Uses contentResources for storage. Requires Convex and better-auth.", "registryDependencies": ["drawer", "button", "textarea", "badge"], "dependencies": ["convex", "lucide-react"], "files": [ { "path": "registry/new-york/review/review-gate.tsx", "type": "registry:component" }, { "path": "registry/new-york/review/review-wrapper.tsx", "type": "registry:component" }, { "path": "registry/new-york/review/inline-comment.tsx", "type": "registry:component" }, { "path": "registry/new-york/review/review-sheet.tsx", "type": "registry:component" }, { "path": "registry/new-york/review/review-fab.tsx", "type": "registry:component" } ] } ] }