# Clone & modify: @ai-elements

Pre-built components like conversations, messages and more to help you build AI-native applications faster.

> Generated from the sh4dcn directory JSON. Source tier: **clone** (verbatim).

## 1. Read the cloned source — no upstream fetch
- Registry listing:  https://sh4dcn.vercel.app/clone/ai-elements/index.json
- One component:      https://sh4dcn.vercel.app/clone/ai-elements/items/<component>.json
- This library's row: https://sh4dcn.vercel.app/clone/manifest.json  (slug "ai-elements")
- 134 of 136 components mirrored here.

## 2. Install into a shadcn project
```sh
npx shadcn@latest add https://ai-sdk.dev/elements/api/registry/registry.json
```
...or a single component:
```sh
npx shadcn@latest add https://ai-sdk.dev/elements/api/registry/<component>.json
```

## 3. Make a modified copy (the "copies" tier)
Copy the item JSON you want to change, edit it, and place it under:
```
/copies/ai-elements/items/<component>.json
```
A copy takes precedence over its clone everywhere on sh4dcn; the clone stays
pristine. Record it in /copies/manifest.json (scripts/build-copies.mjs picks up
files on disk automatically).

## Links
- Homepage: https://ai-sdk.dev/elements
- GitHub:   https://github.com/vercel/ai-elements
