<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sidewing</title>
    <description>The latest articles on DEV Community by sidewing (@sidewing-app).</description>
    <link>https://dev.to/sidewing-app</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4055015%2F773f6ff6-fdfd-435a-9665-3f5784bf85ef.png</url>
      <title>DEV Community: sidewing</title>
      <link>https://dev.to/sidewing-app</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sidewing-app"/>
    <language>en</language>
    <item>
      <title>How to Organize Claude.ai Chats into Folders</title>
      <dc:creator>sidewing</dc:creator>
      <pubDate>Fri, 31 Jul 2026 03:15:23 +0000</pubDate>
      <link>https://dev.to/sidewing-app/how-to-organize-claudeai-chats-into-folders-5a4k</link>
      <guid>https://dev.to/sidewing-app/how-to-organize-claudeai-chats-into-folders-5a4k</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Manual workarounds (no extensions)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Rename chats with consistent prefixes
&lt;/h3&gt;

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

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

&lt;h3&gt;
  
  
  2. Use Projects for ongoing work
&lt;/h3&gt;

&lt;p&gt;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.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  3. Bookmark the chats you return to
&lt;/h3&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  The proper fix: real folders, pins, and search
&lt;/h2&gt;

&lt;p&gt;Full disclosure: &lt;strong&gt;I built this extension&lt;/strong&gt; — &lt;a href="https://chromewebstore.google.com/detail/folders-bulk-delete-for-c/cfcnlmcfpchacogifpgmjcgnklabpobj" rel="noopener noreferrer"&gt;Folders &amp;amp; Bulk Delete for Claude&lt;/a&gt;, 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:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Folders (Free)&lt;/strong&gt; — create, rename, and delete folders; file a conversation by dragging it in or with one click. The layout persists across visits.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pins (Free)&lt;/strong&gt; — keep your most important conversations at the top of the list, always visible.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Instant title search (Free)&lt;/strong&gt; — filter your history by title as you type, instead of scrolling and guessing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cleanup&lt;/strong&gt; — 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.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Where your data lives (the technical bit)
&lt;/h3&gt;

&lt;p&gt;Folders and pins are stored in &lt;strong&gt;Chrome's extension storage&lt;/strong&gt;. 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 &lt;strong&gt;titles and IDs&lt;/strong&gt; to list and organize them, never the contents of your conversations. It runs only on claude.ai; no ads, no tracking.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

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

&lt;p&gt;&lt;strong&gt;What's free and what's paid?&lt;/strong&gt;&lt;br&gt;
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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happens to my folders if I uninstall?&lt;/strong&gt;&lt;br&gt;
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.&lt;/p&gt;



&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extension: &lt;a href="https://chromewebstore.google.com/detail/folders-bulk-delete-for-c/cfcnlmcfpchacogifpgmjcgnklabpobj" rel="noopener noreferrer"&gt;Folders &amp;amp; Bulk Delete for Claude on the Chrome Web Store&lt;/a&gt; — organization features are free; Pro (bulk delete) is $12 lifetime launch price (regularly $39) or $19/year.&lt;/li&gt;
&lt;li&gt;Original guide: &lt;a href="https://sidewing.app/guides/organize-claude-chats-into-folders" rel="noopener noreferrer"&gt;How to Organize Claude Chats into Folders&lt;/a&gt; on sidewing.app.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Unofficial; not affiliated with Anthropic. "Claude" is a trademark of Anthropic, used here only to describe compatibility.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Video version
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/-UrqOwe1msE"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>productivity</category>
      <category>chrome</category>
    </item>
    <item>
      <title>How to Delete All Your Claude.ai Chats (Bulk Delete Guide)</title>
      <dc:creator>sidewing</dc:creator>
      <pubDate>Thu, 30 Jul 2026 12:43:46 +0000</pubDate>
      <link>https://dev.to/sidewing-app/how-to-delete-all-your-claudeai-chats-bulk-delete-guide-3p2k</link>
      <guid>https://dev.to/sidewing-app/how-to-delete-all-your-claudeai-chats-bulk-delete-guide-3p2k</guid>
      <description>&lt;p&gt;If you use Claude every day, your sidebar turns into a landfill surprisingly fast: quick one-off questions, half-finished drafts, prompt experiments, duplicates of duplicates. At some point you go looking for the "delete all" button — and find out there isn't one.&lt;/p&gt;

&lt;p&gt;This post covers how deletion actually works on claude.ai, why clearing a big history by hand is painful, and how to bulk delete when you have more than a handful of chats.&lt;/p&gt;

&lt;h2&gt;
  
  
  The manual way (one chat at a time)
&lt;/h2&gt;

