From 32ddb3adb51692522903485d77d0cac39874c123 Mon Sep 17 00:00:00 2001 From: Justin Levine <20596508+justinlevinedotme@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:04:42 -0700 Subject: [PATCH] docs(registry): update install commands to use jalco/ namespace Now an official shadcn registry. Install commands change from: npx shadcn@latest add https://ui.justinlevine.me/r/code-line.json to: npx shadcn@latest add jalco/code-line Updated: install-command component, component-docs-page, prompts, installation page, ai-copy-button docs, and README. --- README.md | 2 +- app/docs/components/ai-copy-button/page.tsx | 2 +- app/docs/installation/page.tsx | 15 +++++++++------ components/docs/component-docs-page.tsx | 2 +- components/docs/install-command.tsx | 2 +- lib/prompts.ts | 2 +- 6 files changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index aaae0cf..1d59efe 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Components are polished, composable, and built for React and Tailwind CSS. Insta ## Install ```bash -npx shadcn@latest add https://ui.justinlevine.me/r/[component].json +npx shadcn@latest add jalco/[component] ``` Browse all components at [ui.justinlevine.me/docs](https://ui.justinlevine.me/docs). diff --git a/app/docs/components/ai-copy-button/page.tsx b/app/docs/components/ai-copy-button/page.tsx index f28e1e4..256fa17 100644 --- a/app/docs/components/ai-copy-button/page.tsx +++ b/app/docs/components/ai-copy-button/page.tsx @@ -18,7 +18,7 @@ const sampleContent = `# Getting Started with jalco ui Install the registry component you need: \`\`\`bash -npx shadcn@latest add https://ui.justinlevine.me/r/ai-copy-button.json +npx shadcn@latest add jalco/ai-copy-button \`\`\` Then import and use it in your project.` diff --git a/app/docs/installation/page.tsx b/app/docs/installation/page.tsx index beeefd6..c000eba 100644 --- a/app/docs/installation/page.tsx +++ b/app/docs/installation/page.tsx @@ -83,7 +83,7 @@ export default async function InstallationPage() { CLI to add any component from the registry:
This will:
@@ -112,16 +112,19 @@ export default async function InstallationPage() {
- The base registry URL is:
+ jalco ui is listed in the official shadcn registry. All components use
+ the{" "}
+ jalco{" "}
+ namespace:
- Individual component payloads are available at: + You can also install directly from the registry URL: