Self-hosted site or a webpage link
Both put a page online, but “self-host” and “managed link” are different paths. The choice is mostly about whether your page needs backend logic.
When to self-host
If the page needs login, a database, dynamic data, or real-time interaction — or must run on your own domain long-term — get a server or use Serverless.
When to use a webpage link
If the page is pure static, you want to go live in minutes, and you’d rather not run server and domain — a managed platform is the easiest, pay-as-you-go option.
A quick rule of thumb
Static pages → managed link; dynamic apps → self-host. Not sure? Ship with managed hosting first, validate the need, then decide on self-hosting.
Try the serverless webpage link
