Cartella — Studio playground
Live deployment of @cartella/studio for testing the editor end-to-end. All four shipped presets are exposed below; Raw canvas lets you paste arbitrary Canvas JSON to verify it loads.
ID Card
ISO ID-1, two-sided. Student / School / Guardian / Program.
CertificateA4 landscape. Dual signatures + verification QR.
TranscriptA4 portrait. Header / footer bands, courses table, multi-record cycler.
Report CardA4 portrait. Subjects table, dual signatures, teacher comments.
Raw canvas →Paste Canvas JSON + DataPayload, pick a registry, mount.
What this demo proves
- Dropping
<Studio preset=... />into a Next.js client component is the full integration. onSavefires with canvas JSON — here we log it; your app persists it.- Server-side export to HTML/PNG/PDF is in
src/app/api/.