Measured entry
tripled-chat-app-shadcnui
chatminimal-flatmotion on file
A client-side React chat card shipped as a shadcn registry component. It includes message bubbles, timestamps, automatic scrolling, animated entry and typing states, and a canned reply loop held in local state. It relies on shadcn UI primitives and theme tokens, plus Framer Motion, Radix-backed controls, and Lucide icons.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 79.4 KB (144.8 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m 43s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A credible, responsive starting point for an assistant chat demo, with clean harness behavior and useful interaction details. It is not a complete chat product, and it needs a shadcn-style setup before it will build in a bare React project.
Use it if
- You need a polished chat mockup for a prototype or product demo.
- Your app already uses shadcn conventions and can supply the expected UI primitives and theme tokens.
- You want animated message arrival, a typing indicator, and automatic scroll behavior out of the box.
Skip it if
- You need a production chat client with persistence, streaming, authentication, or a real messaging backend.
- Your project avoids shadcn path aliases, utility helpers, or Tailwind theme conventions.
- You want a lightweight static transcript without the animation and icon dependencies.
- You need multiline message composition or attachments without reworking the input area.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add the shadcn-style path alias and cn utility at src/lib/utils, then provide compatible Button, Card, Input, and ScrollArea components. Add Tailwind theme tokens for the semantic color classes, along with React, Framer Motion, Lucide React, and the Radix packages used by those primitives.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/moumen-soliman/uitripledAlternatives
Other published entries for the chat pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-alertminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.8KB
- Bare
- fail
- Prov
- NO
- kibo-bannerminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.0KB
- Bare
- fail
- Prov
- NO
- ruixen-comment-threadunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 40.2KB
- Bare
- fail
- Prov
- NO
- ruixen-smart-paste-inputunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- fail
- Prov
- NO
- ruixen-faq-chat-accordionunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 67.7KB
- Bare
- fail
- Prov
- NO
- ruixen-gradient-chat-inputgradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 72.6KB
- Bare
- fail
- Prov
- NO