Netlify logo

Netlify

Netlify Inc. · 🌐 Static Hosting

Netlify is a web developer platform that multiplies productivity by unifying the elements of the modern decoupled web.

Category
Static Hosting
Free tier
Available
Paid from
$19/month
Verified
2024-01-15

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. 1 Connect your Git repository to Netlify
  2. 2 Set the build command and publish directory
  3. 3 Deploy β€” each pull request gets its own deploy preview
  4. 4 Optionally add a netlify/functions folder for serverless endpoints
  5. 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

ReactVueAngularGatsbyHugoJekyll

FAQ

What counts as a build minute?

It is the time Netlify spends building your site. The free plan includes 300 minutes per month; large or frequent builds consume them faster.

Can Netlify handle forms without a back end?

Yes. Add the netlify attribute to a form and submissions show up in your dashboard, within the free submission limit.

Does it support serverless functions?

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.