Measured entry
ruixen-deploy-region-globe
globe-vizspatialmotion on file
A client-side deployment-region card that pairs a Cobe canvas globe with an expandable region picker, latency caption, and confirmation callback. It ships as a shadcn registry TSX component and relies on React, Cobe, Lucide icons, next-themes, a cn helper, and Tailwind theme tokens.



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 | 2 |
| Axe serious | 2 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 35.7 KB (101.1 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 41.83s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/deploy-region-globe.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished, focused region picker with useful customization hooks, but it is not drop-in outside its native ecosystem. It needs a shadcn-style setup, and the current ARIA structure, list semantics, and contrast issues should be fixed before production use.
Use it if
- You need a region selector that visually connects each option to a globe location.
- Your product already uses shadcn conventions, Tailwind theme tokens, and next-themes.
- You can supply real region coordinates and latency data through the component props.
- You want selection and confirmation callbacks instead of bundled deployment logic.
Skip it if
- You need an accessible component without first repairing the listbox structure, list semantics, and contrast.
- A lightweight native select is more appropriate than adding a WebGL globe dependency.
- Your app cannot rely on browser canvas, ResizeObserver, or client-side rendering.
- You need live latency measurement or deployment behavior, since this component only displays supplied data and emits callbacks.
Install
| Declared dependencies | cobe, lucide-react |
|---|---|
| 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 Cobe, Lucide React, and next-themes; provide the cn class-merging helper; configure Tailwind with the referenced semantic color and focus-ring tokens; and place the component behind a client boundary. Add a theme provider if your app needs its light and dark globe treatments.
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/ruixenui/ruixen.comAlternatives
Other published entries for the globe-viz pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- magicui-globeunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 27.5KB
- Bare
- fail
- Prov
- NO
- 8bitcn-timeline3skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 32.8KB
- Bare
- fail
- Prov
- NO
- magicui-dotted-mapspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 42.2KB
- Bare
- fail
- Prov
- NO