BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/gaia/holo-card

Holo Card

gaia/holo-card
FreeComponent

An interactive 3D holographic profile card with tilt effects, sparkle animations, and flip functionality.

Install it

npx shadcn@latest add https://ui.heygaia.io/r/holo-card.json

Source

registry/new-york/ui/holo-card.tsxui.heygaia.io/r/holo-card.json · first 6 KB
1"use client";
2
3import Image from "next/image";
4import type React from "react";
5import { useRef, useState, useCallback } from "react";
6import Tilt from "react-parallax-tilt";
7import { cn } from "@/lib/utils";
8import "./holo-card.css";
9
10// ============================================================================
11// Types
12// ============================================================================
13
14export interface HoloCardDisplayData {
15 /** Primary name displayed on the card */
16 name: string;
17 /** Secondary text (e.g., personality phrase, tagline) */
18 subtitle?: string;
19 /** Extended description shown on the back of the card */
20 description?: string;
21 /** Primary identifier (e.g., user number, ID) */
22 primaryId?: string | number;
23 /** Secondary info (e.g., member since date) */
24 secondaryInfo?: string;
25 /** Background image URL */
26 backgroundImage?: string;
27 /** Badge/tag text (e.g., house name, role) */
28 badge?: string;
29 /** Overlay color for the card */
30 overlayColor?: string;
31 /** Overlay opacity (0-100) */
32 overlayOpacity?: number;
33}
34
35export interface HoloCardBranding {
36 /** Primary logo image URL */
37 logo?: string;
38 /** Logo alt text */
39 logoAlt?: string;
40 /** Icon shown in various places */
41 icon?: string;
42 /** Icon alt text */
43 iconAlt?: string;
44}
45
46export interface HoloCardProps {
47 /** Card display data */
48 data: HoloCardDisplayData;
49 /** Card dimensions */
50 height?: number;
51 width?: number;
52 /** Show sparkle animation effect */
53 showSparkles?: boolean;
54 /** Force card to show front or back (disables flip) */
55 forceSide?: "front" | "back";
56 /** Custom branding (logos, icons) */
57 branding?: HoloCardBranding;
58 /** Additional CSS classes */
59 className?: string;
60 /** Children rendered inside the card */
61 children?: React.ReactNode;
62 /** Callback when card is flipped */
63 onFlip?: (isFlipped: boolean) => void;
64}
65
66// ============================================================================
67// Default Values
68// ============================================================================
69
70const DEFAULT_BACKGROUND =
71 "https://i.pinimg.com/1200x/27/0a/74/270a74bdc412f9eeae4d2403ebc9bd63.jpg";
72
73const DEFAULT_BRANDING: HoloCardBranding = {
74 logo: "/images/logos/text_w_logo_white.webp",
75 logoAlt: "Logo",
76 icon: "/images/logos/experience_logo.svg",
77 iconAlt: "Icon",
78};
79
80// ============================================================================
81// Component
82// ============================================================================
83
84// … truncated

What it pulls in

npm packages

  • react-parallax-tilt

Files it writes

  • registry/new-york/ui/holo-card.tsx
  • registry/new-york/ui/holo-card.css

Facts

Registry
gaia
Type
registry:ui
Access
Free
Files written
2
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
today

Go to the source

ui.heygaia.io theexperiencecompany/gaia-ui on GitHub Raw registry item This item as JSON

More from gaia

All 28 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Area Chartarea-chartgaiaComponentsFree1 dep
Author Tooltipauthor-tooltipgaiaComponentsFreeno deps
Bar Chartbar-chartgaiaComponentsFree1 dep
Chat Demochat-demogaiaComponentsFreeno deps
ComposercomposergaiaComponentsFreeno deps
Email Compose Cardemail-compose-cardgaiaComponentsFreeno deps
Gauge Chartgauge-chartgaiaComponentsFree1 dep
GitHub Stars Buttongithub-stars-buttongaiaComponentsFree1 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