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
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
More from the Vault
.NET + Postgres + Redis: Fintech-oriented Baseline
A security-conscious starting point for financial and payments-adjacent backends: .NET API, Postgres for ledger/transaction records, and Redis for session and rate-limit state. This is a starting baseline only, not a certified or verified PCI-DSS/regulatory-compliant stack — your own security and compliance review is still required before handling real financial data.
.NET + Postgres + Redis: Insurance Policy Quoting Engine
Rate calculation and quote generation before a policy exists — distinct from Insurance Claims Processing: that handles claims after something happens, this is underwriting math and quote state before a customer ever buys.
.NET + Postgres + Redis: Retail Point-of-Sale (POS) Backend
In-person transaction handling, cash drawer reconciliation, and receipt records — distinct from e-commerce/inventory recipes built around online orders: this is the in-store, register-shaped side of retail.
.NET + Postgres + Redis: Warehouse Management System (WMS) Backend
Bin locations, pick routes, and receiving records — distinct from Inventory & Order Management: that's e-commerce-facing stock/order data, this is the physical warehouse-operations layer underneath it.