Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Relicx

Relicx

Test fast with Generative AI

5.0
•14 reviews•

264 followers

Test fast with Generative AI

5.0
•14 reviews•

264 followers

Visit website
No-code platforms
•
AI Coding Assistants
•
Testing and QA software
Introducing Relicx, your Generative AI-powered assistant to ship quality software fast. Create tests in minutes with our no-code interface, powered by cutting-edge AI. Write self-healing intent-driven tests using the natural language. Go beyond functionality—our AI autonomously identifies visual issues across your application for complete coverage. Align your tests with real-world scenarios through user session capture, ensuring the highest quality customer experience.
  • Overview
  • Launches1
  • Reviews14
  • Alternatives
  • Team
  • Awards
  • More
Company Info
relicx.ai/signup
Relicx Info
Launched in 2022View 1 launch
Forum
p/relicx
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialX

Similar Products

Proxyman
Proxyman
Debug HTTP(s) in few clicks
5.0(7 reviews)
Testing and QA softwareObservability tools
Embeddable
Embeddable
Next Generation Embedded Analytics
5.0(1 review)
Data visualization tools
Adrenaline
Adrenaline
Your AI-powered debugger
4.8(27 reviews)
HTTP Toolkit
Beautiful & open-source tools to debug
5.0(1 review)
ContainIQ
ContainIQ
Kubernetes native monitoring instantly
View more
Relicx gallery image
Relicx gallery image
Relicx gallery image
Relicx gallery image
Relicx gallery image
Free Options
Launch tags:
User Experience•Analytics•Developer Tools
Launch Team
Johannes FrankSushil KumarDebaditya Chatterjee

What do you think? …

Sushil Kumar
Sushil Kumar
Relicx

Relicx

Maker
Hi 👋 Sushil here, CEO of Relicx. Today we are officially coming out of stealth and are excited to be launching here on Product Hunt! 🎉 Have you ever wondered why your customers always discover bugs and not your tests? Are you frustrated about spending countless hours firefighting production issues? If so, Relicx is the answer! Relicx enables you to: ✅ Debug front-end customer problems in minutes with session replay, dev console, and stack traces. ✅ Auto-generate end-to-end tests based on real user sessions. ✅ Ship your next release faster by measuring release readiness with a CX risk score. Interested in learning more? Sign up to try Relicx for free. We’re also giving away t-shirts and 30% off a first-year subscription to all Product Hunters this month. https://app.relicx.ai/signup#pro... Please let us know if you have any questions or feedback - we’d love to help you in your next release!
Report
3yr ago
Debaditya Chatterjee
Debaditya Chatterjee
Relicx

Relicx

Maker
Happy and proud to be part of this amazing team !!
Report
3yr ago
Gurashish Brar
Gurashish Brar
Relicx

Relicx

Maker
RelicX is easy to deploy, has negligible overhead, can automatically create a suite of tests that captures real user engagements that will catch the bugs that matter.
Report
3yr ago
Dustin Kane
Dustin Kane
@sxkumar 👏
Report
3yr ago
FranckUxJapan
FranckUxJapan
@sxkumar How long does the trial period last? How much will it cost once the trial period is over?
Report
3yr ago
Sushil Kumar
Sushil Kumar
Relicx

Relicx

Maker
Hi @franckinjapan - 30 days full feature trial and then a free forever tier limited to 1000 sessions/month.
Report
3yr ago
Arnab Chakrabarty
Arnab Chakrabarty
Great explainer video! The platform sounds intriguing. I am curious though. Will the auto-generated tests work even if the app design or UI workflows change?
Report
3yr ago
Rahul Lingala
Rahul Lingala
@arnab_chakrabarty Amazing question. You can still execute the tests. Our product is smart enough to interpret that if a button moves from one position to another position, then it has to click the button in the new position. However, iff the whole design of the page has changed, we have the edit test feature and you can edit that particular step with just a few clicks.
Report
3yr ago
Rahul Lingala
Rahul Lingala
@arnab_chakrabarty While editing the test, you will be shown the video replay of the test executed in the new page and you will have the ability to pick the edited page from there. Having described this feature, would like to re-iterate that our product is "smart" enough to figure out lots of such changes by itself. You will need to use this editing feature only if there is a major change in the UI design.
Report
3yr ago
Debaditya Chatterjee
Debaditya Chatterjee
Relicx

Relicx

Maker
@arnab_chakrabarty Thanks. Thats a great question !! Please give Relicx a try to find out that we have built Relicx with the assumption that pages change and our tests have the smarts to auto adopt to these change with no or minimal edits.
Report
3yr ago
Gurashish Brar
Gurashish Brar
Relicx

Relicx

