Netlify is excellent at git-driven JAMstack hosting — static sites, SPAs, serverless functions, all triggered by a push to a connected repo. Escalation Host overlaps on the runtime side but is built for a completely different operator: an AI agent acting on a non-technical user's behalf. Below is the honest feature-by-feature read.
| Feature | Escalation Host | Netlify | Note |
|---|---|---|---|
| Static / SPA / SSG | ✅ first-class | ✅ first-class | Both serve built static output well. |
| Next.js, React, Vite, Astro | ✅ | ✅ | Same build → static-output pattern on both. |
| Long-running Node / Python / PHP | ✅ runtime flavors | ⚠ Netlify Functions only | Netlify is serverless-first. We keep long-running processes running. |
| Tarball deploy without git | ✅ | ✅ via deploy API | Netlify supports tarball deploys too. Most users still go git-driven. |
| Built for AI agents (MCP) | ✅ first-class MCP + REST | ❌ no MCP | Netlify's API exists; nothing about it is agent-shaped. |
| Scoped agent keys | ✅ 11 scopes + approval gates | ⚠ Personal access tokens | Netlify tokens are user-scoped; ours are per-agent with per-action scope. |
| Magic-link key recovery for agents | ✅ | ❌ | Built into our access-request flow. |
| Persistent agent notes | ✅ for cross-session memory | ❌ | Important if your AI is helping you over many sessions. |
| Incident surface for agents | ✅ structured attention items | ⚠ logs + analytics for humans | Same data, different audience. |
| Sealed-box transport encryption | ✅ | ❌ | Optional, useful pre-auth. |
| Forms + serverless functions | ⚠ via your code + secrets API | ✅ first-class | Netlify's form handling is genuinely nice. We don't replicate it. |
| Edge / CDN | Cloudflare in front, single origin | Their own global edge | Netlify has more edge presence. For most agent-driven sites, Cloudflare in front is sufficient. |
| Pricing entry | $25/mo Builder | Free tier; Pro $19/user/mo | Netlify has the free tier. We don't. |
| Lock-in | Standard Docker runtimes | Netlify-shaped build pipeline | Netlify is portable for static; less so for their function model. |
Netlify is the right pick if you're a developer who likes their workflow. We're the right pick if you're not a developer at all and the AI assistant is doing the work — or if you are a developer but want a hosting product that treats agents as first-class operators rather than humans-with-tokens.