Measured entry

hextaui-team-ai-room

chatminimal-flat

A client-side React room shell for shared AI conversations, with participant avatars, message attribution, typing state, streaming display, and a composer. It ships as a shadcn registry block and relies on sibling HextaUI primitives, a class-name utility, Lucide icons, Radix primitives, theme support, and the React Markdown, GFM, and Shiki rendering stack.

Specimen
Harness screenshot of hextaui-team-ai-room at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-team-ai-room at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-team-ai-room 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-team-ai-room
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal1942.5 KB (2007.9 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1m 39s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/team/team-ai-room.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A credible starting shell for a collaborative AI room, with useful controlled props and clean responsive behavior. It needs a shadcn-style setup, carries a substantial rendering stack, and should not ship until the send button receives an accessible name.

Use it if

  • You already use shadcn conventions and want a composed team chat surface rather than a chat backend.
  • Your application can supply participants, messages, streaming state, and async send and typing callbacks.
  • You need assistant responses to support Markdown, tables, and highlighted code through the bundled message renderer.

Skip it if

  • You need a standalone package with transport, persistence, authentication, presence, or model integration included.
  • You are minimizing client bundle weight and do not need the Markdown and syntax-highlighting dependency chain.
  • You cannot remediate the icon-only send button, which currently lacks an accessible name.
  • Your project does not use shadcn-style aliases, utility classes, registry primitives, or theme conventions.

Install

Installation record for hextaui-team-ai-room
Declared dependenciesreact-markdown, remark-gfm, shiki, next-themes, @radix-ui/react-slot, @radix-ui/react-dropdown-menu, @radix-ui/react-avatar
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 the source alias and class-name helper, configure Tailwind-compatible utility styles and theme variables, bring over the avatar, badge, card, empty-state, input-group, and AI-message components, and install Lucide, the required Radix primitives, theme support, React Markdown, GFM, and Shiki. Add an accessible label to the send control.

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-14

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.