Measured entry

hextaui-ai-chat-history

chatminimal-flat

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.

Specimen
Harness screenshot of hextaui-ai-chat-history at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-ai-chat-history at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-ai-chat-history at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for hextaui-ai-chat-history
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal70.0 KB (135.5 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for hextaui-ai-chat-history
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 installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno 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.

License
MIT
Record published
2026-08-17

Alternatives

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.