You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
26
-
15
+
A serverless platform for building, deploying, and scaling apps across [Cloudflare's global network](https://www.cloudflare.com/network/) with a single command — no infrastructure to manage, no complex configuration
27
16
</Description>
28
17
29
-
<Plantype="all" />
18
+
With Cloudflare Workers, you can expect to:
19
+
- Deliver fast performance with high reliability anywhere in the world
20
+
- Build full-stack apps with your framework of choice, including [React](/workers/frameworks/framework-guides/react-router/), [Vue](/workers/frameworks/framework-guides/vue/), [Svelte](/workers/frameworks/framework-guides/svelte/), [Next](/workers/frameworks/framework-guides/nextjs/), [Astro](/workers/frameworks/framework-guides/astro/), [Remix](/workers/frameworks/framework-guides/react-router/), [and more](/workers/frameworks/)
21
+
- Use your preferred language, including [JavaScript](/workers/languages/javascript/), [TypeScript](/workers/languages/typescript/), [Python](/workers/languages/python/), [Rust](/workers/languages/rust/), [and more](/workers/runtime-apis/webassembly/)
22
+
- Gain deep visibility and insight with built-in [observability](/workers/observability/logs/)
23
+
- Get started for free and grow with flexible [pricing](/workers/platform/pricing/), affordable at any scale
24
+
25
+
Get started with your first project:
30
26
31
-
Cloudflare Workers provides a [serverless](https://www.cloudflare.com/learning/serverless/what-is-serverless/) execution environment that allows you to create new applications or augment existing ones without configuring or maintaining infrastructure.
27
+
<LinkButtonhref="https://dash.cloudflare.com/?to=/:account/workers-and-pages/templates">Deploy a template</LinkButton>
32
28
33
-
Cloudflare Workers runs on [Cloudflare’s global network](https://www.cloudflare.com/network/) in hundreds of cities worldwide, offering both [Free and Paid plans](/workers/platform/pricing/).
The Workers command-line interface, Wrangler, allows you to [create](/workers/wrangler/commands/#init), [test](/workers/wrangler/commands/#dev), and [deploy](/workers/wrangler/commands/#deploy) your Workers projects.
41
+
<span>Deploy [static assets](/workers/static-assets/) to Cloudflare's [CDN & cache](/cache/) for fast rendering</span>
<span>Build APIs and connect to data stores with [Smart Placement](/workers/configuration/smart-placement/) to optimize latency</span>
48
+
</div>
55
49
56
-
Bindings allow your Workers to interact with resources on the Cloudflare developer platform, including [R2](/r2/), [KV](/kv/concepts/how-kv-works/), [Durable Objects](/durable-objects/), and [D1](/d1/).
50
+
<div>
51
+
#### Serverless AI inference
57
52
58
-
</Feature>
53
+
<span>Run LLMs, generate images, and more with [Workers AI](/workers-ai/)</span>
54
+
</div>
59
55
60
-
<Featureheader="Playground"href="/workers/playground/"cta="Use the Playground">
56
+
<div>
57
+
#### Background jobs
61
58
62
-
The Playground is a sandbox which gives you an instant way to preview and test a Worker directly in the browser against any site. No setup required.
63
-
64
-
</Feature>
59
+
<span>Schedule [cron jobs](/workers/configuration/cron-triggers/), run durable [Workflows](/workflows/), and integrate with [Queues](/queues/)</span>
Connect to external services like databases, APIs, and storage via [Bindings](/workers/runtime-apis/bindings/), enabling functionality with just a few lines of code:
71
67
72
-
Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network.
0 commit comments