Skip to content

Conversation

dillionverma
Copy link
Contributor

Magic UI Pro Registry

This PR adds Magic UI Pro as a trusted registry.

The entire registry is available to view at https://pro.magicui.design/registry.json

The individual components are only available using the bearer token authentication scheme by sending token to the https://pro.magicui.design/registry/{name} API route. More details here

Manual Installation

Add the following to your components.json

{
  "registries": {
    "@magicui-pro": {
      "url": "https://pro.magicui.design/registry/{name}",
      "headers": {
        "Authorization": "Bearer ${MAGICUI_PRO_REGISTRY_TOKEN}"
      }
    }
  }
}

Copy link

vercel bot commented Sep 26, 2025

@dillionverma is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@dillionverma dillionverma changed the title feat: add magic ui pro registry feat: add magic ui pro to trusted registries @magicui-pro Sep 26, 2025
@shadcn
Copy link
Collaborator

shadcn commented Oct 15, 2025

@dillionverma The registry index at registries.json will only work with public registries. Can you do this in magic-pro docs instead?

@dillionverma
Copy link
Contributor Author

Hey I noticed there are other registries which require license and auth token already in the registries.json file.

Is there something that needs to be done to fix magic ui pro registry? Open to feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants