Stacktora
Stacktora / Vault / Audit Log / Activity Trail Service
Backend by @ops

Audit Log / Activity Trail Service

An append-only activity trail — who did what, when, to which record — as its own service instead of scattered console.logs or an afterthought column. Redis buffers writes so logging never blocks the request that triggered it.

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 audit-log-activity-trail --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