canvakit
.sh
Gallery
Spec
Playground
GitHub
Loaded from gallery:
hello
Template
.canvakit.html source
--- template: true name: hello version: 1.0.0 description: Minimal canvakit template — static values only, no tool runtime required. author: canvakit variables: title: "Hello, canvakit" dataSources: note: kind: static value: "This template renders anywhere — no tools, no filesystem, nothing to wire up." --- <!doctype html> <html> <head> <meta charset="utf-8" /> <title>{{title}}</title> <style> body { font-family: ui-sans-serif, system-ui, sans-serif; padding: 3rem; max-width: 40rem; margin: 0 auto; background: #faf9f7; color: #1a1a1a; } h1 { font-size: 2rem; margin-bottom: 0.25rem; letter-spacing: -0.02em; } p { line-height: 1.6; color: #555; } </style> </head> <body> <h1>{{title}}</h1> <p>{{note}}</p> </body> </html>
Context
JSON map of tool-ref → value (fixtures for kind: tool)
{ "searchFlights": { "flights": [ { "airline": "AF", "price": "$420" }, { "airline": "BA", "price": "$455" }, { "airline": "VS", "price": "$501" }, { "airline": "DL", "price": "$540" } ] }, "stripe.mrr": { "amount": "42,180", "delta": "4,200", "customers": 312, "arpu": 135 } }
Rendered body
live
Theme (designkit bridge):
none
Classic
Heritage
Modern Minimal
Bold Tech
Atelier
Neon Grid
Sources
per-source resolution report