<script src="https://d.weavy.com/s"></script>
<script>
var sub = "###";
/* New Weavy instance with your JWT SUB */
var weavy = new Weavy({ jwt: sub });
/* This renders the tasks in your app.
Update container to your placeholder */
weavy.space({ key: sub }).app({
key: "n",
type: "notifications",
container: "#notifications"
});
</script>