Stacktora
Stacktora / Vault / Real-time Collaboration & Presence Backend
Real-time by @ops

Real-time Collaboration & Presence Backend

Live cursors, who's-online presence, and shared editing state via Redis pub/sub, with Postgres for persisted document snapshots. Distinct from the Chat recipe: chat persists messages as the point; this is ephemeral shared state where the live view IS the point.

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

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install realtime-collab-presence --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