@ITEnthusiasm we will consider making it compatible with SSR, but on the server side. However, it will take some time.
In the meantime, we ask people to do something like this on the global scope:
if (typeof window !== "undefined") {
supertokens.init({...})
}