Yukki Registry
Private shadcn registry hosted on Cloudflare Pages. Registry JSON lives under
/r/*.json and requires a Bearer token.
pnpm dlx shadcn@latest add @yukki/bento-1
Add this to your app components.json:
{
"registries": {
"@yukki": {
"url": "https://yukki-9rv.pages.dev/r/{name}.json",
"headers": {
"Authorization": "Bearer ${REGISTRY_TOKEN}"
}
}
}
}