Netlify Forms

You can collect what people type, with zero backend

Add one attribute to your HTML form and Netlify handles submissions for you. No server code, no extra JavaScript required.

✨ Illustration: you need a waitlist, contact form, or signup page.

Read the docs →

Netlify Image CDN

You can auto-resize and speed up your images, free

Transform images on demand without slowing down your build. Netlify picks the best format for each visitor's browser.

✨ Illustration: your photos are huge and your site feels slow.

Read the docs →

Netlify Functions

You can hide your secret API keys

A little helper that runs secret stuff for you on Netlify's servers. Your browser never sees the keys — the function does the work and sends back safe results.

✨ Illustration: you need to call a paid API without exposing your key in the browser.

Read the docs →

Netlify Blobs

You can save data your whole app remembers, even after refresh

A shared notepad your app can write to and read from — no database setup, no extra accounts. Netlify handles storage for you.

✨ Illustration: you want a visitor counter, saved scores, or submissions everyone can see.

Read the docs →

Netlify Edge Functions

You can run code close to each visitor, so it's instant

Code that runs at the network edge — the server nearest to your visitor — instead of crossing the world. Fast redirects, personalization, and localization.

✨ Illustration: you want to greet someone by their country or redirect them fast.

Read the docs →

Netlify Scheduled Functions

You can run a task on a timer, even while you sleep

A robot that fires your function on a regular schedule — like a cron job. Set it once and Netlify keeps running it.

✨ Illustration: you want to pull fresh data every hour without lifting a finger.

Read the docs →

Netlify Background Functions

You can offload slow jobs so visitors never wait

For work that takes a while — up to about 15 minutes. The job runs off to the side while your visitor keeps browsing.

✨ Illustration: you're batch-processing files or scraping data that shouldn't block the page.

Read the docs →

Netlify AI Gateway

You can plug AI into your app without the messy setup

Use popular AI models in your code without opening separate accounts or juggling API keys. Netlify routes requests and bills through your existing credits.

✨ Illustration: you want to add a chatbot or generate text without managing provider accounts.

Read the docs →

Netlify DB

You can get a real database, provisioned in one command

Serverless Postgres that connects to your functions automatically. When you've outgrown a notepad, this gives you structured, queryable data.

✨ Illustration: you outgrow a notepad and need real tables, queries, and relationships.

Read the docs →

Netlify Agent Runners

You can describe what you want and an AI agent ships the code

Prompt an AI agent right from your Netlify dashboard. It writes code using your project context, deploys a preview, and you review before going live.

✨ Illustration: you want to scaffold a feature, fix a bug, or ship a page by just asking.

Read the docs →