Library Settings Get Help
Stacktora
Stacktora / Vault / Content Moderation Pipeline
Backend by @ops

Content Moderation Pipeline

A flag-and-review queue for user-generated content — Postgres for submissions and moderation decisions, Redis for the queue, a worker for automated pre-screening before a human ever looks at it. For any platform with comments, uploads, or listings that aren't pre-vetted.

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 content-moderation-pipeline --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