BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/atroui/home-who

Home Who

atroui/home-who
FreeBlock

Founder / who band with editable CONTENT constants.

Install it

npx shadcn@latest add https://atroui.com/r/home-who.json

Source

registry/default/blocks/home-who.tsxatroui.com/r/home-who.json
1import { ArrowRight } from "lucide-react"
2import Link from "next/link"
3
4import { getBrand } from "@/lib/brand"
5
6/**
7 * Edit CONTENT to change bio, CTAs, and links.
8 * This file is copied into your project by the AtroUI registry.
9 */
10const CONTENT = {
11 stamp: "Who",
12 headlineSuffix: "is me.",
13 bio: "Solo founder. Every line of code, every pixel, every email. When you hire the studio, you talk to the person building your thing.",
14 aboutHref: "/about",
15 aboutLabel: "More about the studio",
16 externalHref: "https://example.com",
17 externalLabel: "Website",
18 ctaStamp: "Ready when you are",
19 ctaHeadline: "Tell us the shape of your next week.",
20 ctaBody:
21 "Free 15-minute intro. Two project slots open this quarter. We'll say honestly if we're a fit.",
22 ctaLabel: "Start a project",
23 ctaHref: "/contact",
24 initials: "YO",
25}
26
27export type HomeWhoProps = {
28 brandName?: string
29 email?: string
30 bio?: string
31}
32
33export function HomeWho({
34 brandName,
35 email,
36 bio = CONTENT.bio,
37}: HomeWhoProps = {}) {
38 const brand = getBrand()
39 const name = brandName ?? brand.name
40 const mail = email ?? brand.email
41
42 return (
43 <section className="border-t border-border-subtle">
44 <div className="border-b border-border-subtle">
45 <div className="mx-auto grid max-w-7xl grid-cols-1 border-x border-border-subtle lg:grid-cols-12">
46 <div className="border-b border-border-subtle p-6 sm:p-8 lg:col-span-7 lg:border-r lg:border-b-0 lg:p-10">
47 <div className="flex flex-col gap-6 sm:flex-row sm:gap-8">
48 <div
49 aria-hidden
50 className="flex size-16 shrink-0 items-center justify-center rounded-full bg-muted text-sm font-semibold tracking-wide text-foreground"
51 >
52 {CONTENT.initials}
53 </div>
54 <div className="min-w-0">
55 <p className="text-[11px] font-semibold tracking-[0.14em] text-muted-foreground uppercase">
56 {CONTENT.stamp}
57 </p>
58 <h2 className="mt-3 text-3xl font-medium tracking-tight text-foreground sm:text-4xl">
59 {name}{" "}
60 <span className="italic text-[var(--color-brand,#0b7bff)]">
61 {CONTENT.headlineSuffix}
62 </span>
63 </h2>
64 <p className="mt-4 max-w-md text-[15px] leading-relaxed text-muted-foreground">
65 {bio}
66 </p>
67// … truncated

What it pulls in

npm packages

  • lucide-react
  • next

Other registry items

  • @atroui/brand

Files it writes

  • registry/default/blocks/home-who.tsx

Facts

Registry
atroui
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

atroui.com atroui/atroui on GitHub Raw registry item This item as JSON

More from atroui

All 82 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Analytics Provideranalytics-provideratrouiBlocksFree1 dep
AR Portfolioar-portfolioatrouiBlocksFree1 dep
Before / Afterbefore-after-slideratrouiBlocksFreeno deps
Calendly Embedcalendly-embedatrouiBlocksFree1 dep
ChangelogchangelogatrouiBlocksFreeno deps
Command Menucommand-menuatrouiBlocksFree4 deps
Contact Formcontact-formatrouiBlocksFree2 deps
Contextual CTAcontextual-ctaatrouiBlocksFree2 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