- 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