BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tripled/glassmorphism-portfolio-block-baseui

Glassmorphism Portfolio

tripled/glassmorphism-portfolio-block-baseui
FreeBlock

Personal portfolio spotlight with profile portrait, narrative highlights, and animated social links (Base UI)

Install it

npx shadcn@latest add https://ui.tripled.work/r/glassmorphism-portfolio-block-baseui.json

Source

@uitripled/react-baseui/src/components/sections/glassmorphism-portfolio-block-baseui.tsxui.tripled.work/r/glassmorphism-portfolio-block-baseui.json · first 6 KB
1"use client";
2
3import { Button } from "@base-ui/react/button";
4import { motion, Variants } from "framer-motion";
5import type { LucideIcon } from "lucide-react";
6import {
7 ArrowUpRight,
8 Dribbble,
9 Github,
10 Linkedin,
11 Twitter,
12} from "lucide-react";
13
14type Highlight = {
15 title: string;
16 description: string;
17};
18
19type SocialLink = {
20 label: string;
21 handle: string;
22 href: string;
23 icon: LucideIcon;
24};
25
26const highlights: Highlight[] = [
27 {
28 title: "Collaborations",
29 description:
30 "Linear, Framer, Gamma, Clearbit, and early-stage founders crafting premium launches.",
31 },
32 {
33 title: "Latest drop",
34 description:
35 "Aurora OS motion system · 47 reusable blueprints, adaptive tokens, and launch storyboard.",
36 },
37 {
38 title: "Availability",
39 description:
40 "2 advisory spots for Q1 · Remote friendly across EU & US time zones.",
41 },
42];
43
44const socialLinks: SocialLink[] = [
45 {
46 label: "Twitter",
47 handle: "@caspermotions",
48 href: "https://x.com/caspermotions",
49 icon: Twitter,
50 },
51 {
52 label: "LinkedIn",
53 handle: "Casper Lightman",
54 href: "https://linkedin.com/in/casperlightman",
55 icon: Linkedin,
56 },
57 {
58 label: "Dribbble",
59 handle: "caspermotion",
60 href: "https://dribbble.com/caspermotion",
61 icon: Dribbble,
62 },
63 {
64 label: "GitHub",
65 handle: "casper-studio",
66 href: "https://github.com/casper-studio",
67 icon: Github,
68 },
69];
70
71const listVariants: Variants = {
72 hidden: { opacity: 0, y: 16 },
73 visible: {
74 opacity: 1,
75 y: 0,
76 transition: {
77 duration: 0.4,
78 staggerChildren: 0.08,
79 },
80 },
81};
82
83const itemVariants: Variants = {
84 hidden: { opacity: 0, y: 12 },
85 visible: {
86 opacity: 1,
87 y: 0,
88 transition: {
89 duration: 0.35,
90 },
91 },
92};
93
94export function GlassmorphismPortfolioBlockBaseui() {
95 return (
96 <section className="relative min-h-screen overflow-hidden px-6 py-24 lg:py-32">
97 <div className="mx-auto max-w-6xl">
98 <motion.div
99 initial={{ opacity: 0, y: 40 }}
100 whileInView={{ opacity: 1, y: 0 }}
101 viewport={{ once: true, amount: 0.3 }}
102 transition={{ duration: 0.6, ease: "easeOut" }}
103 className="relative overflow-hidden rounded-3xl border border-border/50 bg-background/45 p-8 backdrop-blur-2xl md:p-12"
104 >
105 {/* Glass gradient overlay */}
106// … truncated

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-baseui/src/components/sections/glassmorphism-portfolio-block-baseui.tsx

Facts

Registry
tripled
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-08
Last confirmed
3 days ago

Go to the source

ui.tripled.work moumen-soliman/uitripled on GitHub Raw registry item This item as JSON

More from tripled

All 282 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About Us Pageabout-us-page-shadcnuitripledBlocksFree2 deps
About Usabout-us-section-baseuitripledBlocksFree2 deps
About Usabout-us-section-shadcnuitripledBlocksFree2 deps
Auto-Revealing Headingauto-revealing-heading-shadcnuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-baseuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-shadcnuitripledBlocksFree2 deps
Blog Blockblog-block-baseuitripledBlocksFree2 deps
Blog Blockblog-block-shadcnuitripledBlocksFree2 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