BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vanillasky/phoneMockup
This component no longer exists. It was in vanillasky’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-12 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

Phone Mockup

vanillasky/phoneMockup
RemovedBlock

Uploaded portrait/mobile UI screenshots or a mobile app workflow. Use one scene for up to three same-orientation phone screens.

See it running

Open the demo on vanillasky

vanillasky.ai/docs/components/phoneMockup
Open
This registry sends X-Frame-Options, so its page cannot be embedded here. The link is the same page the frame would have shown.

Install it

npx shadcn@latest add https://vanillasky.ai/r/phoneMockup.json

Source

src/lib/scene-templates/showcase-phone.tsxvanillasky.ai/r/phoneMockup.json
1/**
2 * showcase-phone — iPhone mockup with optional sliding screens.
3 *
4 * Single mode: one phone with screenMediaUrl or placeholder.
5 * Slides mode (when screen1Url is set): same big phone, 3 screens slide inside the device.
6 */
7
8import React from "react";
9import type { VariableField } from "../video-config";
10import type { SceneTemplateProps } from "./types";
11import { resolveTokens } from "../theme";
12import { TemplateText } from "./template-text";
13import type { TextArchetype } from "../typography";
14import { PhoneFrame } from "../primitives/devices/PhoneFrame";
15import {
16 productSurfaceDefaults,
17 productSurfaceSchemaFields,
18 resolveProductSurfaceMotion,
19} from "../primitives/devices/product-surface-config";
20import {
21 mediaBackgroundDefaults,
22 mediaBackgroundSchemaFields,
23 SceneBackground,
24} from "./scene-background";
25
26// ─── Schema & Defaults ─────────────────────────────────────────
27
28export const showcasePhoneSchema: Record<string, VariableField> = {
29 texts: {
30 type: "string",
31 label: "Text",
32 default: "See it in action.",
33 required: true,
34 description: "Title text shown on the scene",
35 },
36 screenMediaUrl: {
37 type: "media",
38 label: "Screen screenshot",
39 description: "Screenshot to show on the phone screen",
40 },
41 screen1Url: {
42 type: "media",
43 label: "Screen 1",
44 default: "",
45 description: "Set to enable slides mode — screens slide inside the phone",
46 },
47 screen2Url: {
48 type: "media",
49 label: "Screen 2",
50 default: "",
51 description: "Second screen (slides mode)",
52 },
53 ...productSurfaceSchemaFields,
54 textColor: {
55 type: "color",
56 label: "Text color",
57 default: "",
58 description: "Override text color (leave empty for auto)",
59 },
60 ...mediaBackgroundSchemaFields,
61};
62
63export const showcasePhoneDefaults: Record<string, unknown> = {
64 texts: "See it in action.",
65 screenMediaUrl: "",
66 screen1Url: "",
67 screen2Url: "",
68 ...productSurfaceDefaults,
69 textColor: "",
70 ...mediaBackgroundDefaults,
71};
72
73// ─── Component ──────────────────────────────────────────────────
74
75export const ShowcasePhoneTemplate: React.FC<SceneTemplateProps> = ({
76 variables,
77 style,
78 progress,
79 beatIntensity,
80 width,
81 height,
82 textArchetype,
83 safeZone,
84 sceneDuration,
85 backgroundEffect,
86 isPlaying,
87}) => {
88// … truncated

What it pulls in

npm packages

  • react

Other registry items

  • @vanillasky/backgrounds
  • @vanillasky/motion
  • @vanillasky/theme
  • @vanillasky/typography
  • @vanillasky/video-config

Files it writes

  • src/lib/scene-templates/showcase-phone.tsx
  • src/lib/scene-templates/scene-background.tsx
  • src/lib/primitives/devices/product-surface-config.ts
  • src/lib/primitives/devices/PhoneFrame.tsx
  • src/lib/primitives/devices/ProductSurface.tsx
  • src/lib/emoji/emoji-text.tsx
  • src/lib/emoji/index.tsx
  • src/lib/primitives/devices/DesignedScreenFill.tsx
  • src/lib/scene-templates/template-text.tsx
  • src/lib/scene-templates/types.ts

Facts

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

Go to the source

Docs on vanillasky vanillasky.ai VanillaSkyAi/skills on GitHub Raw registry item This item as JSON

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