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
detroitenglish avatar

detroitenglish/cloudflare-workers-webpack-boilerplate

0
View on GitHub↗
125 starsΒ·11 forksΒ·JavaScriptΒ·MITΒ·12 views

Cloudflare Workers Webpack Boilerplate

A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack πŸš€

Features

  • Worker Recipes - Webpack boilerplate for bundling and deploying workers.

Star history

Star history chart for detroitenglish/cloudflare-workers-webpack-boilerplateStar history chart for detroitenglish/cloudflare-workers-webpack-boilerplate

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Cloudflare Workers Webpack Boilerplate

These projects share indexed features with Cloudflare Workers Webpack Boilerplate. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→

Frequently asked questions

What does detroitenglish/cloudflare-workers-webpack-boilerplate do?

A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack πŸš€

What are the main features of detroitenglish/cloudflare-workers-webpack-boilerplate?

The main features of detroitenglish/cloudflare-workers-webpack-boilerplate are: Worker Recipes.

Which projects share features with detroitenglish/cloudflare-workers-webpack-boilerplate?

Projects with overlapping indexed features 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-examples β€” Cloudflare Workers let you deploy serverless code instantly across the globe for exceptional performance, reliability,… 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…