[FEATURE REQUEST] Artifact gallery: group/filter by date, topic, and project

Status Open
Maintainer reply None cached
Activity 0 comments · opened Aug 26, 2026

Problem

The artifact gallery (claude.ai/code/artifacts and the /artifacts command) currently
offers only a recency-sorted list with search and All / Pinned / Mine / Shared-with-me
filters. As a heavy user, I have accumulated 50+ published artifacts, and at that
scale the flat list becomes hard to navigate:

  • Artifacts from the same piece of work (e.g., one business project) are scattered

across the list, interleaved with unrelated ones.

  • Finding something requires remembering its exact title, since search is the only

real tool.

  • There is no way to answer "what did I produce last week?" or "show me everything

about project X" at a glance.

Proposed features

  1. Group by date — collapse the list into day/week sections based on the

updated-at timestamp that already exists. This seems low-cost since the data is
already there.

  1. Filter by project — Claude already has the Projects concept, but the gallery

cannot filter by it. Reusing the existing concept would add organization without
introducing anything new to learn.

  1. Topic view — either user-assigned tags, or (more interestingly) let Claude

auto-classify artifacts by title/content into topic clusters. Auto-organization
feels like a natural differentiator for an AI product: my own 50 artifacts fall
into 5–6 obvious clusters (verification ledgers, one business project, research
notes, planning docs...) that a model could identify trivially.

Use case

Tools that people accumulate documents in (Notion, Google Drive, etc.) all converge
on folders/tags/date views for a reason. Artifacts are becoming my primary output
format for plans, reports, and dashboards, and the gallery is currently the weakest
link in that workflow.

View original on GitHub ↗