<?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: thredly</title>
    <description>The latest articles on DEV Community by thredly (@thredly).</description>
    <link>https://dev.to/thredly</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3901125%2F6c4a9a52-6a8c-4650-b99f-f7bf900bdae2.png</url>
      <title>DEV Community: thredly</title>
      <link>https://dev.to/thredly</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thredly"/>
    <language>en</language>
    <item>
      <title>How I built thredly: a Chrome extension that never lets your AI context window die</title>
      <dc:creator>thredly</dc:creator>
      <pubDate>Thu, 04 Jun 2026 20:31:43 +0000</pubDate>
      <link>https://dev.to/thredly/how-i-built-thredly-a-chrome-extension-that-naiever-lets-your-ai-context-window-die-12hh</link>
      <guid>https://dev.to/thredly/how-i-built-thredly-a-chrome-extension-that-naiever-lets-your-ai-context-window-die-12hh</guid>
      <description>&lt;p&gt;If you use ChatGPT, Claude, or DeepSeek heavily, you've hit this wall: the context window fills up, responses get worse, and you're forced to start a fresh chat — losing everything you built up.&lt;/p&gt;

&lt;p&gt;I kept running into this. So I built &lt;a href="https://thredly.io" rel="noopener noreferrer"&gt;thredly&lt;/a&gt; — a Chrome extension that summarises your entire AI conversation and carries the context into a new thread automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Long AI sessions are where the real work happens. You've refined your prompts, established shared context, got the model thinking in a specific way. Then it degrades. You either push through with broken context or start over and lose momentum.&lt;/p&gt;

&lt;h2&gt;
  
  
  What thredly does
&lt;/h2&gt;

&lt;p&gt;It reads your current chat, generates a structured summary — goals, decisions, key context — and opens a new thread pre-loaded with it. The AI picks up exactly where you left off.&lt;/p&gt;

&lt;p&gt;Works on ChatGPT, Claude, and DeepSeek. Takes about 5 seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  The build
&lt;/h2&gt;

&lt;p&gt;It's a Chrome extension built with vanilla JS. The main challenge was reliably extracting conversation structure across three different AI interfaces — each renders their chat DOM completely differently.&lt;/p&gt;

&lt;p&gt;For the summary itself, I'm calling the OpenAI API with a prompt engineered to preserve what actually matters: intent, decisions made, open questions, and established constraints.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it stands
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;235+ installs&lt;/li&gt;
&lt;li&gt;5.0 star rating&lt;/li&gt;
&lt;li&gt;Paying customers on Pro and Ultimate tiers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still early days. If you've felt this pain, give it a try: &lt;a href="https://thredly.io" rel="noopener noreferrer"&gt;thredly.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer any questions on the build in the comments.&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to continue long ChatGPT and Claude chats without losing context</title>
      <dc:creator>thredly</dc:creator>
      <pubDate>Mon, 27 Apr 2026 19:38:45 +0000</pubDate>
      <link>https://dev.to/thredly/how-to-continue-long-chatgpt-and-claude-chats-without-losing-context-4j9b</link>
      <guid>https://dev.to/thredly/how-to-continue-long-chatgpt-and-claude-chats-without-losing-context-4j9b</guid>
      <description>&lt;p&gt;Long AI chats are useful until the thread becomes too heavy to continue.&lt;/p&gt;

&lt;p&gt;At the start, the model understands the project. It remembers your constraints, your decisions, your preferred structure, and the direction of the work. But after enough back-and-forth, the quality often starts to drift.&lt;/p&gt;

&lt;p&gt;The problem is not just that the chat is long.&lt;/p&gt;

&lt;p&gt;The problem is that the useful context is trapped inside that long thread.&lt;/p&gt;

&lt;p&gt;When you start a new chat, you get speed and clarity back, but you usually lose the working context that made the old conversation valuable. That means repeating your goals, explaining decisions again, and trying to rebuild the thread manually.&lt;/p&gt;

&lt;p&gt;A better approach is to carry the important context forward.&lt;/p&gt;

&lt;p&gt;That is what I built thredly for.&lt;/p&gt;

&lt;p&gt;thredly helps people continue long ChatGPT, Claude, and DeepSeek conversations without losing context. It creates a clean handover from the old thread so you can paste it into a new chat and carry on from where you left off.&lt;/p&gt;

&lt;p&gt;Try it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thredly.io" rel="noopener noreferrer"&gt;https://thredly.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>chatgpt</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
