Measured entry
hextaui-ai-chat-history
A client-side React conversation-history card shipped as a shadcn registry block. It groups chats by date, searches titles and previews, and exposes callbacks for selection, creation, rename, archive, and deletion. It depends on shadcn UI primitives and utilities, Tailwind theme tokens, Radix packages, 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 | flagged at 375 |
| Axe critical | 1 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 70.0 KB (135.5 KB build, 65.5 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 755ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-a7c64aee097f/src/cut/blocks/ai/ai-chat-history.tsx".
Verdict
A capable, fairly complete history panel for an existing shadcn app, but it needs accessibility and narrow-screen cleanup. It needs a shadcn-style setup, and the bare install also fails until the undeclared Lucide icon dependency is added.
Use it if
- You need a compact chat sidebar with search, date grouping, active-state styling, and empty states already composed.
- Your app can connect its own async rename, archive, unarchive, and delete handlers to a presentational conversation list.
- You already use shadcn conventions and want keyboard navigation plus confirmation UI included.
Skip it if
- Your narrow mobile layout cannot tolerate horizontal overflow without additional responsive work.
- You need accessibility compliance out of the box, since the verified render has unsupported ARIA attributes and contrast failures.
- You want a dependency-light standalone list rather than a block tied to several shadcn primitives and an icon package.
Install
| Declared dependencies | @radix-ui/react-slot, @radix-ui/react-alert-dialog, @radix-ui/react-dropdown-menu, @radix-ui/react-separator, clsx, tailwind-merge |
|---|---|
| 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 Lucide React, the required Radix packages, clsx, tailwind-merge, and equivalents for the button, card, input group, alert dialog, dropdown menu, and separator primitives. Also provide the cn utility, Tailwind theme tokens, path aliases, and client-component support.
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/preetsuthar17/HextaUIAlternatives
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