Library Settings Get Help
Stacktora
Stacktora / Vault / Elixir + Postgres + Redis: Real-time Collaborative Spreadsheet Backend
Real-time by @ops

Elixir + Postgres + Redis: Real-time Collaborative Spreadsheet Backend

Live cell edits, formula recalculation events, and multi-cursor presence — distinct from the Whiteboard and Code Editor recipes: same broadcast-and-sync shape, applied to a cell/formula data model instead of canvas operations or text.

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

The stack

Elixir 1.20 PostgreSQLRedis

Install

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