Files
hyperframes/templates/templates.json
T
James Russo 6b1463fd5b refactor(cli): move templates to templates/ for remote fetching (#161)
* refactor(cli): move templates to examples/ for remote fetching

* refactor(cli): rename examples/ to templates/ for clarity

Follows Remix/Vite convention — these are init scaffolds, not general examples.
2026-03-31 13:10:04 -07:00

59 lines
1.3 KiB
JSON

{
"templates": [
{
"id": "blank",
"label": "Blank",
"hint": "Empty composition — just the scaffolding",
"bundled": true
},
{
"id": "warm-grain",
"label": "Warm Grain",
"hint": "Cream aesthetic with grain texture",
"bundled": false
},
{
"id": "play-mode",
"label": "Play Mode",
"hint": "Playful elastic animations",
"bundled": false
},
{
"id": "swiss-grid",
"label": "Swiss Grid",
"hint": "Structured grid layout",
"bundled": false
},
{
"id": "vignelli",
"label": "Vignelli",
"hint": "Bold typography with red accents",
"bundled": false
},
{
"id": "decision-tree",
"label": "Decision Tree",
"hint": "Animated flowchart with branching paths",
"bundled": false
},
{
"id": "kinetic-type",
"label": "Kinetic Type",
"hint": "Bold kinetic typography promo",
"bundled": false
},
{
"id": "product-promo",
"label": "Product Promo",
"hint": "Multi-scene product showcase with SVG assets",
"bundled": false
},
{
"id": "nyt-graph",
"label": "NYT Graph",
"hint": "Animated data chart in print editorial style",
"bundled": false
}
]
}