Stacktora
Stacktora / Vault / Ruby + Postgres + Redis: Community Forum & Reputation System
Content by @ops

Ruby + Postgres + Redis: Community Forum & Reputation System

Threads, voting, and karma/reputation scoring — distinct from the Comment System recipe: that's simple threaded discussion attached to content, this is a full forum with its own reputation economy driving what surfaces.

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

The stack

Ruby 3.3 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install ruby-forum-reputation-system --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