Measured entry
8bitcn-login-page
A full-page retro login screen distributed as a shadcn registry page. It combines a responsive split layout with an email and password card, pixel-styled wrappers, a Google-hosted display font, Lucide branding, and Next.js Image. It relies on the usual shadcn utility alias and base button, card, input, and label components.



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 | 1 |
| Uncaught page errors | 0 |
| Horizontal overflow | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 41.0 KB (106.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
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
BARE BUILD
✗ Build failed in 865ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-8b50f1ce8ac7/src/cut/app/login/page.tsx".
Verdict
Treat this as design source, not a drop-in page. The tested build fails because its pixel label wrapper imports a missing base label component, and the bare build also lacks the shared utility module. It needs a shadcn-style setup before it can compile; teams seeking a framework-neutral login should avoid it.
Use it if
- You already run a shadcn-style Next.js app and want a retro authentication shell to customize.
- Your product can accommodate a pixel display font and hard-edged form controls.
- You are prepared to connect the placeholder links, image, and form actions to real authentication flows.
Skip it if
- You need a registry item that builds immediately in the tested harness.
- Your project does not use Next.js or shadcn-compatible path aliases and primitives.
- You need a finished authentication flow rather than a styled, nonfunctional form shell.
- Loading a font from Google is incompatible with your privacy, security, or offline requirements.
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 |
A non-shadcn project must add compatible button, card, input, and label primitives; a class-name merge utility at the expected alias; Tailwind theme tokens and alias resolution; class-variance-authority, Radix support, and Lucide; plus a replacement for Next.js Image when applicable. Include the retro stylesheet and decide whether to self-host its 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 auth-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- meraki-auth-sign-in-card-with-side-imageminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.9KB
- Bare
- pass
- Prov
- NO
- shadcn-block-login-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-02minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-05minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-login-formskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.2KB
- Bare
- fail
- Prov
- NO
- 8bitcn-advanced3skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.3KB
- Bare
- fail
- Prov
- NO