git clone https://github.com/NUlliiON/UltralightBlazorExperiment
build & run BlazorServerForUltralight
for SuperBrowser project run cmd: dotnet publish -r win-x64
in your SuperBrowser project publish folder create a folder named assets, in this folder create a file named index.html and write the following html code:
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://localhost:5000" />
</head>
</html>
in your SuperBrowser publish folder run SuperBrowser.exe
After completing steps you will see your Ultralight browser with a fully functional blazor server app :)