Cuevo AI has developed proprietary script-driven rich card templates. Simply specify the card type in your script, and the renderer automatically overlays high-quality typographic and data visualization layers onto the video.
💡 Interactive Arena Guide
Below is a simulated view of Cuevo's backend rendering viewport. You can click on the grid list to toggle between card templates, instantly previewing their output effects, key parameters, and Prompt tips.
16 VFX Rich Card Encyclopedia
Descriptions, parameter rules, and recommendations for each card type:
Text Card
TEXT TEMPLATEUsed to display high-level conceptual frameworks, hierarchical bullet points, paragraph summaries, or explanatory labels.
| Field | Type | Description |
|---|---|---|
| title | string | Main title, recommended length ≤ 14 characters |
| subtitle | string | Optional, subtitle, recommended length ≤ 18 characters |
| points | string[] | Optional, multi-line list entries |
Data Callout Card
METRIC TEMPLATEHighlights percentages, ratios, or metrics in an extra-large font, accompanied by small descriptions.
| Field | Type | Description |
|---|---|---|
| dataValue | string | Large numerical highlight, e.g., '98.6%' or '350K+' |
| dataLabel | string | Metric description label, recommended ≤ 12 characters |
| dataNote | string | Optional, bottom footnote annotation for context or source |
Chart Card
VISUAL CHARTPlots high-definition line graphs, bar charts, or pie charts to visualize structured 2D datasets on screen.
| Field | Type | Description |
|---|---|---|
| title | string | Text title of the chart |
| chartSeries | JSON string | JSON coordinates array, e.g., [{name:'Series A', data:[[1,10],[2,20]]}] |
Equation Card
FORMULA PREVIEWLeverages LaTeX typesetting to show elegant mathematical equations or physical derivations.
| Field | Type | Description |
|---|---|---|
| eqTitle | string | Formula title, e.g., 'Gaussian Normal Distribution' |
| eqLines | string[] | LaTeX string array, one formula per line |
Comparison Card
A/B MATRIXUses a split layout to contrast two solutions, technical architectures, or treatment/control groups.
| Field | Type | Description |
|---|---|---|
| leftTitle | string | Left column header |
| leftItems | string[] | Left column features list |
| rightTitle | string | Right column header |
| rightItems | string[] | Right column features list |
Ranking List
ORDER MATRIXNumbered multi-line list displaying sequence steps, summaries, or charts.
| Field | Type | Description |
|---|---|---|
| rankingItems | JSON | Chronological array of steps, recommended ≤ 5 lines |
Quote Card
RESEARCH QUOTEWraps quotes in classical double quotation marks, emphasizing statements or report segments.
| Field | Type | Description |
|---|---|---|
| quoteText | string | Quote contents, recommended length 10-60 characters |
| quoteSpeaker | string | Author or speaker's name |
| quoteTitle | string | Optional, author's title or affiliation |
Code Highlight Card
SOURCE CODEDisplays static code snippets in an IDE-like interface with syntax highlighting and line numbers.
| Field | Type | Description |
|---|---|---|
| code | string | Source code text, supported up to 18 lines |
| language | string | Programming language, e.g., python, javascript, rust |
| filename | string | Optional, tab title at the top-right of the card |
Code Run Card
TERMINAL CONSOLEDisplays code in the top section and slides in a simulated terminal console at the bottom to show runtime outputs.
| Field | Type | Description |
|---|---|---|
| code | string | Code body snippet |
| passed | boolean | Toggles green [SUCCESS] or red [FAIL] terminal statuses |
| takeaway | string | Highlight summary at the bottom |
Diagram Card
SYSTEM ARCHITECTUREShows architecture diagrams, flow charts, or Excalidraw-style sketch assets.
| Field | Type | Description |
|---|---|---|
| diagramContent | string | Text prompt describing the chart logic |
| diagramStyle | string | Visual style, e.g., 'sketch', 'neon' |
Poster Card
CHAPTER BANNERDisplays full-screen titles on rich gradient backdrops, marking chapter transitions.
| Field | Type | Description |
|---|---|---|
| posterContent | string | Text-to-image prompt |
| posterStyle | string | Style template, e.g., 'tech_gradient', 'ink_wash' |
Webpage Card
BROWSER VIEWPORTSimulates a browser window, loads a URL, and auto-scrolls down the page.
| Field | Type | Description |
|---|---|---|
| webpageUrl | string | Absolute destination webpage URL |
| webpageHighlightSelector | string | Optional, CSS selector to highlight elements with red circles |
3D Neural Network Card
DEEP LEARNING MODELGenerates a rotating 3D multilayer neural network topology with active nodes.
| Field | Type | Description |
|---|---|---|
| nnLayers | string | Comma-separated layer counts, e.g., '4, 8, 8, 2' |
| nnShowConnections | boolean | Specifies whether to show weight connections |
3D Molecule Card
CHEMICAL STRUCTURECreates a rotating 3D chemical structure in space (ball-and-stick, licorice, or space-filling style).
| Field | Type | Description |
|---|---|---|
| moleculeSmiles | string | SMILES string representation, e.g., 'CCO' (Ethanol) or 'c1ccccc1' (Benzene) |
Ziwei Chart Card
ASTROLOGY BOARDDraws a 4x4 astrology chart based on Chinese Ziwei metaphysics, listing key houses and star distributions.
| Field | Type | Description |
|---|---|---|
| ziweiPalaces | string | Palace data inputs, one line per house |
| ziweiFocus | string | House names to highlight, e.g., 'Wealth House' |
Zhouyi Hexagram Card
HEXAGRAM MUTATIONRenders primary and mutated hexagrams side-by-side with quotes and interpretations.
| Field | Type | Description |
|---|---|---|
| question | string | Divination question context, e.g., 'Daily guidance' |
| originalHexagram | string | Primary hexagram name, e.g., 'Hexagram 5' |
| movingLines | string | Changing lines indices, e.g., '5' or 'nine-five' |