gallery
Canvakit templates
Open-source canvakit templates — copy, fork, or bind to your own tool runtime. Each template ships with frontmatter you can inspect + a body you can render anywhere canvakit runs.
composed-dashboard
v1.0.0A dashboard assembled from two reusable widget canvases (mrr-card + flights-card). Each import resolves its own dataSources and inherits the active DESIGN.md — flip the Theme picker in the playground to watch every card rethink its palette together.
↳ mrr↳ flightsLHR↳ flightsCDGhello
v1.0.0Minimal canvakit template — static values only, no tool runtime required.
note:staticmrr-dashboard
v1.0.0Live revenue dashboard — one tool source, re-rendering this refreshes the numbers without re-emitting HTML.
stripe:toolpricing-table
v1.0.0Pricing page rendered from a CSV — shows how kind query parses csv into { columns, rows } and templates iterate uniformly.
plans:filetask-rollup
v1.0.0Daily standup from a workspace of markdown tasks — shows the query + where filter + sort + project pattern.
todo:querydone:querythemed-brief
v1.0.0Briefing page that reads designkit tokens from $design — every color, font, and spacing value comes from an active DESIGN.md. Declares its preferred preset via the `design:` frontmatter hint so it renders themed even outside a workspace with a local DESIGN.md.
intro:fileflights-card
v1.0.0Reusable flight-search result list — binds to searchFlights with configurable origin/destination. Reads designkit tokens so it retones with the active kit.
flights:toolmrr-card
v1.0.0Reusable MRR stat card — self-contained, binds to stripe.mrr. Reads designkit tokens so it retones with whatever DESIGN.md is active.
stripe:tool