Stacktora
Stacktora / Vault / API Gateway & Rate Limiter
API by @ops

API Gateway & Rate Limiter

A lightweight reverse-proxy layer with Redis-backed rate limiting, meant to sit in front of whatever backend you already have — not another full API of its own. The thing every API ends up needing once real traffic (or one bad actor) shows up.

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

The stack

Node.js 24 Redis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install api-gateway-rate-limiter --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