hostfleet Find my setup
Frontend and edge hosting

Keep the edge fast.
Move slow AI work out.

The edge is excellent for pages, authentication checks, routing, and short requests. It is a poor home for long model calls, durable agents, and heavy background jobs.

See the split →
your users
EdgeWeb appfast + global
RegionAI workerslow + durable
A clean boundary

Put each job where it fits.

Platform selection gets simpler when request duration and state are visible.

At the edge

Fast, stateless work

  • Pages and static assets
  • Authentication checks
  • Routing and small APIs
  • Streaming a provider response
HTTP
or queue
In a worker

Slow, durable work

  • Long model jobs
  • Agents and cron
  • Retries and queues
  • Persistent processes
The common shortlist

Frontend hosts at a glance

These are positioning summaries. Use the sourced comparison for current plan limits and detailed caveats.

Cloudflare Pages

Best starting point for

Low-cost static and edge-first delivery.

Watch runtime compatibility and product boundaries.

Vercel

Best starting point for

Next.js and a polished deployment workflow.

Watch usage-based costs and function constraints.

Netlify

Best starting point for

Simple frontend teams and familiar workflows.

Watch plan allowances and backend expectations.
SourcedCompare current pricing, limits, and gotchasOpen the full matrix →
Deep research

Edge and frontend research

Detailed platform documentation, current limits, and deployment-specific comparisons are available here after the simple architecture choice is clear.