BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/motiq/copperplate-hatch

Copperplate Hatch

motiq/copperplate-hatch
FreeComponent

An engraved plate lit from within: candle-gold light waves radiate from a focal point and ignite each burin stroke as they pass, making the whole plate glint in sequence. One canvas + a single rAF loop; committed dark Motion Lab palette; reduced-motion static frame, offscreen-paused, forced-colors fallback.

Live preview

live · rendered by the registry
Rendered by motiq on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.motiq.dev/r/copperplate-hatch.json

Source

registry/backgrounds/copperplate-hatch.tsxwww.motiq.dev/r/copperplate-hatch.json · first 6 KB
1"use client";
2
3import * as React from "react";
4
5import { cn } from "@/lib/utils";
6import { useReducedMotion, useVisibilityPause } from "@/lib/motiq";
7
8/* -------------------------------------------------------------------------- */
9/* Types */
10/* -------------------------------------------------------------------------- */
11
12export interface CopperplateFocalPoint {
13 /** 0–1 horizontal position of a "light source" driving the tonal field. */
14 x: number;
15 /** 0–1 vertical position of a "light source" driving the tonal field. */
16 y: number;
17}
18
19export interface CopperplateSafeArea {
20 /** 0–1 left edge of the readable safe area. */
21 x: number;
22 /** 0–1 top edge of the readable safe area. */
23 y: number;
24 /** 0–1 width of the readable safe area. */
25 w: number;
26 /** 0–1 height of the readable safe area. */
27 h: number;
28}
29
30export interface CopperplateHatchProps extends React.HTMLAttributes<HTMLDivElement> {
31 /** Hatch-stroke density multiplier (smaller pitch = more strokes). ~0.4–1.6. */
32 density?: number;
33 /** Overall ink/glint contrast of the plate (0–1.4). */
34 intensity?: number;
35 /** Light-wave travel speed multiplier. 0 (or reduced motion) freezes on a rich still frame. */
36 speed?: number;
37 /**
38 * One or two "light source" points. The first drives the traveling radial light
39 * (follows the pointer when `interactive`); the second, if given, is a static
40 * secondary bright zone in the tonal field.
41 */
42 focalPoint?: CopperplateFocalPoint | CopperplateFocalPoint[];
43 /** Region where the plate dims toward the ground so foreground text stays readable
44 * (drives only the DOM frosted scrim behind `children` — the canvas quiet-zone
45 * gradient itself is fixed to the Motion Lab values for a pixel-identical look). */
46 safeArea?: CopperplateSafeArea;
47 /** Overrides the metallic glint / focal light gold. Accepts a plain `#hex` or
48 * `rgb()`/`rgba()` string; omit to use the exact Motion Lab gold (`#eab365`).
49 * Values that need DOM resolution (e.g. `var(...)`) are ignored — this component
50 * is a fixed dark palette, not theme-aware. */
51 accent?: string;
52 /** Deterministic seed for the hatch field layout (SSR-stable). */
53 seed?: number;
54 /** Pause the loop when scrolled offscreen or the tab is hidden. */
55 pauseWhenHidden?: boolean;
56 /** The focal light follows the pointer (never the sole effect). */
57 interactive?: boolean;
58// … truncated

What it pulls in

Other registry items

  • https://motiq.dev/r/utils.json
  • https://motiq.dev/r/primitives.json

Files it writes

  • registry/backgrounds/copperplate-hatch.tsx

Facts

Registry
motiq
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
yesterday

Go to the source

Docs on motiq www.motiq.dev RMahammad/motiq on GitHub Raw registry item This item as JSON

More from motiq

All 100 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Activity Streamactivity-streammotiqComponentsFree1 dep
Adaptive Safe-Zone Gridadaptive-safe-zone-gridmotiqComponentsFreeno deps
Agent Run Timelineagent-run-timelinemotiqComponentsFree1 dep
AI Response Streamai-response-streammotiqComponentsFree1 dep
Animated Accordionanimated-accordionmotiqComponentsFree2 deps
Animated Buttonanimated-buttonmotiqComponentsFree1 dep
Animated Dialoganimated-dialogmotiqComponentsFree2 deps
Animated Gridanimated-gridmotiqComponentsFree2 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