Stacktora
Stacktora / Vault / Public API Product Starter
API by @ops

Public API Product Starter

For when the API IS the product: API key issuance, per-key tiered rate limits, and usage tracking in Postgres + Redis. Distinct from the API Gateway recipe — that's a proxy in front of an existing backend; this is a complete API product with developer-facing accounts.

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 public-api-product-starter --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