Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-cloudflare
⛅️ Curated list of awesome Cloudflare worker recipes, open-source projects, guides, blogs and other resources.
https://github.com/irazasyed/awesome-cloudflare
Last synced: 2 days ago
JSON representation
-
Workers
-
Reference
-
Open Source
-
Tools
- Playground - Simple, instant way to preview and test code directly in the browser against any site.
- Serverless Plugin - Plugin for [serverless framework](https://github.com/serverless/serverless) to develop and deploy serverless applications using Workers.
- Redirect Management - Generate redirect worker.
- Redirect Management - Generate redirect worker.
- Wrangler - `wrangler` 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.
- Wrangler - `wrangler` is a CLI tool designed for folks who are interested in using Cloudflare workers.
- Worker App Kit - Handy set of tools for creating, developing, testing, and deploying worker app.
- GitHub Action - Deploy a worker on push to the master branch.
- Workers KV Viewer - CLI based interactive viewer for workers KV storage.
-
Recipes
- Cache Purger Proxy - Proxies purge cache requests - [Usage](https://community.cloudflare.com/t/worker-recipe-cache-purge-proxy/29978).
- 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.
- 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.
- Examples Collection - Collection of recipes.
- Repo Hunt - Find cool open-source projects daily.
- Examples Collection - Collection of recipes.
- Hello World JS Boilerplate - Template for kick starting a worker project in JS.
- Hello World Rust Boilerplate - Template for kick starting a worker project using wasm-pack.
- Router - Router that can be used with REST APIs or apps for basic routing logic.
- Static - Generate a static HTML or JSON page from raw strings in your workers script.
- Fetch - Examples of making fetch requests and generating JSON post requests.
- Incoming Request - Examples of reading in a POST request body of type JSON and form-data.
- Redirect - Examples of sending single and bulk redirects from a Worker script.
- Img-Color - Retrieve the dominant color of a png or jpeg image.
- Binast - Serve binast via a worker.
- Pwnage Protection - Secure password scoring and user pwnage protection api - [Usage](https://community.cloudflare.com/t/estimate-strength-of-users-new-password-input-with-zxcvbn-and-query-haveibeenpwned-for-matches-against-known-hacked-accounts/26378).
- URL Router - Fast url router - [Usage](https://community.cloudflare.com/t/open-source-fast-url-router-for-workers-js-typescript/33406).
- Edge Proxy - Enable A/B testing, canary releasing, gatekeeping, and SEO A/B/N testing.
- Blue / Green Deployments - Working example of blue / green deployments with canary releasing.
- Preact PWA - Preact progressive web app.
- CURL Interceptor - Intercepts requests from `curl` command and returns something different.
- Worker with built-in Router - Allows you to separate your worker logic into different functions and/or controllers.
- Webpack Boilerplate - Boilerplate to build, bundle and deploy workers with webpack.
- Basic Auth - Protection using basic auth.
- Send Logs to Logdna - Simple recipe to send logs to logdna.
- IP lookup service - IP lookup service using workers.
- Airtable Proxy - Allows you to make secure requests to the Airtable API from your frontend.
- TypeScript Workers - Types and mocks for building a tested typescript worker.
- Proxies - Makes it easy to build workers, by providing high-level proxying primitives addressing common needs.
- Static Worker - Provides functions that make it easy to host a static website.
- Bannero - Bannero image API for simpledesktops.
- Hasura - Example using Facebook-based authorization and graphql proxy queries with hasura.
- Performance Optimized Workers - Collection of worker scripts, generally focused on performance optimizations.
- Google reCAPTCHA verification - Handle the server-side verification of your reCAPTCHA form.
- Cloudflare Workers Starter Kit - - TypeScript template \w multiple CF Workers, `*.env` files, and local testing.
-
-
Other
-
Community
-
Blog
-
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.
- 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.
- API Docs - API documentation.
-
Apps
-
Open Source
- Official OSS Apps - Collection of official apps.
- Logflare - Log management & event analytics.
- OpWork.dev - Self hosted CloudFlare workers management platform.
-
DNS
- DNS Zone Files - Ready to import common config zone files for easy configuration of various services.
- Lexicon - CLI tool to manipulate DNS records on various DNS providers in a standardized way.
- Th3inspector - All in one CLI tool for information gathering.
- Partner Panel - Tool for hosting partners to provide a DNS management panel for customers.
- CFPMP - Partner management panel.
- Flares - DNS backup tool.
- Block Bad Bot Ruleset - Collection of rulesets to block malicious crawlers with firewall rules.
- Docker DDNS - Docker image to use the free DNS Service as a dynamic DNS provider.
- DDNS script for Synology - DDNS script for Synology NAS.
- Dynamic DNS Bash - Dynamic DNS updater in bash script.
- Dynamic DNS PHP - Dynamic DNS updater in PHP.
- Dynamic DNS Python - Dynamic DNS updater in python.
- Multi-Provider DDNS Script - Multiple providers ddns script without dependencies.
- Argo Tunnel Client - CLI client for Argo tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.
- Upper - Speeds up craft dramatically using a cache proxy in front of your webserver.
- Cloud Buster - A comprehensive pentest tool that checks sites for origin IP leaks.
- CLI Tool - CLI tool for interacting with Cloudflare.
- Detector - Detect whether a site is running behind Cloudflare.
- Scrape - Python module to bypass anti-bot page.
- CloudFlair - Tool to find origin servers of websites protected by CloudFlare who are publicly exposed.
Programming Languages
Categories
Sub Categories
Keywords
cloudflare
30
cloudflare-worker
15
cloudflare-workers
8
ddns
5
typescript
4
dns
4
serverless
4
cloudflare-api
4
webpack
3
cli
3
edge-computing
3
gandi
2
cf-workers
2
template
2
dnspod
2
dnsimple
2
nodejs
2
digitalocean
2
boilerplate
2
godaddy
2
php
2
worker
2
canary-release
2
server-side-rendering
2
starter-kit
2
user-agent
2
workers
2
cdn
2
firebase
2
cloudxns
2
javascript
2
pentest
2
docker
2
ip
2
cloudflare-ddns
2
partners
1
panel
1
synology-nas
1
bash-script
1
management
1
cname
1
api
1
ddns-updater
1
dynamic-dns
1
aliyun
1
whois-lookup
1
linode
1
namecheap
1
synology
1
x86-64
1