&lt;p&gt;At the time of writing, claude.ai only deletes conversations individually. The exact UI shifts as the product evolves, but the loop is always the same:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Find the conversation in the sidebar (or open it).&lt;/li&gt;
&lt;li&gt;Open that chat's options menu.&lt;/li&gt;
&lt;li&gt;Hit &lt;strong&gt;Delete&lt;/strong&gt; and confirm.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The chat disappears from your list. There's no trash folder and no undo, so be sure before you confirm.&lt;/p&gt;

&lt;p&gt;For two or three chats, this is fine. That's roughly where "fine" ends.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this doesn't scale
&lt;/h2&gt;

&lt;p&gt;The problem is pure arithmetic plus one UI quirk:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No multi-select.&lt;/strong&gt; No checkboxes, no "clear history" switch for the chat list. Every deletion is its own find → menu → delete → confirm cycle.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Several seconds per chat.&lt;/strong&gt; Deleting 100 conversations is easily 10–15 minutes of repetitive clicking — and heavy users often have several hundred.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lazy-loaded sidebar.&lt;/strong&gt; Older chats only load as you scroll, so just &lt;em&gt;reaching&lt;/em&gt; the bottom of a long history takes time before you've deleted anything.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In practice most people give up partway through, and the clutter keeps compounding.&lt;/p&gt;

&lt;h2&gt;
  
  
  The fast way: bulk delete with an extension
&lt;/h2&gt;

&lt;p&gt;Full disclosure: &lt;strong&gt;I built this extension&lt;/strong&gt; — &lt;a href="https://chromewebstore.google.com/detail/folders-bulk-delete-for-c/cfcnlmcfpchacogifpgmjcgnklabpobj" rel="noopener noreferrer"&gt;Folders &amp;amp; Bulk Delete for Claude&lt;/a&gt;, a Chrome extension (Manifest V3) that adds the missing cleanup tools directly on top of claude.ai:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bulk select (Pro)&lt;/strong&gt; — tick any number of conversations and delete them in one batch. Batches are paced, cancellable mid-run, and can select chats deep in a long history — not just the ones currently rendered on screen.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One-click single delete (Free)&lt;/strong&gt; — remove any chat straight from the list without opening it first.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Folders, pins, and instant title search (Free)&lt;/strong&gt; — so the chats you &lt;em&gt;keep&lt;/em&gt; stay organized and findable.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How it deletes (the technical bit)
&lt;/h3&gt;

&lt;p&gt;No magic and no scraping theatrics: the extension sends each delete request to claude.ai's &lt;strong&gt;own API&lt;/strong&gt;, using your existing session — the same kind of request the site itself makes when you delete a chat manually. Your conversation contents are never read or sent to any external server. It runs only on claude.ai; no ads, no tracking.&lt;/p&gt;

&lt;p&gt;Deletion is still deletion, though. There's no undo on Claude's side, so double-check your selection before you confirm a batch.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Is there a built-in delete-all in Claude?&lt;/strong&gt;&lt;br&gt;
Not at the time of writing. Chats are deleted one at a time from each chat's options menu. To clear many at once, you either grind through them manually or use an extension with bulk selection.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Are deleted chats gone permanently?&lt;/strong&gt;&lt;br&gt;
From your side, yes — there's no undo or trash folder in claude.ai. How Anthropic handles retention after deletion is defined in their help center and can change; that part is outside any extension's control.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Does deleting chats affect Claude's memory or Projects?&lt;/strong&gt;&lt;br&gt;
Deleting a conversation removes it from your history. How that interacts with features like memory or Projects is up to Anthropic and may change over time — check their help center before deleting chats you might depend on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is bulk deleting with an extension safe?&lt;/strong&gt;&lt;br&gt;
The extension deletes only the chats you explicitly tick, via claude.ai's own API. Batches are paced and cancellable. Nothing from your conversations leaves your browser.&lt;/p&gt;



&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extension: &lt;a href="https://chromewebstore.google.com/detail/folders-bulk-delete-for-c/cfcnlmcfpchacogifpgmjcgnklabpobj" rel="noopener noreferrer"&gt;Folders &amp;amp; Bulk Delete for Claude on the Chrome Web Store&lt;/a&gt; — folders, pins, search, and single delete are free; bulk delete is part of Pro ($12 lifetime launch price, regularly $39, or $19/year).&lt;/li&gt;
&lt;li&gt;Original guide: &lt;a href="https://sidewing.app/guides/how-to-delete-all-claude-chats" rel="noopener noreferrer"&gt;How to Delete All Claude Chats&lt;/a&gt; on sidewing.app.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Unofficial; not affiliated with Anthropic. "Claude" is a trademark of Anthropic, used here only to describe compatibility.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Video version
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/i2uN4iOHkcA"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>productivity</category>
      <category>chrome</category>
    </item>
  </channel>
</rss>
