Stacktora
Stacktora / Vault / Customer Support Ticketing Backend
Support by @ops

Customer Support Ticketing Backend

Tickets, threaded replies, and status/assignment state in Postgres, with Redis for the stuff that needs to be fast (unread counts, live status). The backend behind a support inbox, not a full helpdesk UI.

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

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install customer-support-ticketing --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