BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Unlumen Ui/demo-blob-card

Blob Card Demo

unlumen-ui/demo-blob-card
FreeComponent

Demo showing the Blob Card component.

Install it

npx shadcn@latest add https://ui.unlumen.com/r/demo-blob-card.json

Source

registry/demo/components/ui/blob-card/index.tsxui.unlumen.com/r/demo-blob-card.json
1import {
2 BlobCard,
3 type BlobCardProps,
4} from "@/components/unlumen-ui/blob-card";
5import { Button } from "@/components/ui/button";
6import Link from "next/link";
7
8import {
9 LayoutGridIcon as Blocks,
10 CodeSimpleIcon as Code2,
11 HeadphonesIcon as Headphones,
12 Infinity01Icon as InfinityIcon,
13 Refresh03Icon as RefreshCw,
14} from "hugeicons-react";
15
16type BlobCardDemoProps = Pick<BlobCardProps, "headerHeight">;
17
18export default function BlobCardDemo({
19 headerHeight = 224,
20}: BlobCardDemoProps) {
21 const PRODUCT_ID =
22 process.env.POLAR_PRODUCT_ID ?? "2958d6bb-2b8e-44c3-9404-d42ead77f8fd";
23
24 const FEATURES = [
25 { label: "All premium components", icon: Blocks },
26 { label: "Future premium releases included", icon: RefreshCw },
27 { label: "Full source code and customization", icon: Code2 },
28 { label: "Lifetime access. Pay once, own forever.", icon: InfinityIcon },
29 { label: "Direct support from the maker", icon: Headphones },
30 ];
31
32 return (
33 <div className="absolute inset-0 flex w-full items-center justify-center p-8">
34 <div className="max-w-sm">
35 <BlobCard
36 headerHeight={headerHeight}
37 header={
38 <>
39 <span className="text-lg font-serif">
40 Pro{" "}
41 <span className="text-sm text-foreground/50">
42 {" "}
43 [ Early Supporter Price ]{" "}
44 </span>
45 </span>
46 <div className="mt-2 flex items-baseline gap-3">
47 <span className="text-6xl font-medium tracking-tighter">
48 $99
49 </span>
50 <div className="flex flex-col text-xs leading-snug text-foreground/70">
51 <span className="line-through tracking-wide text-xl">
52 $149
53 </span>
54 <span>One-time payment</span>
55 <span>Lifetime access</span>
56 </div>
57 </div>
58 </>
59 }
60 >
61 <div className="flex w-full items-center justify-center">
62 <Button variant="pro" size="lg" className="px-22" asChild>
63 <Link href={`/api/checkout?products=${PRODUCT_ID}`}>
64 Get Instant Access
65 </Link>
66 </Button>
67 </div>
68 <div className="px-8 pt-8 pb-8">
69 <ul className="space-y-5">
70 {FEATURES.map((f) => (
71 <li
72 key={f.label}
73// … truncated

What it pulls in

Other registry items

  • @unlumen-ui/blob-card

Files it writes

  • registry/demo/components/ui/blob-card/index.tsx

Facts

Registry
Unlumen Ui
Type
registry:ui
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 Unlumen Ui ui.unlumen.com leovvx/unlumen-ui-docs on GitHub Raw registry item This item as JSON

More from Unlumen Ui

All 233 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AI Chatai-chatUnlumen UiComponentsPaid2 deps
Vercel Animate Countanimate-countUnlumen UiComponentsFree1 dep
Animate Digitsanimate-digitsUnlumen UiComponentsFree1 dep
Animated Inputanimate-text-input-typingUnlumen UiComponentsPaid1 dep
Animated Listanimated-listUnlumen UiComponentsFree1 dep
Apple Switchapple-switchUnlumen UiComponentsFree1 dep
Aurora Barsaurora-barsUnlumen UiComponentsFree1 dep
Aurora Bluraurora-blurUnlumen UiComponentsFree2 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