BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/rivelle/profile-card-01

Profile Card

rivelle/profile-card-01
FreeBlock

A polished professional profile with availability, location and social actions.

Install it

npx shadcn@latest add https://rivelle.dev/r/profile-card-01.json

Source

registry/nova/blocks/profile-card-01.tsxrivelle.dev/r/profile-card-01.json
1import * as React from "react";
2import { ArrowUpRight, Dribbble, Github, MapPin } from "lucide-react";
3
4import { Avatar, AvatarFallback } from "@/components/ui/avatar";
5import { Badge } from "@/components/ui/badge";
6import { Button } from "@/components/ui/button";
7import { cn } from "@/lib/utils";
8
9function ProfileCard01({
10 className,
11 ...props
12}: React.ComponentProps<"article">) {
13 return (
14 <article
15 className={cn(
16 "relative mx-auto w-full max-w-lg overflow-hidden rounded-[2rem] border border-foreground/10 bg-background p-6 shadow-[0_30px_90px_-65px_var(--foreground)] sm:p-8",
17 className,
18 )}
19 data-slot="profile-card"
20 {...props}
21 >
22 <div className="absolute inset-x-0 top-0 h-28 bg-[radial-gradient(circle_at_20%_0%,color-mix(in_oklch,var(--primary)_24%,transparent),transparent_66%)]" />
23 <div className="relative flex items-start justify-between gap-5">
24 <Avatar className="size-20 border-4 border-background shadow-lg">
25 <AvatarFallback className="text-lg">AL</AvatarFallback>
26 </Avatar>
27 <Badge variant="success">Available</Badge>
28 </div>
29 <div className="relative mt-5">
30 <h2 className="text-2xl font-semibold tracking-[-.035em]">
31 Avery Lane
32 </h2>
33 <p className="mt-1 text-sm font-medium text-primary">
34 Independent product designer
35 </p>
36 <p className="mt-4 text-sm leading-relaxed text-muted-foreground">
37 I help ambitious teams turn complex products into clear, memorable
38 experiences.
39 </p>
40 <p className="mt-4 flex items-center gap-2 text-xs text-muted-foreground">
41 <MapPin className="size-3.5" /> Copenhagen · Working worldwide
42 </p>
43 </div>
44 <div className="relative mt-6 flex items-center gap-2">
45 <Button className="flex-1">
46 Start a project <ArrowUpRight />
47 </Button>
48 <Button aria-label="GitHub" size="icon" variant="outline">
49 <Github />
50 </Button>
51 <Button aria-label="Dribbble" size="icon" variant="outline">
52 <Dribbble />
53 </Button>
54 </div>
55 </article>
56 );
57}
58
59export { ProfileCard01 };

What it pulls in

npm packages

  • lucide-react

Other registry items

  • @rivelle/utils
  • @rivelle/avatar
  • @rivelle/badge
  • @rivelle/button

Files it writes

  • registry/nova/blocks/profile-card-01.tsx

Facts

Registry
rivelle
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

Docs on rivelle rivelle.dev w3cproject/rivelle-ui on GitHub Raw registry item This item as JSON

More from rivelle

All 83 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Contact Formcontact-form-01rivelleBlocksFree1 dep
Creative Portfoliocreative-portfolio-01rivelleBlocksFree1 dep
Dashboard Shelldashboard-shell-01rivelleBlocksFree1 dep
Empty Project Stateempty-project-01rivelleBlocksFree1 dep
Feature Sectionfeature-section-01rivelleBlocksFree1 dep
Site Footerfooter-01rivelleBlocksFree1 dep
Herohero-01rivelleBlocksFree1 dep
Loginlogin-01rivelleBlocksFree1 dep

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