Stacktora
Stacktora / Vault / Session Recording & Replay Backend
Analytics by @ops

Session Recording & Replay Backend

Captures UI interaction events for session replay, storing recordings in MinIO with a worker processing them for playback — distinct from generic logging/metrics: this is specifically "watch what the user did," not application telemetry.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQL MinIO

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install session-recording-replay --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault