BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vanillasky/testimonial
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.

Testimonial

vanillasky/testimonial
RemovedBlock

One real attributed customer quote, testimonial, review, or named endorsement. Do not fabricate names, roles, or quotes.

See it running

Open the demo on vanillasky

vanillasky.ai/docs/components/testimonial
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/testimonial.json

Source

src/lib/scene-templates/social-testimonial.tsxvanillasky.ai/r/testimonial.json
1/**
2 * social-testimonial — animated quote card with word-by-word text reveal.
3 *
4 * Converted from Remotion TestimonialCard pattern. Dark card with large
5 * quotation mark, word-by-word quote reveal, horizontal divider, and
6 * author avatar + name section. No TextOverlay — text is integral to the visual.
7 *
8 * Block structure (docs/blocks.md):
9 * background — SceneBackground + accent radial glow behind the card
10 * hero — TestimonialCard primitive (quote mark, word-by-word quote,
11 * divider, author row; text integral — no caption slot)
12 */
13
14import type { VariableField } from "../video-config";
15import type { SceneTemplateProps } from "./types";
16import { resolveTokens } from "../theme";
17import { withOpacity } from "../theme";
18import { SceneBackground, mediaBackgroundSchemaFields, mediaBackgroundDefaults } from "./scene-background";
19import { stripPipe } from "../typography";
20import { TestimonialCard } from "../primitives/social/TestimonialCard";
21
22export const socialTestimonialSchema: Record<string, VariableField> = {
23 quote: {
24 type: "string",
25 label: "Quote",
26 default:
27 "Best decision I made this year. Our conversion rate doubled in the first week.",
28 required: true,
29 description: "Quote text",
30 },
31 authorName: {
32 type: "string",
33 label: "Author name",
34 default: "Jessica Torres",
35 required: true,
36 description: "Name of the person being quoted",
37 },
38 authorRole: {
39 type: "string",
40 label: "Role / title",
41 default: "VP of Marketing, Acme Inc",
42 description: "Job title or description below the name",
43 },
44 avatarColor: {
45 type: "color",
46 label: "Avatar color",
47 default: "#ec4899",
48 description: "Avatar circle color. Defaults to pink.",
49 },
50 ...mediaBackgroundSchemaFields,
51};
52
53export const socialTestimonialDefaults: Record<string, unknown> = {
54 quote:
55 "Best decision I made this year. Our conversion rate doubled in the first week.",
56 authorName: "Jessica Torres",
57 authorRole: "VP of Marketing, Acme Inc",
58 avatarColor: "#ec4899",
59 ...mediaBackgroundDefaults,
60};
61
62export const SocialTestimonialTemplate: React.FC<SceneTemplateProps> = ({
63 variables,
64 style,
65 progress,
66 beatIntensity,
67 width,
68 height,
69 sceneDuration,
70 isPlaying = true,
71}) => {
72 const dim = Math.min(width, height);
73 const { accent, font, explicit } = resolveTokens(style);
74
75 const quote = stripPipe(String(variables.quote || ""));
76// … 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/social-testimonial.tsx
  • src/lib/primitives/social/TestimonialCard.tsx
  • src/lib/scene-templates/scene-background.tsx
  • src/lib/scene-templates/types.ts

Facts

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

Go to the source

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

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex