Skip to content

Commit 739f940

Browse files
committed
Feedback update
1 parent af7c1dd commit 739f940

File tree

1 file changed

+65
-57
lines changed

1 file changed

+65
-57
lines changed

src/content/docs/workers/index.mdx

Lines changed: 65 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -10,80 +10,88 @@ head:
1010
---
1111

1212
import {
13-
PackageManagers,
1413
Description,
14+
RelatedProduct,
1515
LinkButton,
16-
Plan,
17-
AstroIcon,
18-
Tabs,
19-
TabItem,
20-
CardGrid,
21-
LinkTitleCard,
2216
} from "~/components";
2317

2418
<Description>
25-
Cloudflare Workers gives you a fast, scalable way to build serverless full-stack applications, running on Cloudflare's global edge network for low-latency performance. Use your language and framework of choice, built-in CDN caching, globally distributed storage, and serverless AI inference to build and scale effortlessly without managing infrastructure.
19+
Cloudflare Workers lets you build fast, scalable, serverless, full-stack apps on Cloudflares global edge network for low-latency performance.
2620
</Description>
2721

28-
<Plan type="all" />
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
2928

30-
<Tabs>
31-
<TabItem label="Dashboard">
32-
<LinkButton variant="primary" href="https://dash.cloudflare.com/?to=/:account/workers-and-pages/create">
33-
Workers dashboard
29+
<LinkButton variant="primary" href="">
30+
Deploy with Workers
3431
</LinkButton>
35-
...continue with the [dashboard getting started guide](/workers/get-started/dashboard/)
36-
</TabItem>
37-
<TabItem label="CLI">
38-
<PackageManagers
39-
type="create"
40-
pkg="cloudflare@latest"
41-
args={"my-first-worker"}
42-
/>
43-
...continue with the [CLI getting started guide](/workers/get-started/guide/)
44-
</TabItem>
45-
</Tabs>
46-
47-
## Explore the possibilities
48-
49-
* Simple deployment with streamlined configuration
50-
* Supports both stateful and stateless applications
51-
* Multi-language compatibility, including JavaScript, TypeScript, Python, and Rust
52-
* Works with popular full-stack [frameworks](/workers/frameworks/)
53-
* Connects to [data stores](/workers/databases/connecting-to-databases/) with [smart placement](/workers/configuration/smart-placement/) for fast startup and high performance
54-
* Built-in support for [cron jobs](/workers/configuration/cron-triggers/), [workflows](/workflows/), and [queues](/queues/)
55-
* [Pricing](/workers/platform/pricing/) that's affordable at any scale
5632

33+
---
34+
35+
# Explore the possibilities
36+
37+
<Description>
5738
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:
58-
| Storage | Compute | Media |
59-
|----------|----------|----------|
60-
| <AstroIcon name="durable-objects"/> [Durable Objects](/durable-objects) <br /> Scalable stateful storage for real-time coordination. | <AstroIcon name="vectorize"/> [Vectorize](/vectorize) <br /> Vector database for AI-powered semantic search.| <AstroIcon name="cache"/> [Cache / CDN](/cache) <br /> Global caching for high-performance, low-latency delivery. |
61-
| <AstroIcon name="d1"/> [D1](/d1) <br /> Serverless SQL database built for fast, global queries. | <AstroIcon name="zaraz"/> [Zaraz](/zaraz) <br /> Privacy-friendly third-party script loading at the edge. | <AstroIcon name="hyperdrive"/> [Hyperdrive](/hyperdrive) <br /> Accelerate database queries by caching at the edge. |
62-
| <AstroIcon name="kv"/> [KV](/kv) <br /> Low-latency key-value storage for fast, edge-cached reads. | |
63-
| <AstroIcon name="r2"/> [R2](/r2) <br /> Zero-egress object storage for cost-efficient data access. | |
39+
</Description>
40+
41+
**Storage**
42+
43+
<RelatedProduct header="Durable Objects" href="/durable-objects/" product="durable-objects">
44+
45+
Scalable stateful storage for real-time coordination.
46+
47+
</RelatedProduct>
48+
49+
<RelatedProduct header="D1" href="/d1/" product="d1">
50+
51+
Serverless SQL database built for fast, global queries.
52+
53+
</RelatedProduct>
54+
55+
<RelatedProduct header="KV" href="/kv/" product="kv">
56+
57+
Low-latency key-value storage for fast, edge-cached reads.
6458

65-
## See Workers in action
66-
<CardGrid>
59+
</RelatedProduct>
6760

68-
<LinkTitleCard title="Example: Using the Cache API" href="/workers/examples/cache-api/">
69-
Use the Cache API to store responses in Cloudflare's cache.
70-
</LinkTitleCard>
61+
**Compute**
7162

72-
<LinkTitleCard title="Example: Setting Chron Triggers" href="/workers/examples/cron-trigger/">
73-
Set a Cron Trigger for your Worker.
74-
</LinkTitleCard>
63+
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
7564

76-
<LinkTitleCard title="Tutorial: Build an Image Generator with Workers AI" href="/workers-ai/tutorials/image-generation-playground/">
77-
In this series of videos, Kristian Freeman builds an AI Image Playground.
78-
</LinkTitleCard>
65+
Vector database for AI-powered semantic search.
7966

80-
<LinkTitleCard title="Tutorial: Workers Observability" href="/workers/observability/logs/#video-tutorial">
81-
Learn how to collect, store, and analyze logs in the Cloudflare dashboard.
82-
</LinkTitleCard>
67+
</RelatedProduct>
8368

84-
</CardGrid>
69+
<RelatedProduct header="Zaraz" href="/zaraz/" product="zaraz">
8570

86-
[More tutorials](/workers/tutorials/)
87-
[More examples](/workers/examples/)
71+
Privacy-friendly third-party script loading at the edge.
72+
73+
</RelatedProduct>
74+
75+
<RelatedProduct header="R2" href="/r2/" product="r2">
76+
77+
Zero-egress object storage for cost-efficient data access.
78+
79+
</RelatedProduct>
80+
81+
**Media**
82+
83+
<RelatedProduct header="Cache / CDN" href="/cache/" product="cache">
84+
85+
Global caching for high-performance, low-latency delivery.
86+
87+
</RelatedProduct>
88+
89+
<RelatedProduct header="Hyperdrive" href="/hyperdrive/" product="hyperdrive">
90+
91+
Accelerate database queries by caching at the edge.
92+
93+
</RelatedProduct>
94+
95+
---
8896

8997
[Join our Discord](https://discord.com/invite/cloudflaredev)

0 commit comments

Comments
 (0)