← Canvas Host

How to publish a canvas

Cursor .canvas.tsx files only render inside Cursor. This host serves static HTML exports so you can share many briefs from one URL.

Per-canvas folder

Create canvases/<slug>/ with meta.json and index.html, then docker compose up -d --force-recreate.

meta.json

title — card headline

summary — one or two sentences

updated — ISO date string (sorts the gallery)

tags — string array

index.html tips