Cloudflare
CDN, DNS, DDoS protection, and security for your site.
DNS
Ready to import common config zone files for easy configuration of various services.
CLI tool to manipulate DNS records on various DNS providers in a standardized way.
All in one CLI tool for information gathering.
Tool for hosting partners to provide a DNS management panel for customers.
Partner management panel.
DNS backup tool.
Collection of rulesets to block malicious crawlers with firewall rules.
Docker image to use the free DNS Service as a dynamic DNS provider.
DDNS script for Synology NAS.
Dynamic DNS updater in bash script.
Dynamic DNS updater in PHP.
Dynamic DNS updater in python.
Multiple providers ddns script without dependencies.
CLI client for Argo tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.
Speeds up craft dramatically using a cache proxy in front of your webserver.
A comprehensive pentest tool that checks sites for origin IP leaks.
CLI tool for interacting with Cloudflare.
Detect whether a site is running behind Cloudflare.
Python module to bypass anti-bot page.
Tool to find origin servers of websites protected by CloudFlare who are publicly exposed.
Apps
Workers
Tools
wrangler is a CLI tool designed for folks who are interested in using Cloudflare workers.
Handy set of tools for creating, developing, testing, and deploying worker app.
Deploy a worker on push to the master branch.
CLI based interactive viewer for workers KV storage.
Recipes
Collection of recipes.
Template for kick starting a worker project in JS.
Template for kick starting a worker project using wasm-pack.
Router that can be used with REST APIs or apps for basic routing logic.
Generate a static HTML or JSON page from raw strings in your workers script.
Examples of making fetch requests and generating JSON post requests.
Examples of reading in a POST request body of type JSON and form-data.
Examples of sending single and bulk redirects from a Worker script.
Retrieve the dominant color of a png or jpeg image.
Serve binast via a worker.
Secure password scoring and user pwnage protection api - Usage.
Enable A/B testing, canary releasing, gatekeeping, and SEO A/B/N testing.
Working example of blue / green deployments with canary releasing.
Preact progressive web app.
Intercepts requests from curl command and returns something different.
Allows you to separate your worker logic into different functions and/or controllers.
Boilerplate to build, bundle and deploy workers with webpack.
Protection using basic auth.
Simple recipe to send logs to logdna.
IP lookup service using workers.
Allows you to make secure requests to the Airtable API from your frontend.
Types and mocks for building a tested typescript worker.
Makes it easy to build workers, by providing high-level proxying primitives addressing common needs.
Provides functions that make it easy to host a static website.
Bannero image API for simpledesktops.
Example using Facebook-based authorization and graphql proxy queries with hasura.
Reroute image to webp when supported.
Find cool open-source projects daily.
Collection of worker scripts, generally focused on performance optimizations.
Handle the server-side verification of your reCAPTCHA form.
TypeScript template \w multiple CF Workers, *.env files, and local testing.
Fast url router - Usage.