Measured entry

8bitcn-dashboard-01

navbarskeuomorphismdo not use

A full-page retro dashboard delivered as a shadcn registry page, with a collapsible sidebar, header, summary cards, chart, and drag-sortable data table. It depends on Next.js, Tailwind theme tokens, local UI primitives and aliases, plus table, drag-and-drop, icon, validation, toast, and chart infrastructure.

This entry is a do-not-use verdict

It is published because it broke, not in spite of it. The run stopped at the production build, and the recorded output is printed further down this page.

No frame on record for this entry

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-dashboard-01
BuildFAIL
MountFAIL
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginalnot recorded
Bare modeFAIL
Provider requiredNO
Demo usednone

What the harness recorded

BUILD

unable to resolve registry dependency button from https://8bitcn.com/r/button.json

Verdict

Treat this as an incomplete dashboard starter, not a verified drop-in. The build fails because the data table imports a missing mobile hook, while the bare build also lacks the shared utility module. It needs a shadcn-style setup and source repair; teams unwilling to maintain those pieces should avoid it.

Use it if

  • You are building a retro admin area that needs navigation, metrics, charting, and an editable table in one scaffold.
  • Your app already follows shadcn conventions and you can supply or repair the expected local hooks and utilities.
  • You want source-owned dashboard pieces that your team will substantially adapt to real data and routes.

Skip it if

  • You need a registry item that builds and mounts without manual source repair.
  • Your project does not use shadcn-style aliases, Tailwind theme tokens, and local UI primitives.
  • You only need a navbar or sidebar and do not want the chart, table, drag-and-drop, and form dependencies.
  • Your team wants a framework-neutral component rather than a page that imports Next.js routing.

Install

Installation record for 8bitcn-dashboard-01
Declared dependenciesnone declared
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 the path alias, shared class-name utility, mobile detection hook, Tailwind theme tokens, retro stylesheet and font, every referenced UI primitive, and the declared package dependencies. Replace or configure the Next.js link import, then repair imports before integrating real routes and data.

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 navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.