cd /news/ai-tools/how-i-built-thredly-a-chrome-extensi… Β· home β€Ί topics β€Ί ai-tools β€Ί article
[ARTICLE Β· art-21911] src=dev.to pub= topic=ai-tools verified=true sentiment=↑ positive

How I built thredly: a Chrome extension that never lets your AI context window die

A developer built thredly, a Chrome extension that automatically summarizes AI conversations and carries context into new threads to prevent context window degradation. The extension works with ChatGPT, Claude, and DeepSeek, generating structured summaries of goals, decisions, and key context in about five seconds. Built with vanilla JavaScript, thredly uses the OpenAI API to preserve intent, decisions, open questions, and established constraints across different AI interfaces.

read1 min publishedJun 4, 2026

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. I kept running into this. So I built thredly β€” a Chrome extension that summarises your entire AI conversation and carries the context into a new thread automatically.

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.

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.

Works on ChatGPT, Claude, and DeepSeek. Takes about 5 seconds.

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.

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.

Still early days. If you've felt this pain, give it a try: [thredly.io](https://thredly.io)

Happy to answer any questions on the build in the comments.

── more in #ai-tools 4 stories Β· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/how-i-built-thredly-…] indexed:0 read:1min 2026-06-04 Β· β€”