Can Capacitor convert my mini apps into SDKs that can be uploaded to a Mini App Center and used by a Super App? If not, I am looking for an open-source solution to achieve this
Capacitor doesn’t natively support packaging mini apps as SDKs for a Super App, but you could wrap them in a custom plugin or module. If you’re looking for an open-source solution, try to check out frameworks like Beeware or Module Federation for micro frontends.