Netlify
Netlify Inc. Β· π Static Hosting
Netlify is a web developer platform that multiplies productivity by unifying the elements of the modern decoupled web.
Overview
Netlify pioneered the JAMstack workflow: connect a Git repository, Netlify builds it, and the result is served from a global CDN. Beyond static hosting it bundles serverless Functions, form handling, identity and auth, split testing and edge functions β so a lot of traditional back-end work is covered without running a server.
The free Starter plan includes 100GB bandwidth and 300 build minutes per month, 125k serverless function invocations, and built-in form submissions. Deploy previews for every pull request and instant rollbacks come standard.
It is a strong choice for static sites and front-end frameworks (React, Vue, Gatsby, Hugo, Eleventy) where you also want forms, light auth or serverless endpoints without standing up extra infrastructure. Free-tier limits change over time β confirm them on the providerβs site.
Pros
- βGenerous all-in-one free tier with functions, forms and identity
- βMature build pipeline with deploy previews and instant rollbacks
- βBuilt-in form handling needs no back end
- βLarge plugin and integration ecosystem
- βFramework-agnostic
Cons
- β300 build minutes per month can be limiting for frequent deploys
- βBandwidth overages are billed on paid plans
- βServerless functions have execution limits
- βLess Next.js-optimized than Vercel
Best for
- βJAMstack and static front ends (React, Vue, Gatsby, Hugo)
- βSites that need forms or light serverless without a back end
- βTeams that want preview deploys and one-click rollbacks
Getting started
- 1 Connect your Git repository to Netlify
- 2 Set the build command and publish directory
- 3 Deploy β each pull request gets its own deploy preview
- 4 Optionally add a netlify/functions folder for serverless endpoints
- 5 Optionally enable forms by adding the netlify attribute to a form tag
Features
- βContinuous Deployment
- βServerless Functions
- βForms Handling
- βIdentity Management
- βSplit Testing
- βAnalytics
Frameworks
FAQ
It is the time Netlify spends building your site. The free plan includes 300 minutes per month; large or frequent builds consume them faster.
Yes. Add the netlify attribute to a form and submissions show up in your dashboard, within the free submission limit.
Yes β Netlify Functions (AWS Lambda under the hood) plus Edge Functions, within the free invocation allowance.
Deploy these projects to Netlify
Open-source projects and templates that run on Netlify's free tier.