Alles, was wir gelernt haben, bei der Versorgung von 20 % des Internets – Ihre standardmäßig

Cloudflare ist Ihre KI-Cloud mit Rechenleistung, KI-Inferenz und Sicherheit – wodurch Sie sich auf das konzentrieren können, was wichtig ist, anstatt die Infrastruktur zu verwalten.
Beginnen Sie mit dem Bau kostenlos

Die cloud, die für Sie arbeitet, nicht umgekehrt.

Deploy serverless functions, frontends, containers, and databases to335+ cities with one command.

Build AI agents on durable objects with code execution, inference, AI gateway all built-in

"Cloudflare provided everything from OAuth to out-of-the-box remote MCP support so we could quickly build, secure, and scale a fully operational setup."

Architecture inspired by

Atlassian

Region: Erde

Ein intelligentes Netzwerk für Workloads + Sicherheit – nah bei den Nutzern, nah bei den Daten.
Überall laufen

Code in 335+ Städten weltweit ausführen, innerhalb von 50 ms von 95 % der Weltbevölkerung.

Überall ausführen

Code nahe dem Benutzer, der Datenbank oder nahe Ihren APIs ausführen. Unser intelligentes Netzwerk wird Ihre Anfragen planen, um die beste Latenz zu optimieren.

Auf großem Maßstab betreiben

Auf Cloudflare-Infrastruktur ausgeführt, unterstützt 500 Tbps Netzwerk-Kapazität und verarbeitet über 102 Millionen HTTP-Anfragen pro Sekunde.

Cloudflare betreibt
1 von 5 Seiten im Internet

Vertraut von den Teams, die Sie vertrauen. Und tausende mehr...
anthropic
canva
asana
atlassian
shopify
stripe
wix
block
intercom
doordash
coreweave
leonardo
anthropic
canva
asana
atlassian

Warum wählen Sie Cloudflare?

Everything needed tobuild secure, performant applications

Fighting infra with “cloud”

Shipping with
Cloudflare

Zahlen Sie nurwenn Ihr Code läuft

(Nicht, um Server warm zu halten.)
Zahlen Sie für sauberen Traffic

Eine Sicherheits- und Leistungsstack für jede Website – derselbe DDoS-Abwehr, derselbe globale CDN, dasselbe Netzwerk auf jeder Ebene. Sie zahlen nur für die Tiefe, die Ihre Website benötigt.

Visitor trafficYour site
CDN
DDoS
SSL
WAF
Bot
Same protection at every tier — paid plans add depth

Free
for hobby projects

$0

/month
Unmetered DDoSUniversal SSLGlobal CDN
See more

Pro
for pro websites

$20

/mo billed annually
or $25/mo billed monthly
Image optimizationBot protectionTicket support
See more

Business
for small business

$200

/mo billed annually
or $250/mo billed monthly
PCI DSS 4.0100% uptime SLAChat support
See more

Contract
for mission-critical

Custom

Billed annually
Network priority24/7 supportCustom contracts
See more

Go from

in minutes

Keine DevOps. Minimale Cold Starts. Keine überraschenden Rechnungen.
From first line to full scale

Deploy working code in seconds or start from hundreds of templates — all built to scale.

See templates
Player 1
Player 2
import { routePartykitRequest, Server } from "partyserver";
  
import type { OutgoingMessage, Position } from "../shared";
import type { Connection, ConnectionContext } from "partyserver";

// This is the state that we'll store on each connection
type ConnectionState = {
  position: Position;
};

export class Globe extends Server {
  onConnect(conn: Connection<ConnectionState>, ctx: ConnectionContext) {
    // Whenever a fresh connection is made, we'll
    // send the entire state to the new connection
    
    // First, let's set up the connection state
    conn.setState({ position: { x: 0, y: 0 } });
    
    // Send current state to new connection
    this.broadcast(JSON.stringify({
      type: "user-joined",
      id: conn.id,
      position: conn.state.position
    }));
  }

  onMessage(message: string, sender: Connection<ConnectionState>) {
    const data = JSON.parse(message) as OutgoingMessage;
    
    if (data.type === "position-update") {
      sender.setState({ position: data.position });
      
      // Broadcast position update to all other connections
      this.broadcast(JSON.stringify({
        type: "position-update",
        id: sender.id,
        position: data.position
      }), [sender.id]);
    }
  }

  onClose(connection: Connection<ConnectionState>) {
    this.broadcast(JSON.stringify({
      type: "user-left",
      id: connection.id
    }));
  }
}
~/workspace/multiplayer-app git:(main)
Deploy with one command
Let it spike. We got you.

No more capacity planning. Ever.

Angepasst an Ihr Team

Benutzerfreundlich für Startups und die größten Unternehmen der Welt.
Fits into your existing workflows

Git, GitHub Actions, VS Code, and any framework. No proprietary tools or vendor lock-in.

One network for users, apps, and data

Whether you're shipping code, securing employees, or connecting branches, it all runs on the same global network — managed from one dashboard, billed as one platform.

Secure by default

DDoS protection, WAF, bot management, and Zero Trust controls are built into the network and run on every request from day one.

Fast path to AI adoption

Build, deploy, and govern AI agents on the same network. Secure MCP portals, identity-aware access, and built-in inference make production AI a one-step deploy.

Launching agents to analyze repository…
3 background agents launched
review-agent
scanning PRs179.6k tokens
test-agent
running checks8k tokens
docs-agent
fixed documentation56 tokens
Agents frontend analysis loading

Grenzenlos bauen

Schließen Sie sich tausenden Entwicklern an, die die Infrastrukturkomplexität beseitigt und weltweit mit Cloudflare bereitgestellt haben. Starten Sie kostenlos mit der Entwicklung — keine Kreditkarte erforderlich.