Measured entry
tripled-floating-chat-widget-shadcnui
chatminimal-flatmotion on file
A client-side floating chat mock with an animated launcher, agent picker, canned conversation, typing indicator, and controlled message field. It ships as a shadcn registry component and relies on React, Framer Motion, Lucide icons, Tailwind theme classes, shadcn Avatar, Button, and Select primitives, plus the usual class-name utility. It does not connect to a chat service.



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 | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 105.9 KB (171.3 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 50.85s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/components/chat/floating-chat-widget.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A credible visual starting point for an agent chooser, but not a complete chat feature. It mounts cleanly in the prepared harness, yet needs a shadcn-style setup and an accessibility pass before production use; you must also supply all messaging behavior.
Use it if
- You need a polished prototype shell for an AI assistant and will wire the submit flow to your own service.
- Your app already uses shadcn primitives, Tailwind theme tokens, Lucide icons, and Framer Motion.
- You want users to switch among several assistant personas from the widget header.
Skip it if
- You need production chat behavior out of the box, since the conversation is static and submitting only clears the field.
- You cannot fix unlabeled icon-only controls before release; the verified widget has a critical accessible-name failure.
- You want a dependency-light launcher without shadcn primitives, Tailwind styling, or animation support.
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 compatible Avatar, Button, and Select primitives, a class-name merge helper at the expected alias, Tailwind theme tokens and utilities, Lucide React icons, Framer Motion, React, and client-component support. Add accessible labels to the launcher, close, and send controls, then connect form submission to your chat backend.
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