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
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
More from the Vault
Bun + MongoDB + Meilisearch: Knowledge Base / Docs Search
A documentation/knowledge-base platform: Bun API for fast cold starts and low-latency responses, MongoDB for flexible article/page storage, and Meilisearch for instant, typo-tolerant search across the whole knowledge base.
Bun + Postgres + Redis: Link-in-Bio / Micro-landing Page Backend
Profile pages, link blocks, and click tracking — the backend behind a Linktree-style micro-landing product, with Bun's fast cold starts suiting a high-traffic, low-compute-per-request workload.
Comment System & Threaded Discussions
Nested comment threads with moderation-ready structure — distinct from the CMS recipe (published content) and Chat (real-time messaging): this is asynchronous, threaded discussion attached to a piece of content.
Deno + Postgres + MinIO: Headless-to-Static Publishing Pipeline
Builds and publishes static site output FROM headless CMS content, a worker running the build and storing output in MinIO — distinct from the Headless CMS recipe: that serves content dynamically, this compiles it to static output on a schedule or webhook trigger.