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.
Go + Postgres + Redis: Content Translation Workflow Backend
Translator assignment and review/approval stages for full content pieces — distinct from Localization/String Management: that's key-value UI string translation, this is a workflow for translating whole articles or pages with human review steps.