awesome-cloudflare
Cloudflare worker toolkit
A curated collection of resources and tools for building and managing applications with Cloudflare worker functionality
⛅️ Curated list of awesome Cloudflare worker recipes, open-source projects, guides, blogs and other resources.
748 stars
19 watching
42 forks
last commit: about 1 year ago
Linked from 3 awesome lists
awesomeawesome-cloudflareawesome-listcloudflarecloudflare-workerserverlessservice-worker
Awesome Cloudflare / Community | |||
Forum | |||
@Cloudflare on Twitter | |||
YouTube | |||
GitHub | |||
GitHub Topic | |||
Stack Exchange | |||
Stack Overflow | |||
Server Fault | |||
Awesome Cloudflare / Blog | |||
Official Blog | |||
Awesome Cloudflare / DNS | |||
DNS Zone Files | 51 | about 1 year ago | Ready to import common config zone files for easy configuration of various services |
Lexicon | 1,482 | 7 days ago | CLI tool to manipulate DNS records on various DNS providers in a standardized way |
Th3inspector | 2,250 | about 1 year ago | All in one CLI tool for information gathering |
Partner Panel | 1,222 | almost 3 years ago | Tool for hosting partners to provide a DNS management panel for customers |
CFPMP | 252 | over 2 years ago | Partner management panel |
Flares | 188 | about 1 year ago | DNS backup tool |
Block Bad Bot Ruleset | 209 | over 4 years ago | Collection of rulesets to block malicious crawlers with firewall rules |
Docker DDNS | 1,078 | over 2 years ago | Docker image to use the free DNS Service as a dynamic DNS provider |
DDNS script for Synology | 609 | 10 months ago | DDNS script for Synology NAS |
Dynamic DNS Bash | 321 | 12 months ago | Dynamic DNS updater in bash script |
Dynamic DNS PHP | 154 | about 5 years ago | Dynamic DNS updater in PHP |
Dynamic DNS Python | 157 | almost 4 years ago | Dynamic DNS updater in python |
Multi-Provider DDNS Script | 54 | about 6 years ago | Multiple providers ddns script without dependencies |
Argo Tunnel Client | 9,297 | 9 days ago | CLI client for Argo tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network |
Upper | 102 | 9 months ago | Speeds up craft dramatically using a cache proxy in front of your webserver |
Cloud Buster | 145 | over 5 years ago | A comprehensive pentest tool that checks sites for origin IP leaks |
CLI Tool | 212 | over 1 year ago | CLI tool for interacting with Cloudflare |
Detector | 23 | 5 months ago | Detect whether a site is running behind Cloudflare |
Scrape | 3,391 | about 1 year ago | Python module to bypass anti-bot page |
CloudFlair | 2,618 | 5 months ago | Tool to find origin servers of websites protected by CloudFlare who are publicly exposed |
Awesome Cloudflare / Developers | |||
Developers Hub | Developer docs including API reference, articles, and sample code for all products | ||
Open Source | Official open-source projects | ||
API Docs | API documentation | ||
Integration Resources | Plugins for content management systems, control panels, cloud providers, ecommerce platforms and more | ||
Technical Resources | Technical tools and resources | ||
The Serverlist Newsletter | The serverlist is a Cloudflare-curated newsletter about all things serverless | ||
Awesome Cloudflare / Apps | |||
Apps Directory | |||
Documentation | |||
Developer Fund | |||
App Ideas | 43 | about 6 years ago | |
Awesome Cloudflare / Apps / Open Source | |||
Official OSS Apps | Collection of official apps | ||
Logflare | 45 | almost 5 years ago | Log management & event analytics |
OpWork.dev | 28 | about 2 years ago | Self hosted CloudFlare workers management platform |
Awesome Cloudflare / Workers / Reference | |||
Documentation | |||
Tutorials | |||
Runtime | |||
Workers KV | |||
Awesome Cloudflare / Workers / Tools | |||
Wrangler | 3,199 | over 1 year ago | is a CLI tool designed for folks who are interested in using Cloudflare workers |
Playground | Simple, instant way to preview and test code directly in the browser against any site | ||
Serverless Plugin | Plugin for to develop and deploy serverless applications using Workers | ||
Worker App Kit | 87 | over 5 years ago | Handy set of tools for creating, developing, testing, and deploying worker app |
GitHub Action | 18 | almost 6 years ago | Deploy a worker on push to the master branch |
Workers KV Viewer | 37 | over 5 years ago | CLI based interactive viewer for workers KV storage |
Redirect Management | Generate redirect worker | ||
Awesome Cloudflare / Workers / Recipes | |||
Examples Collection | 1,002 | almost 2 years ago | Collection of recipes |
Hello World JS Boilerplate | 173 | about 2 months ago | Template for kick starting a worker project in JS |
Hello World Rust Boilerplate | 372 | about 2 months ago | Template for kick starting a worker project using wasm-pack |
Router | 231 | about 2 months ago | Router that can be used with REST APIs or apps for basic routing logic |
Static | 14 | about 2 months ago | Generate a static HTML or JSON page from raw strings in your workers script |
Fetch | 20 | about 2 months ago | Examples of making fetch requests and generating JSON post requests |
Incoming Request | 1 | over 5 years ago | Examples of reading in a POST request body of type JSON and form-data |
Redirect | 9 | about 2 months ago | Examples of sending single and bulk redirects from a Worker script |
Img-Color | 47 | almost 2 years ago | Retrieve the dominant color of a png or jpeg image |
Binast | 8 | about 5 years ago | Serve binast via a worker |
Pwnage Protection | 154 | over 2 years ago | Secure password scoring and user pwnage protection api - |
Cache Purger Proxy | Proxies purge cache requests - | ||
URL Router | 95 | almost 2 years ago | Fast url router - |
Edge Proxy | 73 | almost 2 years ago | Enable A/B testing, canary releasing, gatekeeping, and SEO A/B/N testing |
Blue / Green Deployments | 33 | over 5 years ago | Working example of blue / green deployments with canary releasing |
Preact PWA | 63 | almost 6 years ago | Preact progressive web app |
CURL Interceptor | 50 | over 5 years ago | Intercepts requests from command and returns something different |
Worker with built-in Router | 40 | about 6 years ago | Allows you to separate your worker logic into different functions and/or controllers |
Connecting to Google Storage | Pull files from Google's cloud storage | ||
CSRF Protection | Protect any origin from CSRF by verifying origin/referer headers | ||
URL Query Strings Parser | Parse url query strings | ||
Regrex Replacement and Injection | Perform regex replacements and inject CSS/JS | ||
Webpack Boilerplate | 124 | over 3 years ago | Boilerplate to build, bundle and deploy workers with webpack |
Basic Auth | 110 | over 4 years ago | Protection using basic auth |
Send Logs to Logdna | 26 | almost 4 years ago | Simple recipe to send logs to logdna |
IP lookup service | 32 | over 6 years ago | IP lookup service using workers |
Airtable Proxy | 135 | almost 2 years ago | Allows you to make secure requests to the Airtable API from your frontend |
TypeScript Workers | 139 | over 2 years ago | Types and mocks for building a tested typescript worker |
Proxies | 91 | over 1 year ago | Makes it easy to build workers, by providing high-level proxying primitives addressing common needs |
Static Worker | 9 | almost 6 years ago | Provides functions that make it easy to host a static website |
Bannero | 5 | over 5 years ago | Bannero image API for simpledesktops |
Hasura | 18 | almost 6 years ago | Example using Facebook-based authorization and graphql proxy queries with hasura |
IP Redirects | Redirect users based on their ip address | ||
Switch Image to WebP | Reroute image to webp when supported | ||
Geographic Routing and Load Balancer | Geographic routing and load balancing with workers | ||
UTM Tag Stripper | Strip UTM tags in query string | ||
Short URL Redirector | Redirect short links | ||
Repo Hunt | 46 | over 5 years ago | Find cool open-source projects daily |
Performance Optimized Workers | 155 | about 5 years ago | Collection of worker scripts, generally focused on performance optimizations |
Google reCAPTCHA verification | 40 | over 3 years ago | Handle the server-side verification of your reCAPTCHA form |
Cloudflare Workers Starter Kit | 118 | almost 2 years ago | - TypeScript template \w multiple CF Workers, files, and local testing |
Awesome Cloudflare / Other | |||
Support | |||
System Status | |||
Network Map |