kamel135/erpnext-saas-platform ? reverse-engineered prompt

Reverse engineered prompt

Build me a multi tenant ERPNext SaaS platform that lets me create and manage separate ERPNext sites for different companies from one control panel.

I want a simple web app where I can provision a new company site with one click, see each tenant’s status, view live logs, and manage basic site actions like start, stop, and remove. Each tenant should be isolated in Docker, with automatic subdomain routing and SSL working through Traefik. Use MariaDB and Redis for the ERPNext setup, and make the whole thing runnable with Docker Compose so I can deploy it on a Linux server easily.

Please make the setup feel polished, with a clean admin interface and sensible defaults, and include anything needed to get it working from a fresh install. If you need to, look up the current ERPNext, Docker, and Traefik docs online so the provisioning flow is realistic. Also make sure there is a clear quick start path and example environment config so I can launch it without too much manual setup.