Skip to content
Merged
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 49 additions & 105 deletions src/content/docs/workers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,168 +9,112 @@ head:
content: Overview
---

import {
CardGrid,
Description,
Feature,
LinkButton,
LinkTitleCard,
Plan,
RelatedProduct,
Render,
} from "~/components";
import { Description, RelatedProduct, LinkButton } from "~/components";

<Description>
Build, deploy, and scale apps on Cloudflare’s global network
</Description>

Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
- Simple deployment with streamlined configuration
- Low latency, fast startup, and high performance
- Unlimited scalability to support applications of any size
- Multi-language compatibility, including JavaScript, TypeScript, Python, and Rust
- Flexible [pricing](/workers/platform/pricing/) that stays affordable at any scale

</Description>
## <LinkButton variant="primary">Deploy with Workers</LinkButton>

<Plan type="all" />
---

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.
## Build with Workers

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/).
#### Front-end applications

<LinkButton variant="primary" href="/workers/get-started/guide/">
Get started
</LinkButton> <LinkButton
variant="secondary"
href="https://dash.cloudflare.com/?to=/:account/workers-and-pages/create"
>
Workers dashboard
</LinkButton>
Front-end Applications with support for the most popular full stack frameworks - uses Cloudflare's CDN & cache and results in incredibly fast rendering anywhere in the globe

---
#### Back-end applications

## Features
Back-end Applications that connect to data stores and are smart placed to optimize latency

<Feature header="Wrangler" href="/workers/wrangler/install-and-update/">
#### Serverless AI inference

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.
Using some of the worlds most popular models - LLMs, image gen, etc

</Feature>
#### Background jobs

<Feature header="Bindings" href="/workers/runtime-apis/bindings/">
Using cron Tasks, Workflows, or Queues

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/).
---

</Feature>
## Integrate with Workers

<Feature header="Playground" href="/workers/playground/" cta="Use the Playground">
Integrations via [Bindings](/workers/runtime-apis/bindings/) let you connect to external services like databases, APIs, and storage, enabling functionality with just a few lines of code:

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.
**Storage**

</Feature>
<RelatedProduct header="Durable Objects" href="/durable-objects/" product="durable-objects">

---
Scalable stateful storage for real-time coordination.

## Related products
</RelatedProduct>

<RelatedProduct header="Workers AI" href="/workers-ai/" product="workers-ai">
<RelatedProduct header="D1" href="/d1/" product="d1">

Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network.
Serverless SQL database built for fast, global queries.

</RelatedProduct>

<RelatedProduct header="R2" href="/r2/" product="r2">
<RelatedProduct header="KV" href="/kv/" product="kv">

Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
Low-latency key-value storage for fast, edge-cached reads.

</RelatedProduct>

<RelatedProduct header="D1" href="/d1/" product="d1">
<RelatedProduct header="Queues" href="/queues/" product="queues">

Create new serverless SQL databases to query from your Workers and Pages projects.
Lorem Ipsum dolor sit amet, consectetur adipiscing elit.

</RelatedProduct>

<RelatedProduct header="Durable Objects" href="/durable-objects/" product="durable-objects">
**Compute**

<RelatedProduct header="Workers AI" href="/workers-ai/" product="workers-ai">

A globally distributed coordination API with strongly consistent storage.
Lorem Ipsum dolor sit amet, consectetur adipiscing elit.

</RelatedProduct>

<RelatedProduct header="KV" href="/kv/" product="kv">
<RelatedProduct header="Workflows" href="/workflows/" product="workflows">

Create a global, low-latency, key-value data storage.
Lorem Ipsum dolor sit amet, consectetur adipiscing elit.

</RelatedProduct>

<RelatedProduct header="Queues" href="/queues/" product="queues">
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">

Send and receive messages with guaranteed delivery and no charges for egress bandwidth.
Vector database for AI-powered semantic search.

</RelatedProduct>

<RelatedProduct header="Hyperdrive" href="/hyperdrive/" product="hyperdrive">
<RelatedProduct header="R2" href="/r2/" product="r2">

Turn your existing regional database into a globally distributed database.
Zero-egress object storage for cost-efficient data access.

</RelatedProduct>

<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
**Media**

<RelatedProduct header="Cache / CDN" href="/cache/" product="cache">

Build full-stack AI applications with Vectorize, Cloudflare’s vector database.
Global caching for high-performance, low-latency delivery.

</RelatedProduct>

<RelatedProduct header="Zaraz" href="/zaraz/" product="zaraz">
<RelatedProduct header="Hyperdrive" href="/hyperdrive/" product="hyperdrive">

Offload third-party tools and services to the cloud and improve the speed and security of your website.
Accelerate database queries by caching at the edge.

</RelatedProduct>

---

## More resources

<CardGrid>

<LinkTitleCard
title="Learning Path"
href="/learning-paths/workers/concepts/"
icon="pen"
>
New to Workers? Get started with the Workers Learning Path.
</LinkTitleCard>

<LinkTitleCard
title="Plans"
href="/workers/platform/pricing/"
icon="seti:shell"
>
Learn about Free and Paid plans.
</LinkTitleCard>

<LinkTitleCard title="Limits" href="/workers/platform/limits/" icon="document">
Learn about plan limits (Free plans get 100,000 requests per day).
</LinkTitleCard>

<LinkTitleCard
title="Storage options"
href="/workers/platform/storage-options/"
icon="open-book"
>
Learn which storage option is best for your project.
</LinkTitleCard>

<LinkTitleCard
title="Developer Discord"
href="https://discord.cloudflare.com"
icon="discord"
>
Connect with the Workers community on Discord to ask questions, share what you
are building, and discuss the platform with other developers.
</LinkTitleCard>

<LinkTitleCard
title="@CloudflareDev"
href="https://x.com/cloudflaredev"
icon="x.com"
>
Follow @CloudflareDev on Twitter to learn about product announcements, and
what is new in Cloudflare Workers.
</LinkTitleCard>

</CardGrid>
[Join our Discord](https://discord.com/invite/cloudflaredev)