Dictionary
Netlify
Netlify is a modern web development platform that automates deployment and hosting for static sites, single-page applications, and serverless functions. It connects to Git repositories and triggers automatic builds and deployments on every push, providing instant rollbacks, deploy previews for pull requests, and automatic HTTPS through Let's Encrypt certificates.
Beyond hosting, Netlify provides an integrated suite of features that reduce the need for separate services. Built-in form handling collects submissions without backend code. Identity management adds authentication. Edge functions run server-side logic at CDN locations worldwide. Split testing enables A/B experiments at the routing level. Environment variables and build plugins customize the deployment pipeline without managing CI infrastructure.
For web development teams, Netlify popularized the concept of deploying frontend applications independently from backend services, which aligns with Jamstack and modern decoupled architectures. Its build system supports all major static site generators and frontend frameworks including Next.js, Nuxt, Gatsby, Hugo, and Astro. The free tier is generous enough for most personal and small business projects, making it an accessible starting point for teams adopting modern deployment practices.