Stacktora
Stacktora / Vault / Content
Content

Content recipes

11 admin-reviewed Content starting points in the Vault, each installable with one command. Browse every category →

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.

by @ops

Bun 1.3 MongoDB Meilisearch

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.

by @ops

Bun 1.3 PostgreSQLRedis

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.

by @ops

Node.js 24 PostgreSQLRedis

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.

by @ops

Go 1.26 PostgreSQLRedis

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.

by @ops

Node.js 24 PostgreSQLRedis

Internal Wiki / Knowledge Base Backend

Structured internal docs with real search — Postgres for pages and revisions, Meilisearch so finding something doesn't mean scrolling through a folder tree. The backend shape behind any internal knowledge base or team wiki.

by @ops

Node.js 24 PostgreSQL Meilisearch

Music/Audio Streaming Metadata & Playback Tracking

Track/catalog metadata in Postgres, playback events landing in ClickHouse for the volume a real streaming product generates — royalty/analytics-ready from day one instead of bolted on after the fact.

by @ops

Node.js 24 PostgreSQLClickHouse

PHP + Postgres + Elasticsearch + Redis: CMS/Content Platform Starter

A headless CMS / content platform backend: PHP API, Postgres for content and structured records, Elasticsearch for fast full-text and faceted search across content, and Redis for page/query caching.

by @ops

PHP 8.3 PostgreSQLRedis Elasticsearch

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.

by @ops

Node.js 24 PostgreSQL MinIO

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.

by @ops

Ruby 3.3 PostgreSQLRedis

Survey & Forms Backend

Structured form/survey definitions and response storage in Postgres — distinct from the Headless CMS recipe: this is about capturing structured input, not serving published content.

by @ops

Node.js 24 PostgreSQLRedis