Updated June 12, 2026
How do I get Claude to update my canvases on its own?
Quick answer
One standing block in your CLAUDE.md tells Claude which canvases to write to and when — drop a todo when it needs your input, push proof screenshots when it ships something, leave a summary before a session ends. Setup is one prompt: copy the prompt on this page into Claude Code and it writes the block for you. No loop, no schedule: Claude reads CLAUDE.md every session, so your canvases start updating themselves while you're away.
The first canvas you push is a snapshot — useful, but static. The shift happens when Claude starts writing to canvases without being asked: a todo appears because it hit something only you can do, a proof canvas shows up because it just shipped your change, a summary lands as a session wraps up. You stop asking "what happened while I was away?" — the canvases already say.
You don't need a loop, a schedule, or any new tooling. Claude Code reads your project's CLAUDE.md at the start of every session, so one standing instruction is all it takes.
One prompt sets it up
Copy this into Claude Code and it does everything — writes the block into your CLAUDE.md, adapts the canvas names to how you already work, and installs the CLI first if you don't have it yet:
That's the whole setup — Claude shows you the block before saving it, so you still get final say on the wording. The first push creates each canvas; every later push updates it in place, with version history.
What you'll notice
- Your todo list maintains itself. Claude parks blockers on the action-items canvas and keeps working instead of stalling the session — you clear them from your phone whenever.
- Shipped work arrives with receipts. Instead of "done!" in a terminal you closed an hour ago, there's a canvas with the screenshots — and you can comment on the exact pixel if something looks off.
- Sessions stop evaporating. The summary canvas is the paper trail across sessions, readable from anywhere.
The common thread: the canvas updates came to you. That's the moment Drafty clicks for most people — the canvas stops being a document you publish and starts being the place where you and your agent meet.
Make it yours
The three rules in the prompt are a starting point. Other standing instructions people use: log every deploy with its commit and a one-line outcome; keep a running decisions log; append field notes worth sharing later. Anything you'd want written down is one sentence in CLAUDE.md away — and if you want a canvas that updates itself on a schedule (a metrics dashboard, a status board), that's the cron pattern in How do I keep a canvas updated automatically?
Frequently asked
- Does this cost extra Claude credits?
- No. The writes happen inside sessions you're already running — pushing a canvas is one CLI command, a negligible part of the session's work. There's no background loop and no model running on a timer.
- Do I have to create the canvases first?
- No. The first push creates a canvas if it doesn't exist, and re-pushing the same one updates it in place with version history. Name the canvases in your CLAUDE.md block and Claude handles create-vs-update on its own.
- Can other people see these canvases?
- Only if you share them. New canvases default to link-visible, so for a private todo list or session notes, have Claude push with --private — then it's owner-plus-invited only, enforced server-side.
- How is this different from a self-refreshing canvas?
- A self-refreshing canvas re-runs a fixed script on a timer — same report, fresh data, no model involved. This is Claude deciding in the moment that something is worth writing down — a blocker, a proof, a summary. They compose well: dashboards on cron, judgment calls from the session.
Related
- Create and share your first Drafty canvasTo create a canvas, push an HTML or Markdown file with drafty canvas push. You get a link to share, and anyone who opens it can comment.
- How do I keep a Drafty canvas updated automatically?Turn a canvas into a self-updating dashboard: Claude writes a refresh script once, and a local cron re-runs it on a schedule — with no Claude in the loop, so it's free.
- Push and pull Drafty canvases from the CLI and Claude CodeUse the Drafty CLI to push a file to a canvas and pull comments back, so Claude and your reviewers stay on the same page.
- How do I review the changes Claude Code made?Review the changes Claude Code made by pushing the plan or diff as a Drafty canvas, commenting on the exact lines, and letting Claude ship a new version.