DeepSeek, Qwen, Kimi and hundreds of open models now available.🎉

Netlify

Push your ideas to the web

Create with AI or code, deploy instantly on production infrastructure. One platform to build and ship.

Start building Talk to sales

Add Netlify to your coding agent

Drop here

How it works

Build your way.
Ship on one platform.

Every path runs on the same workflow and production infrastructure, powering millions of sites and apps.

  1. Start with code or AI Start with a prompt, push from Git, or drag and drop. All paths lead to the same project. Prompt Example: Help me build a health tracking app

  2. Build fullstack apps Connect APIs, manage data, optimize images, and add AI features from your first prompt. Service examples: Image Hosting, API, Forms, Databases, AI, Observality

  3. Go live everywhere Deploy to a global CDN in seconds, then choose when to make your project public. Successful Published status

Workflow

Prompt. Preview. Repeat.

Prompt from the dashboard, develop locally, or push from Git. Every change gets a preview URL before it's live.

  • Build with Claude, Codex, and more AI agents

  • Deploy from Git, CLI, or drag and drop

  • Roll back any deploy in one click

Platform

Build with agent-ready primitives.

Add APIs, run logic at the edge, schedule jobs, and handle background work on production infrastructure.

  • Build APIs with serverless functions

  • Add instant databases and file storage

  • Handle auth with built-in identity

  • Connect to AI models through AI Gateway

Explore the platform

Scale

Grow on the same infrastructure.

From your first deploy to global traffic, the same infrastructure supports your growth as you scale.

  • Automatic HTTPs and DDoS protection

  • Manage access, secrets, and env vars by team

  • Global edge network with 99.99% uptime

Get going

Start your way.

Choose the workflow that fits how you work.

  • Start building with an AI agent Describe what you want to build. An AI agent handles the rest. Build now

  • Deploy from Git Auto-deploy on every push. Every PR gets a preview URL. Import a project

  • Deploy from terminal Deploy directly from your working directory. No login required to start. Get started with CLI

  • Drag and drop Drop your project folder and deploy in seconds. New projects stay private until you choose to publish. Try Netlify Drop

I can push a change, and within 30 seconds the site is completely rebuilt.

Jeffrey Sica Kubernetes contributor, Head of Projects at CNCF

Use cases

For every kind of web app.

Build everything from marketing sites to AI apps on one platform.

Launch AI features with one gateway

Prototype, test, and scale AI-powered experiences faster. Product teams can iterate with agents while engineers productionize on the same platform.

  • Prototype and ship AI features with Agent Runners

  • Connect your app to any major AI model through AI Gateway

  • Deploy backend logic as API endpoints with Serverless Functions

Explore AI Gateway

Example Generate Alt text with OpenAI

import OpenAI from "openai";
  
  export default async (req: Request) => {
    const { description } = await req.json();
    const client = new OpenAI();
  
    const res = await client.responses.create({
      model: "gpt-5-mini",
      input: [
        { role: "user", content: `Write concise alt text for: ${description}` },
      ],
    });
  
    return Response.json({ altText: res.output_text });
  };
  
  export const config = { path: "/api/alt-text" };

Top Stats 10M+ developers. 60M+ apps deployed. 99.99% uptime.