BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

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

Chat Whatsapp

vanillasky/chatWhatsapp
RemovedBlock

Short synthetic WhatsApp-style conversation when the product story is naturally conversational or customer-service oriented. Use sparingly because it is long.

See it running

Open the demo on vanillasky

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

Source

src/lib/scene-templates/social-conversation.tsxvanillasky.ai/r/chatWhatsapp.json
1/**
2 * chatMessenger + chatWhatsapp — themed conversation scenes.
3 *
4 * ConversationThread owns bubble chrome, typing, receipts, chips, timing,
5 * orientation, and export-safe emoji rendering. This template translates the
6 * editable msg1..msg5 fields into the primitive's message collection.
7 */
8
9import * as React from "react";
10import type { VariableField } from "../video-config";
11import type { SceneTemplateProps } from "./types";
12import { normalizeTextVar } from "./normalize-var";
13import { ConversationThread } from "../primitives/social/ConversationThread";
14
15export const socialConversationSchema: Record<string, VariableField> = {
16 msg1: {
17 type: "string",
18 label: "Message 1 (received)",
19 default: "Have you tried it yet?",
20 required: true,
21 description: "First message — left/received by default. Append |in or |out to override side. Aim for 3-4 messages total; use 5 with date chips only for a real time gap in a 10s+ scene.",
22 },
23 msg2: {
24 type: "string",
25 label: "Message 2 (received or sent)",
26 default: "It saves me hours every week",
27 required: true,
28 description: "Second message — left/received by default. Override with |out for ping-pong.",
29 },
30 msg3: {
31 type: "string",
32 label: "Message 3 (received)",
33 default: "And the team loves it",
34 required: true,
35 description: "Third message — left/received by default. Leave blank for a two-message exchange.",
36 },
37 msg4: {
38 type: "string",
39 label: "Message 4 (sent)",
40 default: "Sounds great — sharing access now",
41 description: "Fourth message — right/sent by default. Optional; most chats end here.",
42 },
43 dateChip1: {
44 type: "string",
45 label: "Date chip 1",
46 default: "",
47 description: "Optional date label before message 4. Use only for a real time gap.",
48 },
49 dateChip2: {
50 type: "string",
51 label: "Date chip 2",
52 default: "",
53 description: "Optional date label before message 5. Use only for a real time gap.",
54 },
55 msg5: {
56 type: "string",
57 label: "Message 5 (sent)",
58 default: "",
59 description: "Optional fifth message — right/sent by default.",
60 },
61};
62
63const sharedMessages = {
64 msg1: "Have you tried it yet?",
65 msg2: "It saves me hours every week",
66 msg3: "And the team loves it",
67 msg4: "Sounds great — sharing access now",
68 msg5: "",
69 dateChip1: "",
70 dateChip2: "",
71};
72
73export const socialMessengerDefaults: Record<string, unknown> = {
74 theme: "messenger",
75 ...sharedMessages,
76};
77
78// … truncated

What it pulls in

npm packages

  • react

Other registry items

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

Files it writes

  • src/lib/scene-templates/social-conversation.tsx
  • src/lib/primitives/social/ConversationThread.tsx
  • src/lib/emoji/emoji-text.tsx
  • src/lib/emoji/index.tsx
  • src/lib/scene-templates/normalize-var.ts
  • src/lib/scene-templates/types.ts

Facts

Registry
vanillasky
Type
registry:block
Access
Free
Files written
6
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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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