Description
Netlify is a hosting and deployment platform for static websites and Jamstack applications that automates the path from a Git repository to a live site. Every push triggers a build, and every pull request automatically gets its own deploy preview URL for review before anything goes live. Delivery runs through a global CDN, complemented by serverless and edge functions for dynamic logic, form handling without a dedicated backend, and split testing for A/B comparisons directly at the edge.
The platform is framework-agnostic and supports common static site generators and modern frontend frameworks alike, from classic generators to current React-based setups. Since a switch to a credit-based pricing model, bandwidth, build minutes and function calls are billed against one shared allowance instead of separate individual limits.
One honest limitation is that the pricing model has changed several times in recent months. For very high-traffic sites with complex, continuously running backend processes, dedicated server infrastructure often remains the better fit.
Netlify is part of the active Voyage stack as the standard deploy target for client-side frontend builds.












