UXClone is a self-hosted session replay and user-analytics platform inspired by UXCam. It captures user interactions on the client, replays sessions through a custom event-marker engine, and surfaces behavioural insight through a real-time dashboard.
• Event-Marker Replay Engine: Captures clicks, scrolls, navigation, and custom events and reconstructs the user journey from an event stream rather than raw video. • Zero-Dependency SDKs: A dependency-free JS SDK plus native iOS, Android, and React Native SDKs feed events into a single ingestion API. • High-Throughput Ingestion: Sessions are buffered in Redis and bulk-inserted into Postgres with atomic event-count increments, so spikes never block the client. • Sub-Second Dashboards: Materialized views and Redis caching keep active-user, session-duration, and top-screen queries fast at scale. • Privacy First: Built-in PII masking ensures sensitive user data never leaves the client, with project-based multi-tenant isolation.