Skip to content

Commit 1f6e1e1

Browse files
committed
Structural tweaks (WIP)
1 parent 7f3d93e commit 1f6e1e1

File tree

1 file changed

+46
-22
lines changed

1 file changed

+46
-22
lines changed

src/content/docs/workers/index.mdx

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,45 @@ head:
99
content: Overview
1010
---
1111

12-
import {
13-
Description,
14-
RelatedProduct,
15-
LinkButton,
16-
} from "~/components";
12+
import { Description, RelatedProduct, LinkButton } from "~/components";
1713

1814
<Description>
19-
Cloudflare Workers lets you build fast, scalable, serverless, full-stack apps on Cloudflare’s global edge network for low-latency performance.
15+
Build, deploy, and scale apps on Cloudflare’s global network
2016
</Description>
2117

22-
* Supports JavaScript, TypeScript, Python, Rust, & full-stack [frameworks](/workers/frameworks/)
23-
* Built-in [CDN caching](/cache/), distributed storage, & serverless AI inference for high performance
24-
* Scales easily without managing infrastructure, with simple deployment & configuration
25-
* Works with stateful or stateless apps and connects to [data stores](/workers/databases/connecting-to-databases/) with [smart placement](/workers/configuration/smart-placement/)
26-
* Runs [cron jobs](/workers/configuration/cron-triggers/), automates [workflows](/workflows/), & processes [queues](/queues/)
27-
* Flexible [pricing](/workers/platform/pricing/) that stays affordable at any scale
18+
- Simple deployment with streamlined configuration
19+
- Low latency, fast startup, and high performance
20+
- Unlimited scalability to support applications of any size
21+
- Multi-language compatibility, including JavaScript, TypeScript, Python, and Rust
22+
- Flexible [pricing](/workers/platform/pricing/) that stays affordable at any scale
2823

24+
## <LinkButton variant="primary">Deploy with Workers</LinkButton>
2925

30-
<LinkButton variant="primary">
31-
Deploy with Workers
32-
</LinkButton>
26+
---
27+
28+
## Build with Workers
29+
30+
#### Front-end applications
31+
32+
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
33+
34+
#### Back-end applications
35+
36+
Back-end Applications that connect to data stores and are smart placed to optimize latency
37+
38+
#### Serverless AI inference
39+
40+
Using some of the worlds most popular models - LLMs, image gen, etc
41+
42+
#### Background jobs
43+
44+
Using cron Tasks, Workflows, or Queues
3345

3446
---
3547

36-
# Explore the possibilities
48+
## Integrate with Workers
3749

38-
Integrations via [Bindings](/workers/runtime-apis/bindings/) let you connect to external services like databases, APIs, and storage, enabling functionality with a few lines of code:
50+
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:
3951

4052
**Storage**
4153

@@ -57,17 +69,29 @@ Low-latency key-value storage for fast, edge-cached reads.
5769

5870
</RelatedProduct>
5971

72+
<RelatedProduct header="Queues" href="/queues/" product="queues">
73+
74+
Lorem Ipsum dolor sit amet, consectetur adipiscing elit.
75+
76+
</RelatedProduct>
77+
6078
**Compute**
6179

62-
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
80+
<RelatedProduct header="Workers AI" href="/workers-ai/" product="workers-ai">
6381

64-
Vector database for AI-powered semantic search.
82+
Lorem Ipsum dolor sit amet, consectetur adipiscing elit.
6583

6684
</RelatedProduct>
6785

68-
<RelatedProduct header="Zaraz" href="/zaraz/" product="zaraz">
86+
<RelatedProduct header="Workflows" href="/workflows/" product="workflows">
87+
88+
Lorem Ipsum dolor sit amet, consectetur adipiscing elit.
6989

70-
Privacy-friendly third-party script loading at the edge.
90+
</RelatedProduct>
91+
92+
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
93+
94+
Vector database for AI-powered semantic search.
7195

7296
</RelatedProduct>
7397

@@ -93,4 +117,4 @@ Accelerate database queries by caching at the edge.
93117

94118
---
95119

96-
[Join our Discord](https://discord.com/invite/cloudflaredev)
120+
[Join our Discord](https://discord.com/invite/cloudflaredev)

0 commit comments

Comments
 (0)