Measured entry
8bitcn-advanced1
A fake terminal card delivered as a shadcn registry block, with a TypeScript block, an 8bit card wrapper, and retro CSS that imports Press Start 2P from Google Fonts. It relies on the shadcn Card primitive, the cn utility, class-variance-authority, Tailwind utilities, theme tokens, and project path aliases.



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.0 KB (95.4 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 1.17s error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-f914d529fc09/src/components/ui/8bit/card.tsx".
Verdict
The source did not build because its 8bit wrapper imports a base UI Card that was absent; the bare run also lacked cn. It needs a shadcn-style setup before it can mount. Use it only if you want the exact retro shell and can supply that project plumbing; teams seeking a drop-in card should avoid it.
Use it if
- Your product needs a static retro terminal panel with a configurable title and lines.
- You already use shadcn conventions and can install the required base Card.
- You are comfortable loading the retro font from Google Fonts or hosting it yourself.
Skip it if
- You need an interactive terminal, command input, or streaming output.
- Your project does not use Tailwind theme tokens and you do not want to adapt the utility classes.
- You require an isolated component with no shadcn primitives, path aliases, or external font dependency.
Install
| Declared dependencies | 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 a compatible base Card implementation and cn helper, configure the @ path alias, install class-variance-authority, provide Tailwind utilities and matching theme tokens, and include the retro stylesheet. Decide whether to allow its Google Fonts import or self-host the font.
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/TheOrcDev/8bitcn-uiAlternatives
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