Hosting and deployment
The Weavy backend is built on ASP.NET Core which is a free, cross-platform and open-source framework for building web apps and services with .NET and C#. Because of this it can be deployed to many different hosting environments.
We normally recommend using our environment service which you can access from the account dashboard, but you can also self-host Weavy on your own infrastructure. It's a little more complicated, but gives you ultimate flexibility in how and where to deploy the Weavy backend.
Common scenarios include Microsoft Azure or an on-prem IIS web server, but it's also possible to run locally on a developer workstation for easier testing and debugging while developing your integration.