Measured entry

tripled-messenger-shadcnui

formglassmorphismmotion on file

A client-side glassmorphism messenger workspace shipped as a shadcn registry component. It includes conversation switching, local message state, quick replies, simulated responses, responsive layouts, and reduced-motion handling. It depends on React, Framer Motion, Radix-backed shadcn primitives, Lucide icons, Tailwind theme tokens, and the shared cn utility.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-messenger-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-messenger-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-messenger-shadcnui 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 tripled-messenger-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious3
Axe moderate0
Axe minor1
Gzip marginal79.6 KB (145.0 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 51.88s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/components/chat/messenger.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A convincing interactive prototype for an existing shadcn app, but not production-ready chat. It needs a shadcn-style setup to build outside the prepared harness, and the ARIA, contrast, and scroll-region keyboard issues should be fixed before shipping.

Use it if

  • You need a polished messaging prototype with working local interactions and sample conversations.
  • Your app already uses shadcn primitives, Tailwind theme tokens, Lucide icons, and Framer Motion.
  • You want one component that changes from a conversation picker on compact screens to a sidebar workspace on larger screens.

Skip it if

  • You need a production chat client with persistence, networking, authentication, uploads, or real call actions.
  • Your accessibility release gate cannot accommodate fixes to ARIA usage, contrast, and keyboard access for the message scroller.
  • You want a lightweight composer rather than a full animated messenger workspace.
  • Your project does not use shadcn conventions and you do not want to recreate its primitives and theme contract.

Install

Installation record for tripled-messenger-shadcnui
Declared dependenciesframer-motion, react, radix-ui
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 compatible Avatar, Badge, Button, Input, and Textarea primitives; a cn class-merging utility; Tailwind theme tokens and utilities; Lucide React icons; React; Framer Motion; and the required Radix packages. Preserve the client-component boundary, then replace the local mock state and simulated replies with your data layer.

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.

Alternatives

Other published entries for the form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.