Home

Awesome

<h1 align="center">Cloudflare Workers SDK</h1> <p align="center"> <img src="cloudflare-workers-outline.png" alt="workers-logo" width="120px" height="120px"/> <br> Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale. <br> </p> <p align="center"> <a href="CONTRIBUTING.md">Contribute</a> · <a href="https://github.com/cloudflare/workers-sdk/issues">Submit an Issue</a> · <a href="https://discord.cloudflare.com/">Join Discord</a> <br> <br> </p> <p align="center"> <a href="https://www.npmjs.com/wrangler/"> <img src="https://img.shields.io/npm/v/wrangler.svg?logo=npm&logoColor=fff&label=NPM+package&color=orange" alt="Wrangler on npm" /> </a>&nbsp; <a href="https://discord.cloudflare.com/"> <img src="https://img.shields.io/discord/595317990191398933.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" /> </a>&nbsp; <a href="https://twitter.com/CloudflareDev"> <img src="https://img.shields.io/twitter/follow/cloudflaredev" alt="X conversation" /> </a> </p> <hr>

Quick Start

To get started quickly with a new project, run the command below:

npx create-cloudflare@latest

For more info, visit our Getting Started guide.

Documentation

Visit the official Workers documentation here.

Directory

PackageDescriptionLinks
wranglerA command line tool for building Cloudflare Workers.Docs
create-cloudflare (C3)A CLI for creating and deploying new applications to Cloudflare.Docs
miniflareA simulator for developing and testing Cloudflare Workers, powered by workerdDocs
wrangler-devtoolsCloudflare's fork of Chrome DevTools for inspecting your local or remote Workers
pages-sharedUsed internally to power Wrangler and Cloudflare Pages. It contains all the code that is shared between these clients.

In addition to these, this repo contains a selection of templates to help you get started with a variety of projects.

Contributing

We welcome new contributors! Refer to the CONTRIBUTING.md guide for details.

Community

Join us in the official Cloudflare Discord to meet other developers, ask questions, or learn more in general.

Links