Stacktora
Stacktora / Vault / Node + Postgres + Redis: Mobile App Version Gating & Force-Update Backend
Mobile by @ops

Node + Postgres + Redis: Mobile App Version Gating & Force-Update Backend

Minimum supported app version checks and force-update logic — distinct from Push Device Registry and Mobile BaaS: this is specifically the 'your app version is too old, please update' gate every mobile team eventually needs and usually builds ad hoc.

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 node-mobile-version-gating --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