Content
by @ops Podcast & RSS Feed Hosting Backend
Episode hosting via MinIO and RSS feed generation from Postgres-stored episode metadata — a specific, real pattern distinct from generic file upload/media processing, which just resizes and transcodes without any feed/publishing model.
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 podcast-rss-hosting --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.