Replay QA - Replay QA tells you what is broken before your users do
by•
Add your GitHub repo for continuous testing, or drop in a URL for a one-time check. Replay QA explores your app, records every session, finds real bugs, and gives your coding agent the root cause and fix. Try for free: qa.replay.io

Replies
I was given this tool during a time crunch and cannot overstate how useful it was in helping us find bugs in our application. It just...worked. Absolutely insane and feels like the natural next step in the evolution of dev-tools.
Kilo Code
amazing! make sure to add your review here: https://www.producthunt.com/products/replayio/reviews/new
Kilo Code
oh and what should ?makers build/improve/fix from your perspective??
This looks cool! How does Replay QA prioritize which bugs are worth fixing first?
Replay
@dhatri_rai1 that’s the secret sauce in the QA harness we have built, and which we are evolving every day! In a nutshell, it is trained to triage the bugs, bucket them into categories and assigns severity levels. This is an ever-evolving and improving layer in the harness.
the recorded-session-to-root-cause handoff is the interesting part, most QA tools stop at "here's a broken screenshot" and this closes the loop back to something a coding agent can actually act on. one question I didn't see covered above: when the agent auto-explores an app that has real user data behind auth (not just a throwaway account), what happens to whatever it touches or records during that exploration - is there any scrubbing/redaction of sensitive fields before a recording gets stored, or is it on the team to only ever point it at a sandboxed environment?
Replay
@galdayan for apps that have sensitive data, the team testing it should give it a sandboxed account.
MentionDrop
Hey Product Hunt,
Marcos here from @Replay.
Shipping apps has changed. AI coding tools make it much faster to build something that looks like it works. But the hard question hasn't changed: does this thing actually work in the browser?
We built Replay QA to answer that. Give it a URL and it explores your app like a real user, then produces a structured QA report showing what broke, where it broke, and exactly what your agent or team needs to fix it. Every session is recorded with our time-travel debugger, so you can replay the exact moment a bug occurred.
And if you're building something for the public - free tier included. If your app is posted to a public link (Show HN, Reddit, X, Product Hunt), you can test it for free. Create a project, set your public share link, and it becomes free immediately. Any existing credits are refunded.
Give it a try: qa.replay.io
We'll be here all day answering questions about what Replay QA checks, how the reports work, how this fits with coding agents, where it fits alongside existing testing tools, and how teams can use it before launch or in CI.
Would love to hear what you think - especially if you have an app we should test.
Kilo Code
@mplacona neat product, love the direction. S/O for the great work.
Kilo Code
@mplacona oh and ICYMI @Product Hunt put it simply in today's newsletter:
Read on: The Leaderboard, July 20, 2026
Replay
@ridhwikvinod this is exactly why teams that have apps which hold sensitive data create a sandboxed version with dummy data. This gets around the “stored PII” issue. It’s also how teams handle QA testing for apps hosted on private networks.
FetchSandbox
Congrats on the launch. The coding agent handoff is what caught my eye. Curious what the root cause artifact actually looks like in practice: is it a structured description of the broken flow, a reproduction trace, or something closer to a prompt the agent can act on directly in Cursor or Claude? Also wondering how it handles async UI states where the same event sequence sometimes resolves and sometimes fails, since that seems to be exactly what the thread is wrestling with.
Kilo Code
@rnagulapalle thanks for your support! have you experimented with @Replay for @FetchSandbox? would love to have your feedback about the first-time experience
get started here: qa.replay.io
Replay
@rnagulapalle here's a screen recording of what a bug report looks like: https://screen.studio/share/5JuZyDAa
The 'gives your coding agent the root cause and fix' part is what makes this interesting. Most QA tools stop at finding the bug and leave you to figure out why. Been burned too many times by vague error reports that take longer to investigate than the actual fix. Any plans for mobile app support? Building a Flutter app and this would be genuinely useful for catching edge cases before users hit them.
Kilo Code
Exactly! In today's newsletter, @Product Hunt put it simply: "Recording over screenshots is the right foundation, and no other AI QA tool has it."
Read on: The Leaderboard, July 20, 2026
RunEvr
This looks like a huge time-saver for debugging.
Good luck!
Congrats on the launch! I really like that Replay doesn't stop at finding a bug, but actually captures the entire path to reproducing and fixing it. That's a much more useful artifact than just another failing test or screenshot.
One thing I'm curious about: how do you measure exploration coverage? At what point does the agent decide it has explored "enough" of an application, especially for larger products with lots of user flows?
Definitely worth testing !
Kilo Code
thanks for your support, and looking forward to your thoughts! get started here: qa.replay.io