Chat agent is a way to build durable AI chat experiences that run on a machine with no timeouts and keep streaming through refreshes and crashes. The machine sleeps when nobody's typing and wakes where it left off, without you managing any state. Keep the AI SDK you already use: streamText on the server, useChat on the client. chat.agent slots in underneath as a transport and the API route between them goes away. Every turn is traced: prompts, tool calls, latency and cost.
We’ve been a Trigger customer since their early days. A+ team. Congrats on the launch guys!
Hi everyone! I'm James, one of the founders of Trigger.dev.
Quick context if you haven't come across us: Trigger.dev is a platform for developers to build and run AI agents and workflows in TypeScript. Open source, Apache 2.0, no timeouts, and you can see every run in the dashboard.
Today I'm excited to launch chat.agent, a backend for AI chat apps.
Why we built it
Chat agents are usually built on a request/response endpoint, which is a bad fit. You get a timeout you have to work around and no memory between turns. So you write everything to Postgres, add Redis so the stream survives a refresh, and push the slow work onto a queue that you then have to coordinate. That's a lot of plumbing before your agent does anything interesting.
chat.agent gives every conversation its own machine instead. It lives for the whole conversation, sleeps when nobody's typing, and wakes up where it left off.
What that gets you:
No timeouts. In our production data 1 in 20 turns runs longer than 36 minutes, and that's fine.
Refresh mid-response and the stream picks up where your browser stopped reading. Close the tab, come back days later, it's still there.
Memory between turns is just variables. The sub-agent you spawned four questions ago is still there tomorrow.
Waiting is free. Pause for a human approval overnight and you're not billed for the wait.
Tracing and per-turn cost and token metrics, with nothing to set up.
Works with the AI SDK you already use. streamText on the server, useChat on the client, and the API route between them goes away.
It's been running in production since June, including at Arena.ai, and has handled millions of sessions and 84 years of compute so far.
I'd love to hear how you're handling this today, and if you've built durable chat by hand? I'll be in the comments all day.
“AI chat that keeps running after you close the tab”
Chat Agent by Trigger.dev launched on Product Hunt on August 12th, 2026 and earned 95 upvotes and 3 comments, placing #13 on the daily leaderboard. Chat agent is a way to build durable AI chat experiences that run on a machine with no timeouts and keep streaming through refreshes and crashes. The machine sleeps when nobody's typing and wakes where it left off, without you managing any state. Keep the AI SDK you already use: streamText on the server, useChat on the client. chat.agent slots in underneath as a transport and the API route between them goes away. Every turn is traced: prompts, tool calls, latency and cost.
Chat Agent by Trigger.dev was featured in Open Source (68.7k followers), Developer Tools (517.4k followers) and Artificial Intelligence (475.9k followers) on Product Hunt. Together, these topics include over 207k products, making this a competitive space to launch in.
Who hunted Chat Agent by Trigger.dev?
Chat Agent by Trigger.dev was hunted by fmerian. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Reviews
Chat Agent by Trigger.dev has received 16 reviews on Product Hunt with an average rating of 5.00/5. Read all reviews on Product Hunt.
Want to see how Chat Agent by Trigger.dev stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
announced earlier this week, the @Trigger.dev team is riding the tailwinds today on @Product Hunt. S/O for this new launch, OSS ftw!