BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/blog-01

Blog 01

ncdai/blog-01
UnverifiedBlock

A blog section with a grid layout.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/exekartik/exeKartik/main/blog-01.json

Source

src/registry/blocks/blog-01/blog-01.tsxraw.githubusercontent.com/exekartik/exeKartik/main/blog-01.json
1import { ArrowRightIcon } from "lucide-react"
2
3import { Button } from "@/components/ui/button"
4import { ArticleItem } from "@/registry/blocks/blog-01/components/article-item"
5
6export default function Blog01() {
7 return (
8 <div className="container mx-auto flex flex-col gap-8 px-4 py-8">
9 <h2 className="ml-4 font-heading text-4xl font-medium tracking-tight md:text-5xl">
10 Blog
11 </h2>
12
13 <div className="grid gap-4 md:grid-cols-2 lg:grid-cols-3">
14 {articles.map((article) => (
15 <a key={article.id} className="block h-full" href="#">
16 <ArticleItem
17 title={article.title}
18 coverUrl={article.coverUrl}
19 createdAt={article.createdAt}
20 />
21 </a>
22 ))}
23 </div>
24
25 <div className="flex justify-center">
26 <Button className="gap-2 pr-2.5 pl-3" asChild>
27 <a href="#">
28 View All
29 <ArrowRightIcon />
30 </a>
31 </Button>
32 </div>
33 </div>
34 )
35}
36
37type Article = {
38 id: string
39 title: string
40 coverUrl: string
41 createdAt: string
42}
43
44const articles: Article[] = [
45 {
46 id: "1",
47 title:
48 "Apple unveils iPhone 17 Pro: Aluminum frame returns, new colors, upgraded camera",
49 coverUrl:
50 "https://assets.chanhdai.com/registry/images/blocks/blog-01/1.webp",
51 createdAt: "2025-09-13",
52 },
53 {
54 id: "2",
55 title:
56 'While the world is expecting AGI, François Chollet is showing just how "naive" AI can be',
57 coverUrl:
58 "https://assets.chanhdai.com/registry/images/blocks/blog-01/2.webp",
59 createdAt: "2025-04-21",
60 },
61 {
62 id: "3",
63 title:
64 "Apple introduces iPhone 16e: A powerful new model for the iPhone 16 lineup",
65 coverUrl:
66 "https://assets.chanhdai.com/registry/images/blocks/blog-01/3.webp",
67 createdAt: "2025-02-20",
68 },
69 {
70 id: "4",
71 title:
72 "Apple unveils MacBook Pro M4: Same design, base model now with 16GB RAM, priced from $1,599",
73 coverUrl:
74 "https://assets.chanhdai.com/registry/images/blocks/blog-01/4.webp",
75 createdAt: "2024-10-31",
76 },
77 {
78 id: "5",
79 title:
80 "Apple unveils new Mac mini M4: Smaller, 16GB RAM on the base model, priced from $599",
81 coverUrl:
82 "https://assets.chanhdai.com/registry/images/blocks/blog-01/5.webp",
83 createdAt: "2024-10-31",
84 },
85 {
86 id: "6",
87 title:
88 "Apple unveils iMac M4: Unchanged design, more powerful M4 chip, RAM starts at 16GB, priced from $1,299",
89// … truncated

What it pulls in

npm packages

  • date-fns

Other registry items

  • button

Files it writes

  • src/registry/blocks/blog-01/blog-01.tsx
  • src/registry/blocks/blog-01/components/article-item.tsx

Facts

Registry
ncdai
Type
registry:block
Access
Unverified
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

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 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
Not Found 01not-found-01ncdaiBlocksFree3 deps · 11 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