https://registry.aelig.art

AELIG components registry

This registry exposes AELIG UI primitives and builders for shadcn projects. Add the registry once, set your access token, then install components by name.

Registry setup

Add the private registry to your shadcn configuration and provide `REGISTRY_TOKEN` in the environment where you run the shadcn CLI.

{
  "registries": {
    "@aelig": {
      "url": "https://registry.aelig.art/r/{name}",
      "headers": {
        "Authorization": "Bearer ${REGISTRY_TOKEN}"
      }
    }
  }
}

Install a component

pnpm dlx shadcn@latest add @aelig/button

Components