Mateus-Rian/multitenant-ecommerce ? reverse-engineered prompt
Reverse engineered prompt
Build me a multi tenant e commerce app for pizza and drinks, where each store signs up and gets its own public shop page under a custom URL, plus a private admin panel to manage everything.
I want the admin side to show live sales numbers, new orders, customers, and daily changes, and I want incoming orders to appear instantly without refreshing. It should also have a simple kitchen view, manual counter orders, product management, and a reports page with sales and monthly metrics.
For the customer side, make a responsive storefront with featured products, a full menu, a cart that keeps the customer history saved locally, and a checkout flow that supports PIX, card, cash, and in person card payments. Add freight calculation based on the real route using location data, with options for fixed delivery fee, distance based delivery, or free shipping above a minimum order.
Use a clean login system for the merchant, keep everything secure, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit