---
name: "@simple-ai"
slug: "simple-ai"
description: "Curated agent examples you can copy into your app. Chat page, input, tools, and a worked fold."
category: "AI/chat UI"
tags: ["ai", "forms"]
framework: "react"
license: "MIT"
author: "Alwurts"
website: "https://www.simple-ai.dev"
github: "https://github.com/Alwurts/simple-ai"
registry: "https://www.simple-ai.dev/r/registry.json"
pro: false
pro_url: null
github_stars: 759
component_count: 6
generated_at: "2026-09-21T01:50:16.753Z"
---

# @simple-ai

Curated agent examples you can copy into your app. Chat page, input, tools, and a worked fold.

## Links

- Website: https://www.simple-ai.dev
- GitHub: https://github.com/Alwurts/simple-ai
- Registry JSON: https://www.simple-ai.dev/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/simple-ai
- This file: https://sh4dcn.vercel.app/md/simple-ai.md

## Install

```sh
# add the whole registry (shadcn CLI)
npx shadcn@latest add https://www.simple-ai.dev/r/registry.json
pnpm dlx shadcn@latest add https://www.simple-ai.dev/r/registry.json
bunx shadcn@latest add https://www.simple-ai.dev/r/registry.json
# clone the source repo
git clone https://github.com/Alwurts/simple-ai.git
# fetch the raw registry index
curl -s https://www.simple-ai.dev/r/registry.json
```

## Components (6)

| name | type | description | install |
| --- | --- | --- | --- |
| chat-input | registry:ui | Chat input with mentions and streaming status. | `npx shadcn@latest add https://www.simple-ai.dev/r/chat-input.json` |
| chat-page | registry:block | Full-screen chat with tools, files, and mentions. | `npx shadcn@latest add https://www.simple-ai.dev/r/chat-page.json` |
| reasoning | registry:ui | Quiet thinking row with markdown. | `npx shadcn@latest add https://www.simple-ai.dev/r/reasoning.json` |
| shell | registry:ui | Sidebar, header, and main content. | `npx shadcn@latest add https://www.simple-ai.dev/r/shell.json` |
| tool | registry:ui | Quiet collapsible tool call with input and output. | `npx shadcn@latest add https://www.simple-ai.dev/r/tool.json` |
| worked | registry:ui | Fold the agent's work. Keep the answer. | `npx shadcn@latest add https://www.simple-ai.dev/r/worked.json` |

## For AI agents

```text
You are adding components from @simple-ai to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/simple-ai.md) for the component list.
2. Fetch the machine-readable index: https://www.simple-ai.dev/r/registry.json
3. Install a single component with its install command from the table above.
4. Full structured record: https://sh4dcn.vercel.app/json (library slug: simple-ai).
```
