Stacktora
Stacktora / Vault / Ruby + Postgres + Redis: B2B Contract Lifecycle & Renewal Management
Backend by @ops

Ruby + Postgres + Redis: B2B Contract Lifecycle & Renewal Management

Contract terms, renewal dates, and auto-renew/notice-period tracking with a worker flagging upcoming renewals — distinct from Subscription Dunning: that's payment-failure recovery, this is the contractual side of B2B relationships, often on annual terms with no billing event to hook into.

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

The stack

Ruby 3.3 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install ruby-b2b-contract-lifecycle --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