Measured entry
magicui-tweet-card
A registry-delivered TypeScript tweet renderer with author details, linked text, verification state, photos, and video. Its main card fetches tweet data in an async server context, then renders through react-tweet. Styling assumes Tailwind theme tokens plus the shadcn cn utility and path 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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 30.2 KB (95.6 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 26.19s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/tweet-card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
Useful in its intended server-rendered, data-backed setting, but the supplied demo did not mount because tweet rendering received an invalid entities shape. Bare projects also miss the aliased utility import. It needs a shadcn-style setup and a real tweet ID before adoption.
Use it if
- You need to render known tweet IDs inside a server-rendered React surface.
- You want tweet text, author metadata, links, photos, and video presented in a locally styled card.
- Your project already follows shadcn utility and Tailwind theme conventions.
Skip it if
- Your target is client-only React and cannot host the async server-side card entry point.
- The page must render deterministically without fetching tweet data or loading remote media.
- You cannot guarantee valid tweet data, since the supplied demo crashed while reading a missing entities value.
- Adding react-tweet is unjustified for a surface that only needs a link or static quotation.
Install
| Declared dependencies | react-tweet |
|---|---|
| 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 |
Install react-tweet, configure the at-sign path alias, and add the shared cn utility expected at the aliased lib path. Provide Tailwind utilities and the foreground, muted, border, and primary theme tokens. Run TweetCard in a server-capable React environment with outbound access for tweet data and media.
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/magicuidesign/magicuiAlternatives
Other published entries for the card pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tailark-veil-content-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-content-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-content-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 24.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-cardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- neobrutalism-ncardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- reui-icon-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.1KB
- Bare
- pass
- Prov
- NO