diff --git a/src/content/docs/workers/index.mdx b/src/content/docs/workers/index.mdx index d6936ccc6210040..f500d50cc4365a1 100644 --- a/src/content/docs/workers/index.mdx +++ b/src/content/docs/workers/index.mdx @@ -9,168 +9,141 @@ head: content: Overview --- -import { - CardGrid, - Description, - Feature, - LinkButton, - LinkTitleCard, - Plan, - RelatedProduct, - Render, -} from "~/components"; +import { Description, RelatedProduct, LinkButton } from "~/components"; - -Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale. - +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 - +With Cloudflare Workers, you can expect to: +- Deliver fast performance with high reliability anywhere in the world +- 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/) +- 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/) +- Gain deep visibility and insight with built-in [observability](/workers/observability/logs/) +- Get started for free and grow with flexible [pricing](/workers/platform/pricing/), affordable at any scale + +Get started with your first project: -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. +Deploy a template -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/). - - Get started - - Workers dashboard + + Deploy with Wrangler CLI --- -## Features +## Build with Workers - +
+#### Front-end applications -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. +Deploy [static assets](/workers/static-assets/) to Cloudflare's [CDN & cache](/cache/) for fast rendering +
-
+
+#### Back-end applications - +Build APIs and connect to data stores with [Smart Placement](/workers/configuration/smart-placement/) to optimize latency +
-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/). +
+#### Serverless AI inference - +Run LLMs, generate images, and more with [Workers AI](/workers-ai/) +
- +
+#### Background jobs -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. - - +Schedule [cron jobs](/workers/configuration/cron-triggers/), run durable [Workflows](/workflows/), and integrate with [Queues](/queues/) +
--- -## Related products +## Integrate with Workers - +Connect to external services like databases, APIs, and storage via [Bindings](/workers/runtime-apis/bindings/), enabling functionality with just a few lines of code: -Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network. +**Storage** + + + +Scalable stateful storage for real-time coordination. - + -Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services. +Serverless SQL database built for fast, global queries. - + -Create new serverless SQL databases to query from your Workers and Pages projects. +Low-latency key-value storage for fast, edge-cached reads. - + -A globally distributed coordination API with strongly consistent storage. +Guaranteed delivery with no charges for egress bandwidth. - + -Create a global, low-latency, key-value data storage. +Connect to your external database with accelerated queries, cached at the edge. - +**Compute** -Send and receive messages with guaranteed delivery and no charges for egress bandwidth. + + +Machine learning models powered by serverless GPUs. - + -Turn your existing regional database into a globally distributed database. +Durable, long-running operations with automatic retries. -Build full-stack AI applications with Vectorize, Cloudflare’s vector database. +Vector database for AI-powered semantic search. - + -Offload third-party tools and services to the cloud and improve the speed and security of your website. +Zero-egress object storage for cost-efficient data access. + + +Programmatic serverless browser instances. + + + +**Media** + + + +Global caching for high-performance, low-latency delivery. + + + + + +Streamlined image infrastructure from a single API. + + + + --- -## More resources - - - - - New to Workers? Get started with the Workers Learning Path. - - - - Learn about Free and Paid plans. - - - - Learn about plan limits (Free plans get 100,000 requests per day). - - - - Learn which storage option is best for your project. - - - - Connect with the Workers community on Discord to ask questions, share what you - are building, and discuss the platform with other developers. - - - - Follow @CloudflareDev on Twitter to learn about product announcements, and - what is new in Cloudflare Workers. - - - +Want to connect with the Workers community? [Join our Discord](https://discord.cloudflare.com) \ No newline at end of file