返回 html-video
template.html-video.yaml
根目录 / templates / frame-takram-organic / template.html-video.yaml
1 spec_version: 1
2 id: frame-takram-organic
3 name: Takram Organic
4 description: >
5 Soft-tech radial node graph as art — a frosted rounded card holds the message while
6 curved links draw and eight nodes pop outward around an evolving core, then everything
7 gently floats. Warm, natural, organic. Distilled from the huashu-design "Takram" philosophy.
8
9 engine: hyperframes
10 engine_version: ^0.4.0
11 source_entry: source/index.html
12
13 category: explainer
14 subcategory: concept-diagram
15 tags: [organic, soft-tech, radial, node-graph, takram, beige, diagram]
16
17 best_for:
18 - "System / architecture concept reveal"
19 - "Warm, human product story"
20 - "Network or memory-graph explainer"
21
22 output:
23 formats: [mp4, webm]
24 default_format: mp4
25 resolution:
26 default: { width: 1920, height: 1080 }
27 supported_aspects: ["16:9", "1:1"]
28 fps:
29 default: 60
30 supported: [30, 60]
31 duration:
32 type: variable
33 min_sec: 4
34 max_sec: 7
35 alpha: false
36 audio:
37 supported: true
38 expected_inputs: [bgm]
39
40 inputs:
41 schema:
42 type: object
43 required: [title]
44 properties:
45 eyebrow:
46 type: "string"
47 maxLength: 48
48 description: "Green uppercase eyebrow on the card"
49 title:
50 type: "string"
51 maxLength: 60
52 description: "Card headline; wrap one accent word in warm terracotta"
53 caption:
54 type: "string"
55 maxLength: 160
56 description: "Supporting paragraph under the title"
57 node_count:
58 type: "number"
59 minimum: 4
60 maximum: 8
61 default: 8
62 description: "Number of radial nodes around the core"
63 duration_sec:
64 type: "number"
65 minimum: 4
66 maximum: 7
67 default: 5
68 examples:
69 - {"eyebrow": "Context · Memory · Evolution", "title": "A design agent that remembers.", "caption": "Eight context nodes feed one evolving core — every project makes the next one sharper."}
70
71 license:
72 spdx: Apache-2.0
73 attribution_required: true
74 redistribution_allowed: true
75 commercial_use: true
76
77 provenance:
78 # L1 — original design inspiration (real world)
79 origin:
80 name: Takram
81 kind: design-studio
82 reference: "Japanese design firm — speculative, organic soft-tech; data-as-art visualisation"
83 # L2 — the open-source skill we actually transformed from (license governs here)
84 via_skill:
85 name: huashu-design
86 author: "alchaincyf (花叔 · 花生)"
87 url: https://github.com/alchaincyf/huashu-design
88 license: MIT
89 source_file: assets/showcases/ppt/ppt-takram.html
90 # L3 — what this template does
91 transformation: >
92 Static PPT showcase → animated hyperframes timeline (frosted rounded card holds the
93 message while curved SVG links draw and radial nodes pop outward around an evolving
94 core, then everything gently floats) built as original CSS/SVG keyframes. Re-coloured
95 palette; original sample data. No upstream source code copied verbatim.
96
97 author:
98 name: nexu-io
99 url: https://github.com/nexu-io
100 contact: open-design@nexu.io
101
102 version: 0.1.0
103 changelog:
104 - version: 0.1.0
105 date: 2026-06-03
106 notes: Distilled from huashu-design Takram showcase into an animated html-video template.
107
108 preview:
109 poster: preview.png
110
111 performance:
112 reference_render:
113 duration_sec: 5
114 render_wall_clock_sec: 10
115 machine: "M2 MacBook Air"
116
116 lines YAML