Measured entry

8bitcn-not-found2

cardskeuomorphism

A full-page retro not-found block for Next.js, shipped through a shadcn registry with a pixel-art dwarf, configurable copy, link, and image. It uses Next Link and Image, Tailwind theme classes, a cn helper, a Google-hosted pixel font, and an 8bit button layered over the standard shadcn button.

Specimen
Harness screenshot of 8bitcn-not-found2 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-not-found2 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-not-found2 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 8bitcn-not-found2
BuildOK
MountOK
Console errors1
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal56.7 KB (122.1 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

BARE BUILD

✗ Build failed in 1.04s
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-3c3e63b53289/src/components/ui/8bit/button.tsx".

Verdict

The harness build fails because the bundled themed button imports a base UI button that the registry does not supply. It needs a shadcn-style setup, and teams wanting a portable drop-in block should avoid it until that dependency is repaired.

Use it if

  • Your Next.js app already uses shadcn conventions and you want a themed not-found route.
  • You can provide the dwarf image asset and accept a remotely loaded display font.
  • Your product already has a retro or pixel-art visual language.

Skip it if

  • You need a registry item that builds without repairing missing internal UI imports.
  • Your app is not based on Next.js or does not use its Link and Image components.
  • Your content security policy or offline requirements prohibit the Google font import.
  • A playful dwarf illustration would conflict with the tone of an error page.

Install

Installation record for 8bitcn-not-found2
Declared dependenciesradix-ui, clsx, tailwind-merge
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 a compatible base button, the cn class-merging helper, matching import aliases and Tailwind theme tokens, Radix Slot, class-variance-authority, the retro stylesheet and font access, plus the dwarf image. Adapt the Next Link and Image usage if the app uses another framework.

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

Alternatives

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.