Library Settings Get Help
Stacktora
Stacktora / Vault / A/B Testing & Experimentation Platform
DevOps by @ops

A/B Testing & Experimentation Platform

Variant assignment (consistent per user, not re-randomized every request) and results tracking in Postgres, Redis for fast assignment lookups. Distinct from Feature Flags: flags are an on/off switch, this is measuring which variant actually wins.

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 ab-testing-experimentation --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