Content
by @ops 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.
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 go-content-translation-workflow --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.
Headless CMS Backend
A structured content API — Postgres for content models and versioning, Redis caching in front so reads stay fast under real traffic. Bring your own frontend; this is just the content backend done properly instead of hand-rolled.