Maker
@arnab_chakrabarty We have developed technology specifically to address this challenge of continuously changing applications and constant need to fix existing tests to match the new behaviors. If your users can navigate the new changes in your application without having to relearn how to use the product, then our tests will also adapt accordingly without requiring constant supervision. For the rare cases, the product experience seamlessly guides the developer to edit and correct the test on the spot with minimal effort.
Report
3yr ago
Dustin Kane
Dustin Kane
@arnab_chakrabarty this is really where the magic happens. Relicx has this thing called "smart selectors" that use a variety of heuristics to turn DOM elements into "objects", then identifies them again by computing a "similarity score". So if you move a button to the other side of the page, or wrap it in a new div, it will still understand that it's the same "thing". This is basically the worst thing about an alternative like selenium testing because if the xpath of anything slightly changes then the test just fails.
Report
3yr ago
Rohan Bavishi
Rohan Bavishi
This is super awesome stuff! I was particularly intrigued by the automatic generation of tests. What happens if the website design changes? Say the "Submit" button was renamed to "Next", is Relicx able to adapt/generalize the tests?
Report
3yr ago
Rahul Lingala
Rahul Lingala
@rohan_bavishi1 Amazing question. Our product is smart to interpret such changes and click on the "Next" button. We have extensively tested this. Feel free to give it a shot and you will be amazed :)
Report
3yr ago
Debaditya Chatterjee
Debaditya Chatterjee
Relicx

Relicx

Maker
@rohan_bavishi1 This is a very good question. Relicx has the built-in smarts to auto-adopt to these small changes. Often UI elements move around on the page or can be renamed as you mention here but that doesn't mean you have to change your tests in Relicx.
Report
3yr ago
Jack Lin
Jack Lin
@rohan_bavishi1 Go bears! And, to answer your question, Relicx is able to adapt to website changes by analyzing elements on the page and their relationship to each other. If the changes update your webpage significantly, we also provide an easy way to manually reassign object references, so that the Next button is treated as the Submit button.
Report
3yr ago
Dustin Kane
Dustin Kane
@rohan_bavishi1 this is where the fun happens! It uses a variety of heuristics like content, size, relative DOM position, even Cartesian position and euclidian distance from other elements to classify and match "objects"
Report
3yr ago
Arijit Banerjee
Arijit Banerjee
Relicx

Relicx

Maker
@rohan_bavishi1 Great question. At RelicX we have taken this open research problem, gotten up to speed with all the literature on it, and solved it at an extremely compressed timescale. - We find the best page element match (this was hard) - We figure out if it was a high confidence match or if the test should stop (this is even harder, none of the existing literature address this problem) - We are able to intelligently solve the persistence problem and link objects so that parameters you defined in v1 of your webapp are not lost in the v2 of your app (pretty sure we're one of the few people in the world thinking about this)
Report
3yr ago
Intercom
Intercom — Startups get 90% off Intercom + 1 year of Fin AI Agent free
Startups get 90% off Intercom + 1 year of Fin AI Agent free
Promoted

Do you use Relicx?

5.0
Based on 14 reviews
Review Relicx?

Relicx is highly praised for its AI-driven, no-code interface that simplifies test creation. Users appreciate its self-healing intent-driven tests and visual issue detection, which enhance software quality. The tool's ability to capture user sessions for real-world scenario testing is highlighted as a significant advantage. Users find it easy to use and valuable for both session replay and testing, ensuring code changes are effective. Relicx is credited with reducing unhealthy user sessions and identifying previously unreported issues, making it a recommended choice for improving UI/UX.

Kason Blanchalalie Sandisonsheila
+11
Summarized with AI
Pros
Cons
Reviews
Helpful

You might also like

Proxyman
Proxyman
Debug HTTP(s) in few clicks
Embeddable
Embeddable
Next Generation Embedded Analytics
Adrenaline
Adrenaline
Your AI-powered debugger
HTTP Toolkit
Beautiful & open-source tools to debug
ContainIQ
ContainIQ
Kubernetes native monitoring instantly
StatusPing
StatusPing
Monitor everything about your website
View more
Pros
user session capture (3)
easy setup (2)
Tom McGurl
Tom McGurl
•1 review
Congratulations on the Launch!! I've been using RelicX for a few weeks now and really enjoy it. It's super fascinating to see the different user flows that are captured and even more fascinating to see RelicX convert those to tests that I can use to build confidence in my release. I also like that I can view anonymous user sessions for debugging. I'm still playing around with the product but so far the benefits are clear. Super excited for this product!!
Report
3yr ago
Sushil Kumar
Sushil Kumar
Relicx

Relicx

Thank you Tom. Looking forward to a great partnership!
Report
3yr ago
Abhishek Bharadwaj
Abhishek Bharadwaj
•1 review
We have been using Relicx for last 6 months for our flagship product, currently being used by over 4000 ecommerce stores globally. It helped us reduce unhealthy user sessions by over 40%. It helped us identify key issues faced by our users, which remained hitherto unreported. We believe Relicx is going to be game changer in Software Test/Quality segment. Strongly recommend it to anyone attempting to build a wowsome UI/UX.
Report
3yr ago
Debaditya Chatterjee
Debaditya Chatterjee
Relicx

Relicx

Thanks Abhishek. We are delighted to have you as a design partner
Report
3yr ago
Sai
Sai
•1 review
A convenient to use app, with engineers who are ready to help 24/7 if there are bugs to run into. The cool part is where RelicX's algorithm generates tests which are important, and runs them making sure nothing important breaks.
Report
3yr ago