1. Import the "navigation" object, one component from Sol-Components and all PodOS components
<script src="../component-interop.js"
        data-stage="auto"
        data-manifest="sol-components.manifest.json pod-os.manifest.json"
        data-components="sol-pod @pod-os/elements"
        data-objects="navigation"
></script>
2. Put a navigation component from Sol-Components on the page <sol-pod source="https://timbl.solidcommunity.net/public/"></sol-pod> 3. Put a navigation component from PodOS on the page, you're done, all the work was in the script call above. <pos-app> <pos-resource uri="https://timbl.solidcommunity.net/public/"> <pos-container-contents></pos-container-contents> </pos-resource> </pos-app>