私たちが得たすべての経験—インターネットの20%を支える。あなたのもの(デフォルトで)

Cloudflare は、コンピュート、AI 推論、セキュリティを備えた AI クラウドです。これにより、インフラストラクチャの管理やセキュリティを心配することなく、アプリケーションをリリースできます。
無料で始めてください

あなたのためのクラウド、逆ではない

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

リージョン: 地球

1つのスマートネットワークでワークロードとセキュリティを管理 — ユーザーに近い、データに近い場所に配置されています。
どこでも実行

世界中の335以上の都市でコードを実行し、世界の人口の95%に50ミリ秒以内で届く

どこでも実行できます

ユーザー、データベース、またはAPIに近い場所でコードを実行してください。スマートネットワークがリクエストをスケジュールして、最適な遅延を最適化します。

大規模なスケールで実行

Cloudflareのインフラストラクチャ上で実行され、500 Tbpsのネットワーク容量をサポートし、毎秒1億2000万件以上のHTTPリクエストを処理しています。

Cloudflare はインターネット上の5サイトに1つ
を支えています。

あなたが信頼するチームから信頼されています。そして数千もの…
anthropic
canva
asana
atlassian
shopify
stripe
wix
block
intercom
doordash
coreweave
leonardo
anthropic
canva
asana
atlassian

なぜ Cloudflare を選ぶのですか?

Everything needed tobuild secure, performant applications

Fighting infra with “cloud”

Shipping with
Cloudflare

支払うだけコードが実行されるとき

(サーバーを温かく保つためではありません。)
クリーンなトラフィックを支払う

すべてのサイトにセキュリティとパフォーマンスのワンスタックを提供 – 同じ DDoS 軽減、同じグローバル CDN、すべてのレイヤーで同じネットワーク。サイトに必要なレベルのみを支払います。

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

DevOps なし。最小限のコールドスタート。予期せぬ請求なし。
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.

あなたのチームに合わせた

スタートアップと世界最大の企業の両方にとって使いやすいです。
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

制限のない構築

何千もの開発者に加わり、インフラストラクチャの複雑さを解消し、Cloudflareでグローバルに展開しました。無料で構築を開始する — クレジットカードは必要ありません。