awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cloudflare avatar

cloudflare/worker-examples

0
View on GitHub↗
1,999 stars·978 forks·TypeScript·MIT·12 viewsworkers.cloudflare.com↗

Worker Examples

Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale. This repository contains a collection of starter templates for building full-stack applications on Workers. You are encouraged to use, modify, and extend this code!

Features

  • Worker Recipes - Official collection of worker code recipes.

Star history

Star history chart for cloudflare/worker-examplesStar history chart for cloudflare/worker-examples

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Worker Examples

Similar open-source projects, ranked by how many features they share with Worker Examples.
  • ashleygwilliams/worker-template-requestsA

    ashleygwilliams/worker-template-requests

    0View on GitHub↗

    Examples of reading in a POST request body of type JSON, form-data, and blobs before it reaches the origin server.

    View on GitHub↗0
  • berstend/service-worker-routerberstend avatar

    berstend/service-worker-router

    95View on GitHub↗

    Although this router works fine I made a new one, based on experiences using it in production with Cloudflare Workers.

    TypeScript
    View on GitHub↗95
  • boynet/cf-logdna-workerB

    boynet/cf-logdna-worker

    0View on GitHub↗

    simple cloudflare worker recipe to send logs into logdna

    View on GitHub↗0
  • anderly/cloudflare-worker-routingA

    anderly/cloudflare-worker-routing

    0View on GitHub↗

    Here's a simple CloudFlare Worker with a built-in router that allows you to separate your worker logic into different functions and/or "controllers" so you can achieve a clean separation of concerns while working within the 1 script limit for non-Enterprise plans.

    View on GitHub↗0
See all 30 alternatives to Worker Examples→

Frequently asked questions

What does cloudflare/worker-examples do?

Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability, and scale. This repository contains a collection of starter templates for building full-stack applications on Workers. You are encouraged to use, modify, and extend this code!

What are the main features of cloudflare/worker-examples?

The main features of cloudflare/worker-examples are: Worker Recipes.

What are some open-source alternatives to cloudflare/worker-examples?

Open-source alternatives to cloudflare/worker-examples include: ashleygwilliams/worker-template-requests — Examples of reading in a POST request body of type JSON, form-data, and blobs before it reaches the origin server. berstend/service-worker-router — Although this router works fine I made a new one, based on experiences using it in production with Cloudflare Workers. boynet/cf-logdna-worker — simple cloudflare worker recipe to send logs into logdna. cloudflare/rustwasm-worker-template — A template for kick starting a Cloudflare worker project using workers-rs. cloudflare/worker-template — A template for kick starting a Cloudflare worker project. anderly/cloudflare-worker-routing — Here's a simple CloudFlare Worker with a built-in router that allows you to separate your worker logic into different…