Stacktora
Stacktora / Vault / Two-sided Marketplace Backend
E-commerce by @ops

Two-sided Marketplace Backend

Vendors, listings, and buyers as first-class concepts, with Stripe Connect wiring for split payouts. Distinct from a single-storefront e-commerce backend: multi-party accounts and payouts are the actual hard part of a marketplace, not the product listing.

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 marketplace-two-sided --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