BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/not-found-01

Not Found 01

ncdai/not-found-01
FreeBlock

A 404 page with a playable brick breaker game.

Install it

npx shadcn@latest add https://chanhdai.com/r/not-found-01.json

Source

src/registry/blocks/not-found-01/page.tsxchanhdai.com/r/not-found-01.json
1import Link from "next/link"
2import { ArrowRightIcon, SearchXIcon } from "lucide-react"
3
4import { Button } from "@/components/ui/button"
5import {
6 Empty,
7 EmptyContent,
8 EmptyDescription,
9 EmptyHeader,
10 EmptyMedia,
11 EmptyTitle,
12} from "@/components/ui/empty"
13import { Daikanoid } from "@/registry/blocks/not-found-01/components/daikanoid"
14
15export default function NotFound() {
16 return (
17 <div>
18 <Empty className="py-12 max-lg:min-h-svh">
19 <EmptyHeader>
20 <EmptyMedia variant="icon">
21 <SearchXIcon />
22 </EmptyMedia>
23
24 <EmptyTitle className="text-base">Page not found</EmptyTitle>
25
26 <EmptyDescription>
27 The page you are looking for does not exist or has been moved.
28 </EmptyDescription>
29 </EmptyHeader>
30
31 <EmptyContent>
32 <Button variant="outline" asChild>
33 <Link href="/">
34 Go to Home
35 <ArrowRightIcon />
36 </Link>
37 </Button>
38 </EmptyContent>
39 </Empty>
40
41 {/* The canvas is fixed at 800x600, so the game is desktop only. */}
42 <section className="place-items-center pb-6 max-lg:hidden">
43 <Daikanoid />
44 </section>
45 </div>
46 )
47}

What it pulls in

npm packages

  • p5@^1.9.4
  • motion
  • next-themes

Other registry items

  • button
  • empty

Files it writes

  • src/registry/blocks/not-found-01/page.tsx
  • src/registry/blocks/not-found-01/components/daikanoid/index.tsx
  • src/registry/blocks/not-found-01/components/daikanoid/component.tsx
  • src/registry/blocks/not-found-01/components/daikanoid/ball.ts
  • src/registry/blocks/not-found-01/components/daikanoid/brick.ts
  • src/registry/blocks/not-found-01/components/daikanoid/paddle.ts
  • src/registry/blocks/not-found-01/components/daikanoid/logos.ts
  • src/registry/blocks/not-found-01/components/daikanoid/colors.ts
  • src/registry/blocks/not-found-01/components/daikanoid/constants.ts
  • src/registry/blocks/not-found-01/components/daikanoid/types.ts
  • src/registry/blocks/not-found-01/components/daikanoid/ui.ts

Facts

Registry
ncdai
Type
registry:block
Access
Free
Files written
11
Theme wiring
ships cssVars
Licence
the repository states none
In the index
at or before 2026-08-10
Last confirmed
yesterday

Go to the source

chanhdai.com Prathamesh-exe/prathfolio on GitHub Raw registry item This item as JSON

More from ncdai

All 17 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blog 01blog-01ncdaiBlocksUnverified1 dep · 2 files
Blog 02blog-02ncdaiBlocksUnverified1 dep · 2 files
Experience 01experience-01ncdaiBlocksUnverifiedno deps
Hero 01hero-01ncdaiBlocksUnverifiedno deps · 2 files
Login 01login-01ncdaiBlocksUnverifiedno deps · 2 files
Metrics 01metrics-01ncdaiBlocksUnverified1 dep · 2 files
Social Links 01social-links-01ncdaiBlocksUnverifiedno deps
Social Proof 01social-proof-01ncdaiBlocksUnverifiedno deps

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

ToolDrift

What the AI coding tools changed last night

tooldrift.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 ToolDrift

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 ToolDrift

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 ToolDrift

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