vendurehq/vendure — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an open source headless ecommerce backend like Vendure.

I want a TypeScript and Node app that gives store teams the basics they need to run an online shop, including products, collections, customers, carts, orders, pricing, promotions, tax, shipping, payments, stock, and multiple sales channels. It should expose a clean GraphQL API so any storefront can use it, and it should include a simple React admin dashboard where staff can manage the catalog, orders, customers, settings, and promotions.

Please make it flexible so developers can add plugins without changing the core code. Include a starter setup that runs locally with sample data, plus clear commands for development, testing, and production. It should be able to run on a normal Node host or in Docker.

Use sensible defaults, keep the code organized, and look up current docs online if you need to.

Want more depth? Deep Reverse