Measured entry
ruixen-ai-chat-input
chatunclassifiedmotion on file
A client-side React chat prompt that ships as a shadcn registry component. It rotates placeholder copy and turns submitted text into a canvas pixel-scatter animation. It depends on Motion, Tailwind utility and theme classes, and the shadcn-style cn helper imported through a project alias.



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 | 2 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 69.6 KB (135.0 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 27.87s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/ai-chat-input.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished visual input with a focused API, but it is not production-ready for accessibility as shipped. It needs a shadcn-style setup to build and mount, and the missing input label and button name should be fixed before adoption.
Use it if
- You want a compact single-line prompt composer with a distinctive send animation.
- Your React app already uses Tailwind theme tokens and a shadcn-compatible utility setup.
- You can wire the supplied submit callback into your own chat or assistant flow.
Skip it if
- You need accessible controls without modification, since the input has no label and the icon-only submit button has no accessible name.
- You need multiline prompts, attachments, model controls, or message state in the input itself.
- You are minimizing animation and canvas work or do not want Motion in the client bundle.
Install
| Declared dependencies | motion |
|---|---|
| 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, install Motion, provide the cn class-merging helper at the expected alias or change the import, and configure Tailwind with the referenced theme tokens and utilities. Add an input label and an accessible name for the submit button before release.
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/ruixenui/ruixen.comAlternatives
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