trending

TraceUX Roadmap

Session recording is working today. Console logs are currently being added and will be linked directly to each recording, so developers can understand both what users experienced and what the browser reported.

Next, we plan to add backend traces and correlate them with frontend sessions. That should make it easier to determine whether an issue comes from the frontend, backend, or the interaction between them.

The long-term goal is a single timeline containing the UX, frontend events, logs, and backend activity needed to understand and reproduce bugs.

Trace UX - Self-hosted session replay that keeps your data yours.

TraceUX is a lightweight, open-source alternative to hosted session replay tools. It runs on your own server as a single Go binary with SQLite, records DOM event streams instead of video, and lets you understand real user behavior. The launch includes a live demo that records and shares your visit to the landing page. Also includes: - Full multi-page session replay - Privacy-first input masking and blocking - Docker and single-binary deployment