Remix.run Logo
takkatakka 2 days ago

Working on a session recording app: https://scryspell.com

Currently it's meant to help devs fix UI and UX issues by seeing exactly what their users saw, including a log of the browser console and network traffic.

I say currently because it has preset analytics (charts for top entry page, top exit page, etc) but am working on letting users define their own trend and funnel charts. That will open it up to basic web/product analytics.

The goal is to be simple analytics + session recording w/ masking.

TechStack:

UI: React, ReactQuery, TypeScript

Backend: Java, SpringBoot, jOOQ, PostgreSQL

Using rrweb for the session recording.

Juice10 2 days ago | parent [-]

rrweb maintainer here, thanks for giving the library a shout out!