Stacktora
Stacktora / Vault / Bun + Postgres + Redis: Real-time Collaborative Code Editor Backend
Real-time by @ops

Bun + Postgres + Redis: Real-time Collaborative Code Editor Backend

Multi-cursor, multi-editor operation sync for a shared code editing surface — distinct from the Whiteboard recipe: same broadcast-and-sync shape, applied to a text/code document instead of a drawing canvas, a genuinely different data model and conflict-resolution need.

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

The stack

Bun 1.3 PostgreSQLRedis

Install

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