BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/harshkanjiya/hello-world

Hello World

harshkanjiya/hello-world
FreeComponent

A simple animated greeting component.

Live preview

live · rendered by the registry
Rendered by harshkanjiya on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://harshkanjiya.com/r/hello-world.json

Source

components/hello-world/hello-world.tsxharshkanjiya.com/r/hello-world.json
1import { cn } from "@/lib/utils"
2
3interface HelloWorldProps {
4 name?: string
5 className?: string
6}
7
8export function HelloWorld({ name = "World", className }: HelloWorldProps) {
9 return (
10 <div
11 className={cn(
12 "flex items-center gap-2 rounded-xl border border-edge bg-muted/40 px-4 py-3 font-mono text-sm",
13 className
14 )}
15 >
16 <span className="animate-pulse text-green-500">●</span>
17 <span>
18 Hello, <span className="font-semibold text-foreground">{name}</span>!
19 </span>
20 </div>
21 )
22}

What it pulls in

Other registry items

  • utils

Files it writes

  • components/hello-world/hello-world.tsx
  • components/hello-world/index.ts

Facts

Registry
harshkanjiya
Type
registry:component
Access
Free
Files written
2
Licence
MIT
In the index
at or before 2026-08-11
Last confirmed
today

Go to the source

Docs on harshkanjiya harshkanjiya.com HarshKanjiya/harshkanjiya.com on GitHub Raw registry item This item as JSON

More from harshkanjiya

All 6 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Pintch Switchpintch-switchharshkanjiyaComponentsFreeno deps · 4 files
Realistic Buttonrealistic-buttonharshkanjiyaComponentsFreeno deps · 4 files
Shutter CTAshutter-ctaharshkanjiyaComponentsFreeno deps · 2 files
ToggletoggleharshkanjiyaComponentsFreeno deps · 4 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

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