BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/8bitcn/game-features1

8-bit game-features1

8bitcn/game-features1
FreeBlock

Skill tree feature grid with progress.

Install it

npx shadcn@latest add https://www.8bitcn.com/r/game-features1.json

Source

components/ui/8bit/blocks/game-features1.tsxwww.8bitcn.com/r/game-features1.json
1import type { ReactNode } from "react";
2
3import { cn } from "@/lib/utils";
4
5import { Badge } from "@/components/ui/8bit/badge";
6import {
7 Card,
8 CardContent,
9 CardDescription,
10 CardHeader,
11 CardTitle,
12} from "@/components/ui/8bit/card";
13import { Progress } from "@/components/ui/8bit/progress";
14
15import "@/components/ui/8bit/styles/retro.css";
16
17export interface Skill {
18 description: string;
19 level: number;
20 maxLevel: number;
21 title: string;
22 unlocked: boolean;
23}
24
25interface GameFeatures1Props {
26 className?: string;
27 description?: string;
28 skills?: Skill[];
29 title?: string;
30}
31
32const defaultSkills: Skill[] = [
33 {
34 title: "Components",
35 description: "Base UI primitives. Buttons, cards, inputs, dialogs.",
36 level: 3,
37 maxLevel: 3,
38 unlocked: true,
39 },
40 {
41 title: "Blocks",
42 description: "Full page sections. Hero, pricing, FAQ, timelines.",
43 level: 2,
44 maxLevel: 3,
45 unlocked: true,
46 },
47 {
48 title: "Dark Mode",
49 description: "Every component works in light and dark mode.",
50 level: 3,
51 maxLevel: 3,
52 unlocked: true,
53 },
54 {
55 title: "Accessibility",
56 description: "Keyboard nav, screen readers, focus management.",
57 level: 2,
58 maxLevel: 3,
59 unlocked: true,
60 },
61 {
62 title: "Templates",
63 description: "Full landing page templates. One-click deploy.",
64 level: 0,
65 maxLevel: 3,
66 unlocked: false,
67 },
68 {
69 title: "Icon Pack",
70 description: "Native 8-bit pixel icon library.",
71 level: 0,
72 maxLevel: 3,
73 unlocked: false,
74 },
75];
76
77export default function GameFeatures1({
78 title = "Skill Tree",
79 description = "Unlock abilities as the project evolves",
80 skills = defaultSkills,
81 className,
82}: GameFeatures1Props) {
83 return (
84 <section className={cn("w-full px-4 py-16", className)}>
85 <div className="mx-auto max-w-4xl">
86 {(title || description) && (
87 <div className="mb-10 text-center">
88 {title && (
89 <h2 className="retro mb-3 font-bold text-2xl tracking-tight md:text-3xl">
90 {title}
91 </h2>
92 )}
93 {description && (
94 <p className="retro text-muted-foreground text-[9px]">{description}</p>
95 )}
96 </div>
97 )}
98
99 <div className="grid gap-x-4 gap-y-1 sm:grid-cols-2 lg:grid-cols-3">
100 {skills.map((skill) => (
101 <Card
102 className={cn(!skill.unlocked && "opacity-50")}
103 key={skill.title}
104 >
105// … truncated

What it pulls in

Other registry items

  • badge
  • card
  • progress

Files it writes

  • components/ui/8bit/blocks/game-features1.tsx
  • components/ui/8bit/styles/retro.css
  • components/ui/8bit/badge.tsx
  • components/ui/8bit/card.tsx
  • components/ui/8bit/progress.tsx

Facts

Registry
8bitcn
Type
registry:block
Access
Free
Files written
5
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

www.8bitcn.com TheOrcDev/8bitcn-ui on GitHub Raw registry item This item as JSON

More from 8bitcn

All 121 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
8-bit Advanced 1advanced18bitcnBlocksFreeno deps · 3 files
8-bit Advanced 2advanced28bitcnBlocksFreeno deps · 5 files
8-bit Advanced 3advanced38bitcnBlocksFreeno deps · 6 files
8-bit Audio Settingsaudio-settings8bitcnBlocksFree2 deps · 7 files
8-bit Chapter Introchapter-intro8bitcnBlocksFreeno deps · 3 files
8-bit Character Sheetcharacter-sheet8bitcnBlocksFreeno deps · 9 files
8-bit Chartchart8bitcnBlocksFreeno deps · 3 files
8-bit Chart Area Stepchart-area-step8bitcnBlocksFreeno deps · 3 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex