LogRocket/logrocket — reverse-engineered prompt
Reverse engineered prompt
Build me a simple LogRocket style web tool that helps developers record and replay what a user did so bugs are easier to understand.
I want a small recorder script that can be added to a web page, then it should capture the user session in a privacy conscious way, including page changes, clicks, typing events without exposing passwords, console logs, errors, and Redux style state changes if the app uses them. Then make a basic dashboard where I can see recorded sessions, open one, replay the user journey, pause it, scrub through the timeline, and view the related logs next to the replay.
Keep it simple and runnable locally. It doesn’t need billing, teams, or anything fancy. Focus on making the end to end flow work clearly, record a session, save it, list it, and replay it so a developer can understand what happened. Look up current browser APIs or docs online if you need to.
Want more depth? Deep Reverse