{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "realmorphism-site", "type": "registry:block", "title": "Realmorphism Registry Site", "description": "Portable showroom page wired to KitShowroom (live pickers, not a static stub).", "author": "LT Lo TeknowledG", "registryDependencies": [ "http://localhost:3050/registry/realmorphism-kit.json" ], "dependencies": [], "files": [ { "type": "registry:page", "path": "page.tsx", "target": "app/registry/page.tsx", "content": "\"use client\";\n\nimport { KitShowroom } from \"@/components/realmorphism/kit/kit-showroom\";\n\nexport default function RegistryPage() {\n return ;\n}\n" } ], "meta": { "installNote": "Installs app/registry/page.tsx backed by KitShowroom." } }