Set up a microapp architecture where one Main App and multiple micro-apps all share a single DaaS backend. Each micro-app owns a domain of collections within the shared DaaS, has its own API proxy routes, and is composed via iframe in the Main App. Use when the user says add-microapp, microapp, serv
Set up a microapp architecture where one Main App and multiple micro-apps all share a single DaaS backend. Each micro-app owns a domain of collections within the shared DaaS, has its own API proxy routes, and is composed via iframe in the Main App. Use when the user says add-microapp, microapp, service boundary, or needs to split a large app into domain-focused micro-apps.