Your ImageYour Image
  • About
  • Components
  • About
  • Components
  • Pricing
  • Contact
Book an Intro call
logo

I create digital experiences that connect and inspire. I build apps, websites, brands, and products end-to-end.

  • About
  • Components
  • Pricing
  • Blogs
  • Showcase
  • Contact
  • Privacy
  • Terms
  • Cookie
© 2025Made with by Ali Imam

  • Introduction
  • Registry
  • User Interface

Registry

PreviousNext

Namespaced registries let you configure multiple resource sources in one project.

The Ali Imam Registry lets you install production‑ready shadcn/UI marketing blocks directly into your project using the shadcn CLI. Add the registry once and then pull blocks by name, no rigid templates, just flexible, composable components you can customize and scale across marketing sites.

Add registry

Add the Ali Imam registry namespace to your components.json.

{
	"registries": {
	  "@aliimam": "https://aliimam.in/r/{name}.json"
	}
}

Learn more about registry config from Shadcn UI docs

Usage

Install blocks via the shadcn CLI using the @aliimam/{name} syntax.

pnpm dlx shadcn add @aliimam/hero-section-1

Configure MCP

Run the following command to configure the mcp server:

pnpm dlx shadcn mcp init

Select your MCP client when prompted. Remember to enable the MCP server in your client when done.

Prompt

You can now prompt the server. Here are some prompts to try:

  • Find me a hero from aliimam registry
  • Build me a landing page using a hero and features section from aliimam registry
  • Build me a pricing page using a pricing, logo cloud, comparator and faqs blocks from aliimam mist registry
IntroductionUser Interface

On This Page

Add registryUsageConfigure MCPPrompt