reachat
Installation
SKILL.md
Reachat
Reachat is a React UI library for building chat / LLM experiences. It provides a slot-based component system, markdown rendering, rich-text input with mentions and slash commands, file uploads, session management, and a typed Tailwind theme system.
Built on reablocks (UI primitives), Tiptap v3 (rich text editor), react-markdown, Floating UI (popups), and motion (animations).
Installation
npm install reachat reablocks
The library is distributed as ESM with a separate CSS file. Import the styles once:
import 'reachat/dist/index.css';