Stacktora
Stacktora / Vault / Deno + Postgres + MinIO: Headless-to-Static Publishing Pipeline
Content by @ops

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.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Deno 2.8.2 PostgreSQL MinIO

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install deno-headless-to-static-publishing --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault