BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Manifest UI/manifest-types

Manifest Types

manifest-ui/manifest-types
FreeUtility

Shared type definitions for Manifest UI components.

Install it

npx shadcn@latest add https://ui.manifest.build/r/manifest-types.json

Source

registry/shared-types.tsui.manifest.build/r/manifest-types.json · first 6 KB
1// Shared type definitions for Manifest UI components
2// This file is installed as components/ui/types.ts via the manifest-types registry item.
3// All category-specific types are unified here to prevent collisions when
4// installing multiple components via shadcn CLI.
5
6import type { ReactNode } from 'react'
7
8// ---------------------------------------------------------------------------
9// Blogging
10// ---------------------------------------------------------------------------
11
12/**
13 * Represents a blog post with metadata.
14 * @interface Post
15 * @property {string} [title] - Post title
16 * @property {string} [excerpt] - Brief description or summary
17 * @property {string} [coverImage] - URL of the cover image
18 * @property {object} [author] - Author information
19 * @property {string} [author.name] - Author's display name
20 * @property {string} [author.avatar] - Author's avatar URL
21 * @property {string} [publishedAt] - ISO date string of publication
22 * @property {string} [readTime] - Estimated read time (e.g., "5 min read")
23 * @property {string[]} [tags] - Array of tag labels
24 * @property {string} [category] - Category name
25 * @property {string} [url] - External URL for the post
26 */
27export interface Post {
28 title?: string
29 excerpt?: string
30 coverImage?: string
31 author?: {
32 name?: string
33 avatar?: string
34 }
35 publishedAt?: string
36 readTime?: string
37 tags?: string[]
38 category?: string
39 url?: string
40}
41
42// ---------------------------------------------------------------------------
43// List
44// ---------------------------------------------------------------------------
45
46/**
47 * Represents a product with pricing and display information.
48 * @interface Product
49 */
50export interface Product {
51 name?: string
52 description?: string
53 price?: number
54 originalPrice?: number
55 image?: string
56 rating?: number
57 badge?: string
58 inStock?: boolean
59}
60
61// ---------------------------------------------------------------------------
62// Selection
63// ---------------------------------------------------------------------------
64
65/**
66 * Represents a selectable option with label and description.
67 * @interface Option
68 */
69export interface Option {
70 label?: string
71 description?: string
72 icon?: ReactNode
73 disabled?: boolean
74}
75
76// ---------------------------------------------------------------------------
77// Messaging
78// ---------------------------------------------------------------------------
79
80/**
81 * Represents a chat message with content and metadata.
82 * @interface ChatMessage
83// … truncated

Files it writes

  • registry/shared-types.ts

Facts

Registry
Manifest UI
Type
registry:lib
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-11
Last confirmed
today

Go to the source

ui.manifest.build Raw registry item This item as JSON

More from Manifest UI

All 32 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Event Shared Utilitiesevent-sharedManifest UIUtilitiesFree3 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