DEV Community

sidewing
sidewing

Posted on • Originally published at sidewing.app

How to Organize Claude.ai Chats into Folders

Claude's sidebar is a single chronological list. That's perfectly fine for your first twenty conversations — and unmanageable at two hundred. Work threads mix with quick questions, important conversations sink below yesterday's experiments, and finding last month's research means scrolling and guessing.

At the time of writing, claude.ai has no built-in folders for chats. Here's what you can actually do about it — from manual workarounds to a proper conversation manager.

Manual workarounds (no extensions)

1. Rename chats with consistent prefixes

Claude lets you rename a conversation from its options menu. A naming convention like Work — pricing page copy or [Thesis] chapter 3 outline acts as a poor man's folder: related chats at least share a recognizable label.

The catch is discipline. It only works if you rename every chat at creation, and the list itself stays flat — you've labeled the mess, not structured it.

2. Use Projects for ongoing work

Claude's Projects group conversations around shared context and knowledge, and they're genuinely useful for long-running efforts — a codebase, a book, a research thread.

But Projects are a workspace, not a filing cabinet. They're built around adding context to new work, not around sorting the hundreds of miscellaneous chats already sitting in your history. Most day-to-day conversations never belong to any project.

3. Bookmark the chats you return to

Every conversation has its own URL, so browser bookmarks work for the handful of chats you reopen often. It works, but it lives outside Claude, goes stale as chats pile up, and does nothing for searching or triaging the rest of the list.

The proper fix: real folders, pins, and search

Full disclosure: I built this extensionFolders & Bulk Delete for Claude, a Chrome extension (Manifest V3) that adds an organizer directly on top of the claude.ai sidebar. All the organization features are in the free tier:

  • Folders (Free) — create, rename, and delete folders; file a conversation by dragging it in or with one click. The layout persists across visits.
  • Pins (Free) — keep your most important conversations at the top of the list, always visible.
  • Instant title search (Free) — filter your history by title as you type, instead of scrolling and guessing.
  • Cleanup — delete a chat straight from the list without opening it (free), or bulk-select and delete many at once (Pro). Useful if your backlog needs a purge before you start organizing.

Where your data lives (the technical bit)

Folders and pins are stored in Chrome's extension storage. If you're signed in to Chrome with sync enabled, Chrome may sync that layout between your own devices under your Google Account. Nothing is sent to any external server — the extension reads only chat titles and IDs to list and organize them, never the contents of your conversations. It runs only on claude.ai; no ads, no tracking.

FAQ

Does Claude have built-in folders?
Not at the time of writing — your chats live in one flat, chronological list. Projects group new work around shared context, but they're not a general filing system for existing history.

What's free and what's paid?
Folders, pins, instant title search, and single-chat delete are all free, with no time limit. Pro adds exactly one thing: bulk select, for deleting many chats in a single paced, cancellable batch.

What happens to my folders if I uninstall?
Folders and pins are an organizational layer added by the extension, so they disappear with it — but your actual Claude conversations are untouched and stay in your claude.ai account exactly as before. The extension never modifies a chat unless you explicitly ask it to delete that chat.


Links:

Unofficial; not affiliated with Anthropic. "Claude" is a trademark of Anthropic, used here only to describe compatibility.

Video version

Top comments (0)