Home / File/ registries.json — ui Source File

registries.json — ui Source File

Architecture documentation for registries.json, a json file in the ui codebase.

Entity Profile

Source Code

[
  {
    "name": "@8bitcn",
    "homepage": "https://www.8bitcn.com",
    "url": "https://www.8bitcn.com/r/{name}.json",
    "description": "A set of 8-bit styled retro components. Works with your favorite frameworks. Open Source. Open Code."
  },
  {
    "name": "@8starlabs-ui",
    "homepage": "https://ui.8starlabs.com",
    "url": "https://ui.8starlabs.com/r/{name}.json",
    "description": "A set of beautifully designed components designed for developers who want niche, high-utility UI elements that you won't find in standard libraries."
  },
  {
    "name": "@abui",
    "homepage": "https://abui.io",
    "url": "https://abui.io/r/{name}.json",
    "description": "A shadcn-compatible registry of reusable components, blocks, and utilities conforming to Vercel's components.build specification"
  },
  {
    "name": "@abstract",
    "homepage": "https://build.abs.xyz",
    "url": "https://build.abs.xyz/r/{name}/json",
    "description": "A collection of React components for the most common crypto patterns"
  },
  {
    "name": "@aceternity",
    "homepage": "https://ui.aceternity.com",
    "url": "https://ui.aceternity.com/registry/{name}.json",
    "description": "A modern component library built with Tailwind CSS and Motion for React, Aceternity UI contains unique and interactive components that can make your landing pages look 100x better."
  },
  {
    "name": "@agents-ui",
    "homepage": "https://livekit.io/ui",
    "url": "https://livekit.io/ui/r/{name}.json",
    "description": "This is a shadcn/ui component registry that distributes copy-paste React components for building LiveKit AI Agent interfaces."
  },
  {
    "name": "@aevr",
    "homepage": "https://ui.aevr.space",
    "url": "https://ui.aevr.space/r/{name}.json",
    "description": "A small collection of focused, production‑ready components and primitives for React/Next.js projects—built on shadcn/ui and complementary libraries."
  },
  {
    "name": "@ai-blocks",
    "homepage": "https://webllm.org/blocks",
    "url": "https://webllm.org/r/{name}.json",
    "description": "AI components for the web. No server. No API keys. Built on WebLLM."
  },
  {
    "name": "@ai-elements",
    "homepage": "https://ai-sdk.dev/elements",
    "url": "https://ai-sdk.dev/elements/api/registry/{name}.json",
    "description": "Pre-built components like conversations, messages and more to help you build AI-native applications faster."
  },
  {
    "name": "@algolia",
    "homepage": "https://sitesearch.algolia.com",
    "url": "https://sitesearch.algolia.com/r/{name}.json",
    "description": "Enterprises and developers use Algolia's AI search infrastructure to understand users and show them what they're looking for."
// ... (692 more lines)

Frequently Asked Questions

What does registries.json do?
registries.json is a source file in the ui codebase, written in json.
Where is registries.json in the architecture?
registries.json is located at apps/v4/public/r/registries.json (directory: apps/v4/public/r).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free