Stacktora
Stacktora / Vault / API Documentation & Developer Portal Backend
API by @ops

API Documentation & Developer Portal Backend

Hosting OpenAPI specs and self-service API key issuance for external developers — distinct from the Public API Product recipe: that one meters and rate-limits usage; this one is the docs/onboarding surface a developer sees before they ever make a call.

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 api-docs-developer-portal --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