Catalog
Products, variants, units, manufacturers, categories, and reviews, related the way a catalog actually nests.
Products, orders, customers, coupons, gift cards, shipping, and tax are 35-plus models in the same ORM as everything else, with the dashboard, the generated API, and the migrations that come with any model here. Checkout is a payment driver, not a rewrite.
All of it in the same install, with nothing to wire together first.
Products, variants, units, manufacturers, categories, and reviews, related the way a catalog actually nests.
Order line items, order export, and customer profiles and history, queryable with the same builder as any other model.
A payment driver behind checkout, with receipts and refund state tracked alongside the order.
Discount rules and stored-value cards as first-class models, not a string parsed at checkout.
Shipping methods and tax rates configured per region, applied the same way in the API and the dashboard.
Product and restaurant waitlists, plus a point-of-sale view in the dashboard for in-person orders.
Buddy scaffolds, runs, and ships this the same way it does the rest of the app.
These share the same models, config, and types, so using them together costs nothing extra.