私たちが得たすべての経験—インターネットの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つ
を支えています。
あなたが信頼するチームから信頼されています。そして数千もの…
なぜ Cloudflare を選ぶのですか?
Everything needed tobuild secure, performant applications
Fighting infra with “cloud”
Shipping with
Cloudflare
支払うだけコードが実行されるとき
(サーバーを温かく保つためではありません。)
クリーンなトラフィックを支払う
すべてのサイトにセキュリティとパフォーマンスのワンスタックを提供 – 同じ DDoS 軽減、同じグローバル CDN、すべてのレイヤーで同じネットワーク。サイトに必要なレベルのみを支払います。
Pro
for pro websites
$20
/mo billed annuallyBusiness
for small business
$200
/mo billed annuallyContract
for mission-critical
Custom
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 templatesimport { 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 })); } }
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.











