Measured entry
8bitcn-game-roadmap1
A retro quest-log roadmap that renders customizable entries as completed, active, or locked cards with status badges and a connecting track. It ships as a shadcn registry block with its own badge and card wrappers plus retro CSS, and depends on project-level shadcn card and badge primitives, a cn helper, Tailwind theme utilities, and class-variance-authority.



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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 32.9 KB (98.3 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.07s error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-11a8c335e4ae/src/components/ui/8bit/badge.tsx".
Verdict
Publish as a failed verification. The registry installs its retro wrapper, but that wrapper imports a base card module the harness does not receive, so the build stops before mounting. It needs a shadcn-style setup, and teams should avoid it unless they can supply and validate the missing primitives.
Use it if
- You want a game-themed roadmap or quest log with explicit progress states.
- Your app already has compatible shadcn card and badge primitives and the usual path aliases.
- You are comfortable supplying quest data through the component props and adapting its fixed status vocabulary.
Skip it if
- You need a drop-in component for a plain React project without shadcn infrastructure.
- Your product uses a restrained corporate design system where pixel styling and game language would feel out of place.
- You cannot depend on the externally imported retro font or need all visual assets hosted locally.
- You need a verified build without repairing missing base primitives first.
Install
| Declared dependencies | radix-ui, 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 the configured source aliases, a cn class-merging helper, Tailwind with the expected theme tokens, compatible base card and badge primitives, class-variance-authority, and the supplied retro stylesheet. Ensure the font import is allowed or replace it with a locally hosted font, then verify that the card API includes every subcomponent used by the wrapper.
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 badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-badgeneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- clay-badgeclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-load-rippleunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- kibo-listminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 42.4KB
- Bare
- pass
- Prov
- NO
- ruixen-blurred-stagger-textunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-auto-revealing-heading-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.3KB
- Bare
- pass
- Prov
- NO