Stacktora
Stacktora / Vault / Dynamic Pricing / Rate Card Engine
Backend by @ops

Dynamic Pricing / Rate Card Engine

Real-time price calculation from rules (demand-based, time-based, tiered) — distinct from Usage Metering (bills for consumption) and Membership (gates access): this recipe just calculates what something costs right now, it doesn't bill or gate anything itself.

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 dynamic-pricing-rate-card --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