Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

New file-based artifact types: slides and design

Artifacts can now be 'slides' and 'design' types stored as project files, alongside the existing design-system type

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindNew Featuresin v2.1.273,
Group of 3 Use it now

Artifacts can now be 'slides' and 'design' types stored as project files, alongside the existing design-system type

What

  • A new slides artifact type stores each slide as its own HTML file (project/slides/<id>.html), with a project/deck.json index describing the deck's order, sections and fonts.
  • A new design artifact type stores each artboard as its own file under project/, with a project/canvas.json index.
  • The instructions Claude Code gives the model for these file-based types were rewritten to explain that content goes into files under project/, tracked with a createdOnFiles marker object, and published together in one step.

Why Previously, artifact types like these worked through an older "store document" model. Storing slides and designs as individual files with an index lets Claude Code build and update multi-file artifacts (a slide deck, a set of design artboards) more directly, and lets the model describe changes file-by-file instead of as one document blob.

Read from
Names in the bundleslides
What the documentation says

See this entry in the whole of v2.1.273 →

Feedback