Stacktora
Stacktora / Vault / Document Generation Service
Backend by @ops

Document Generation Service

PDF/invoice generation as its own service — templates and records in Postgres, a worker that generates documents asynchronously instead of blocking a request while a PDF renders.

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

The stack

Node.js 24 PostgreSQL

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install document-generation-service --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